I created a simple UWP app from the VS 2017 blank UWP template. No added XAML or C# code-behind:
This happens every time. Does anyone have a handle on this error? If I don't have Mixed Mode debugging on, I don't see the error but I'm assuming it's still there. Is this an error that I should be concerned about?
Thank you.
A lot of problem may result this error, and it should not be a fatal error in your case. Most likely you changed the default Exception Settings in visual studio. Just like all other apps, Windows use exceptions and catch them at different level. For end user, you should not see this exception and app should not crash.
In your situation, I think you click continue and the program should not crash, and it should not be a big concern.
I suggest you: 1, start and debug your app, open Debug|Windows|Exception Setting, then click the 'restore the list to default settings' button 2, restart your app. 3, You should not catch the exception, but you still see error message in Output window.
If you still see a exception window popup, you need to post more information like your os version, and then someone can help you
User contributions licensed under CC BY-SA 3.0