I have solution that builds without errors or warnings. I created a class diagram in VS 2008 that shows one of my classes. I then right clicked on the class and choose create instance, and the it's parameter less constructor. I provide name for the new instance and then click OK.
It then just shows an "Object Test Bench" error "Create Instance Failed", and in the details in only shows "0x80004005".
Anyone have any idea what is going on?
Update
I figured it out. The project is a plugin for another program so if I go to the debug tab of the project settings the "Start Action" is set to run that program. When I changed that to "Start Project" and ensured the "Enable the Visual Studio hosting process" was check it worked".
Update 2
Ok just kidding, still doesn't work. Now I don't get the error for the first object, but the Object Test bench window never opens. At that point if I try to create any other instance by right clicking on any class in the class diagram the constructor method for any class is checked on the menu and it doesn't do anything if I click it. If I close visual studio I get another "Create Instance Failed" box but this time the details portion says "An expression evaluation is already in progress."