The type 'Window' does not support direct content

前端 未结 5 737
既然无缘
既然无缘 2021-02-05 00:09

I have a WPF solution built with VS 2015 composed of several projects. Suddenly I started receiving a warning in design mode stating the following:

The t

5条回答
  •  终归单人心
    2021-02-05 00:46

    Add System.Xaml and UIAutomationProvider references to your project, after that clear solution and then build again

提交回复
热议问题