Visual Studio 2013 update 3, Designer won't load
Asked Answered
B

2

7

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:

enter image description here

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?

Betrothal answered 5/8, 2014 at 8:52 Comment(3)
Well it does look like a bug. Since it talks "remoting", maybe a permissions/admin rights issue?Allomerism
No, it doesn't work :) And i can compile the up and everything looks fine. I just don't see Designer showing up in VS.Betrothal
i am having same issue, i reported this to MS - you can up the rating here connect.microsoft.com/VisualStudio/feedbackdetail/view/939281/…Spadefish
I
5

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.

Illyria answered 7/8, 2014 at 17:14 Comment(0)
R
1

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

Rejoin answered 9/10, 2014 at 17:4 Comment(1)
Nice, if ever cleaning ShadowCache doesn't work for me i will try that. Thanks for sharing!Betrothal

© 2022 - 2024 — McMap. All rights reserved.