Object Test Bench
in VS2005 Standard, when I right click a class in class view, select create instance, and say OK, I get "create instance failed", with details = 0x80004005.
I've tried this with several different classes...which have warnings but no compile errors, and which I don't think are "generic" (because I don't know what that is and didn't try to make them that.)
Any suggestions?
Thanks!
The Object Test Bench is available in Standard (I have standard, and I have Object Test Bench). The only thing mentioned as being only available to Professional and Enterprise is the Class Designer. I had been getting the same exact error as you mentioned; however, by viewing the details printed to the Command Window, I noticed that it would state that the project required Visual Studio Hosting. So, by enabling the Visual Studio Hosting Process in the project properties (only selectable if you have the project starting by itself, even for class library assemblies), I was able to create instances of the classes.