Visual Studio 2015 C# XAML Designer doesn't load

前端 未结 8 1209
太阳男子
太阳男子 2020-12-15 18:48

In the new Visual Studio 2015 RC the XAML designer does not bring up a UI for a C# Windows Universal project but it does for a C++ Windows Universal project. This occurs wi

8条回答
  •  不知归路
    2020-12-15 19:17

    I have the same issue, when I upgraded the Win10 SDK from 10240 to 10586, set the project properties->Application->Target version to Windows 10(10.0;Build 10240), the design view shows up again.

提交回复
热议问题