Khalil Khalaf
Khalil Khalaf

Reputation: 9407

Why Visual Studio 2015 freezes crashes hangs on Designer view?

Everytime I go to the designer Visual Studio freezes(Not Responding) for 30+ seconds and once I click on any element/widget after that, it freezes again for 30+. Does that for 5 times maybe then I will be able to edit and design.

Specs:

Attempts:

What is the issue??

Editing XAML leads Visual Studio's Designer to crash I don't have to edit Xaml to get the problem, I am just clicking my View to, well, view. However the solution did not work.

Visual Studio 2012 hangs on editing XAML of course..

Visual Studio 2012 design view causes freeze Repairing did not work.

Visual Studio 2013 hangs/freezes when trying to click the designer view No answer.

Edit:

enter image description here

enter image description here

It compiles and runs fine even if I keep these lines in XAML, but I can't view without removing them. And this is how one of my Views looks like if I keep them:

enter image description here

And the underlined warning which "invalidate the Markups", is:

The property "ColumnMenuCustomizations" does not have an accessible setter

Upvotes: 14

Views: 20563

Answers (2)

Khalil Khalaf
Khalil Khalaf

Reputation: 9407

Designer stopped freezing once I deleted the content of this folder:

C:\Users\ ...\AppData\Local\Microsoft\VisualStudio\14.0

Upvotes: 12

Related Questions