I am using the Visual Studio 2015 community.
So, I created an empty UW application (C ++), and I wanted to start looking around because I was using XAML Designer for the first time.
However, without any code changes, the constructor does not load. The constructor returns an unhandled exception (System.NullReferenceException exception) - the object reference is not set to the object instance.
This is really strange, because the application compiles and works fine. The designer gives me a fix ("Excluding the project code that runs in the design view can improve the stability of the XAML designer ...."), but this does not solve the problem.
Does anyone know what the problem is? Thanks!
source share