I just updated to Visual Studio 2017 Profesional. When I create a no-frills WPF app and start it up in debug, Visual Studio spins for a while and then stops, reporting that the application existed with a code of 0. No window is ever shown. The constructor on the App class is never called.
What is going on? I'm switching back to Visual Studio 2013 in the meantime, but I'd like to get this figured out.
For those of you who voted to close this question, here is how you reproduce:
- Launch Visual Studio 2017.
- Click File -> New Project.
- Select "WPF App (.NET Framework)".
- Click OK.
- DO NOT CHANGE ANYTHING AT ALL!
- Click Start on the Standard toolbar.
After step 4, that is my MCVE. What else do you want?