问题描述
我创建了一个全新的应用程序,以VS默认创建的形式打开了XAML编辑器,它崩溃了.我在此处提出了自己的问题.有人错误地将其标记为重复.显然我的问题不是关于空引用异常!
I created a brand new application, opened the XAML editor on the form that VS creates by default, and it crashes. I asked my original question here. Someone mistakenly marked it as a duplicate. Clearly my question isn't about null reference exceptions!
我尝试使用VS的另一个实例进行调试.但是,我始终无法看到何时引发异常.
I tried debugging this with another instance of VS. However, I was never able to see when the exception was thrown.
推荐答案
尝试一下,在HP笔记本电脑上为我工作:
Try this, worked for me on an HP laptop:
在系统"->高级系统设置"->环境变量..."中删除平台"环境变量...
delete the "Platform" environment variable in System->Advanced System Settings->Environment Variables ...
在我的情况下,它说= HPD
In my case it said =HPD
这篇关于Win 10上VS 2015中的XAML Designer崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!