tags:

views:

28

answers:

2

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

A: 

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

vlad
No. I'm trying it out with the mouse too and clicking the toolbar icon as well as selecting the option in the menus.
jeff
I've done this too: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe /resetsettings
jeff
A: 

Not sure what it was. Deleted .suo file, closed VS2010, restarted machine and it was ok.

jeff