Laith
Laith

Reputation: 6091

Why does Visual Studio 2015 Designer crash with "Designer process terminated unexpectedly"?

Does anyone know how to debug this? No matter what I do, I can't use Visual Studio 2015 Designer or Blend 2015. Both are coming up with this error:

enter image description here

Everything compiles and runs smoothly, but the designer doesn't work. I don't even know what System.Runtime.Remoting.RemotingException means.

Upvotes: 6

Views: 4408

Answers (2)

itsho
itsho

Reputation: 4800

In my case, using Visual Studio 2015 Update 2 solved the issue.

VS2015 Update 2 link

Upvotes: 0

Laith
Laith

Reputation: 6091

Ok. Figure it out. I hope this helps someone in the future.

The culprit was the Any CPU platform selection. When you select x86 or x64, everything works :)

enter image description here

Upvotes: 3

Related Questions