How can I debug XAML designer issues?

百般思念 提交于 2019-12-05 16:20:44

I was having XAML Designer errors and tried the old pre-Visual Studio 2015 approach:

  • Close any open XAML Designer windows
  • Start another VS 2015 instance up
  • Attach to the "XDesProc.exe" process (for me there was only one)
  • Open the problematic XMAL page in the designer in the original VS instance

My error was "Object not initialized", but it was quite quick to find the underlying problem. Fixing it was a bit more effort!

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