A
A
Artem Skopintsev2014-08-08 10:03:02
C++ / C#
Artem Skopintsev, 2014-08-08 10:03:02

Why is the constructor throwing an error after visual studio update 3?

Hello!
Yesterday I updated Visual Studio (3rd update). Today I open my project (Windows Store), and the constructor on each page throws an error: System.Runtime.Remoting.RemotingException
Details:

в Microsoft.Expression.DesignHost.Isolation.Primitives.ProcessDomainFactory.ProcessIsolationDomain.Microsoft.Expression.DesignHost.Isolation.IIsolationDomain.CreateInstance(String assemblyName, String assemblyCodeBase, String typeName)
   в Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.Initialize()
   в Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.CreateInstance[T](Type type)
   в Microsoft.Expression.DesignHost.Isolation.IsolatedObjectFactory.Initialize()
   в Microsoft.VisualStudio.ExpressionHost.Services.VSIsolationService.CreateObjectFactory(IIsolationTarget isolationTarget, IObjectCatalog catalog)
   в Microsoft.Expression.DesignHost.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget)
   в Microsoft.Expression.DesignHost.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget)
   в Microsoft.Expression.DesignHost.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget)
   в Microsoft.Expression.DesignHost.IsolatedDesignerService.CreateLease(IIsolationTarget isolationTarget, CancellationToken cancelToken, DesignerServiceEntry& entry)
   в Microsoft.Expression.DesignHost.IsolatedDesignerService.IsolatedDesignerView.CreateDesignerViewInfo(CancellationToken cancelToken)
   в Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.InvokeWithCulture[T](CultureInfo culture, Func`2 func, CancellationToken cancelToken)
   в Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.<>c__DisplayClassa`1.<StartTask>b__6()
   в System.Threading.Tasks.Task`1.InnerInvoke()
   в System.Threading.Tasks.Task.Execute()

Thanks in advance for your reply.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Skopintsev, 2014-08-09
@SharperX

The problem is solved :)
I solved it by clearing the cache along this path: C:\Users\{User}\AppData\Local\Microsoft\VisualStudio\12.0\Designer\ShadowCache
Just delete everything in this folder and then enjoy :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question