Blend in Visual Studio 2015 - No Design View

后端 未结 4 1077
野的像风
野的像风 2021-01-12 08:46

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

4条回答
  •  甜味超标
    2021-01-12 09:17

    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.

提交回复
热议问题