We just converted a WPF to VS2010. When I press F5, the solution builds but then does not run.
If I do CNTL+F5 (start without debugging) the app runs just fine.
Any ideas?
Thanks, jeff
We just converted a WPF to VS2010. When I press F5, the solution builds but then does not run.
If I do CNTL+F5 (start without debugging) the app runs just fine.
Any ideas?
Thanks, jeff
you might be using a different keyboard scheme than the standard C# (or for some reason, the shortcut to run has changed). check the shortcuts in Tools->Options
, under Environment->Keyboard
Not sure what it was. Deleted .suo file, closed VS2010, restarted machine and it was ok.