I am getting a (apparently random) problem when I try to run a solution under debug in VS2005.
Using the SystemInternals Process Explorer, I can see that when a debug run is executing there is an executable named <solution>.vshost.exe which is actually running the program. Well, once in a while when running in debug mode, the 'actual' program is executed, rather than the '...vshost.exe' program. When the actual program is run, nothing happens...no visible windows, Process Explorer show no User Objects nor GDI objects created, it just sits there...
Has this ever happened to anyone? Is there a specfic cause for this?
It is annoying to start a debug run, then realize that I need to kill it and recompile and re-run - compiling is on the order of 2 minutes now....