Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio crashes when opening project in designer view

I've recently started making a website in ASP.NET, but I can barely progress because of Visual Studio crashing when opening the design view.


At first, I used Visual Studio 2012, and it started crashing. Now, I've installed
Visual Studio 2015 (still a preview) because I needed to use a newer version anyway, and this was the opportunity to try if it crashed in 2015 too.


I've tried resetting the settings with the Tools>Import and Export settings.
I've also seen that people were having this problem from the UserControl, but
I do not use that.
I don't have a clue what is going on.
I only have this crash when opening a certain design view of a certain page.
Now my question is, do you have any suggestions to solve this problem?

like image 659
Sj03rs Avatar asked Nov 10 '22 17:11

Sj03rs


1 Answers

I don't know the exact problem, but apparently my gridView have made my Visual Studio crash.
I removed it and recoded it, and it works fine! So I recommend to take a look at your gridView...

like image 80
Sj03rs Avatar answered Nov 14 '22 22:11

Sj03rs