Visual Studio 2013 update 3, Designer won't lo

2019-03-27 19:13发布

问题:

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