I'd like to use the Object Test Bench in VS2008. The docs - and even the helpful text in the test bench window - say to right click on class in the Class View. Further reading indicates that this class must be in the startup project or referenced assembly. I've tried this on numerous classes - public, private, static, you name it - in several assemblies (either the startup project or a referenced project), and the context menu item "Create Instance" never appears.
Has anyone had any luck with this? Is this a bug, or am I doing something wrong?
Solved it!
I had multiple projects set to run on startup (I've gotten so used to working that way I didn't even realize there was a difference!).
Setting just one startup project fixed the problem.