XAML Designer not showing up

后端 未结 23 1365
闹比i
闹比i 2020-12-15 02:31

In MS Visual Studio Express 2013 for Windows Desktop:

I\'m learning C# and following an example that shows how to create a user interface in a .xaml file. https://ms

23条回答
  •  清歌不尽
    2020-12-15 03:21

    I am not sure if I should post the answer here because it may not apply for VS Express 2013.

    I have exactly the same problem using Visual Studio 2015 Community Edition. It turns out my project Target version is higher.

    Try the following:

    • Right click on your project in solution explorer.
    • Change the Target version to Windows 10 (10.0; Build 10240).

    Let me know if it is not relevant and I will delete my answer.

    Cheers, Sam

提交回复
热议问题