Reputation: 1967
Well, I've recently installed VS2010 and I'm having a problem with simple C++ applications compilation. If I create a project that's named WW and I compile it and everything works fine, then If I opened an old project, and try to compile it, VS will compile WW!
Other times, I try to debug the application and it refueses to do so. The green debug button gets disabled.
Can you solve that?
Upvotes: 0
Views: 65
Reputation: 320
Did you inadvertently open the old project into your current solution that includes WW as the default project?
Upvotes: 1