I am tying to build an app in Visual Studio 2015 in C# and I want to create a User Interface using Blend. But it shows me only the code in MainPage.xaml, not the graphic vie
You have to change the target version of the app to build 10240. The default is set to build 10586, and the designer will not load.