Sometimes I get an annoying problem. When I try to start the program in debug mode (F5), The build completes relatively quickly, but then vs-2010 just sits there for like 10-15 seconds in between the completion of the build and when the program starts. The mouse cursor turns to that vista waiting circle (Running windows 7 though).
It also sometimes takes quite some time to STOP the debug mode and get back to visual studio editing mode, or whatever the normal mode of it is called.
Has anyone else had this problem? What could be the cause of it?
Thanks,
Isaac
I fixed it. I deleted the bin and obj directories of my project directory.
Some file in there must have been the culprit.
Anyone have a clue what might have went wrong?