Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

System.Runtime.Remoting.RemotingException on Windows store app

I'm a new on windows 8 store app development, I got annoying problem with this IDE first time after I installed it, everything works well but on the time I got this exception event there are no error on my code. I always got it with different number of exception but the message is completely same. Here are the picture : picture 1

picture 2

picture 3

what should I do to fix this thing?? I need your help, thanks

like image 472
Raditya Kurnianto Avatar asked Nov 08 '12 10:11

Raditya Kurnianto


2 Answers

I received the same exception after updating to VS 13 Update 3. This solution worked for me:

Go to C:\Users\{user}\AppData\Local\Microsoft\VisualStudio\12.0\Designer\ShadowCache and delete all the contents in that folder.


Source: https://connect.microsoft.com/VisualStudio/feedback/details/797072/designer-crashes-in-visual-studio-2013-with-system-runtime-remoting-remotingexception

like image 146
pcnThird Avatar answered Jan 26 '23 10:01

pcnThird


Try running Blend as an administrator. It sounds a bit like this issue.

like image 24
AndrewS Avatar answered Jan 26 '23 10:01

AndrewS