Visual Studio 2013 update 3, Designer won't load

旧巷老猫 提交于 2019-12-04 21:39:16

问题


I have the following situation. I installed Visual Studio Update 3 last night. Now I have a problem that when I open my projects (Universal Apps) which i have done while i had update 2, my designer won't load and it throws an exception:

Does anyone knows how to solve this? I guess this is not a bug because probably everything was tested by Microsoft, and this is not RC update. Im about to delete this update if i don't figure out the solution. I'm guessing that it might have to do with xaml if anything changed?


回答1:


I figured out from the connect bulletin that there are two folders in your Windows profile that need to have their contents cleared out in order for the Visual Studio designer to work with Visual Studio 2013 Update 3.

The two folders are:

For Blend: AppData\Local\Microsoft\VisualStudio\12.0\Blend\ShadowCache

For Visual Studio 2013: AppData\Local\Microsoft\VisualStudio\12.0\Designer\ShadowCache

Don't delete these folders, just delete the content of those folders and you will be back to working happily with the XAML designer again.




回答2:


Clearing the ShadowCache did not resolve this for me. Found a clue from an MSDN article and checked the event viewer for exceptions, look for XDesProc.exe.

The problem was an out of date driver for my graphics card.

Once that was updated all started working again



来源:https://stackoverflow.com/questions/25134726/visual-studio-2013-update-3-designer-wont-load

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