How to fix a Visual Studio problem that hangs when loading an ASP.NET MVC project?

Yesterday, I worked on an MVC 3 project in Visual Studio 2010, and then closed Visual Studio before leaving work.

This morning, when I try to load the same project in Visual Studio, the project freezes. I restarted my computer, disabled all the add-ons and extensions that I could. There is still no banana.

I do not know how to fix this problem. I would try to clear the solution if I could download it, but I cannot. (Can I clear the solution from the VS command prompt window?).

Any help would be greatly appreciated. How to fix this problem?

Set

+6
source share
3 answers

You can try to run visual studio from the command line with the protocol enabled .

There are several other switches available that may also be useful, for example, starting with SafeMode ...

+8
source

Although this is something unexpected. Wild hunch Try resetting Visual Studio user settings

+2
source

Close the solution, delete your * .suo and open it again. If the problem still persists, try again above, clear and rebuild the solution, wait until you check to see if a pop-up window for logging appears (azure, sharepoint or something like that). Enter your credentials, select "remember."

Hope this helps.

+1
source

Source: https://habr.com/ru/post/914810/


All Articles