XAML Designer not showing up

后端 未结 23 1307
闹比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:15

    It usually happens when you are building WPF app in .Net core (3.0). For me changing below option worked.

    1. Go to Tools => Options
    2. Under "Environment" click on option "Preview Feature".
    3. Enable "Use previews of the .Net core SDK (require restart)".
    4. Now restart visual studio.

提交回复
热议问题