XAML Designer crashes Object reference not set to an instance of an object

我只是一个虾纸丫 提交于 2019-12-02 04:17:13

Can you try creating a UWP C# project and F5? After this try opening your C++ XAML Designer again and it should fix the designer.

You're probably using static resources or theme resources (for brushes or something like that) that aren't used by Windows 10 UAPs. Try removing the static resources from your XAML files and see if your app works.

This worked for me: go to Environment Variables and look for Platform HPD. Delete it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!