Visual Studio Freezing On Opening Project

前端 未结 10 1832
深忆病人
深忆病人 2021-02-05 13:35

My Visual Studio seems to be freezing/lagging when I open a existing project. I have added NHibernate framework into my code and it seems to lag my computer (at least that\'s wh

10条回答
  •  梦毁少年i
    2021-02-05 14:01

    Had the same problem. Closed Visual Studio 2010, opened again Running as Administrator, went to Extension Manager, uninstalled Nuget Package Manager, restarted Visual Studio 2010 running as regular user, opened problem solution, solution opened fine.

    Nuget Package Manager seems to be the cause. My problem solution is using EF 4.3 Code First which interacts heavily with the Package Manager Console, but that may just be a coincidence.

提交回复
热议问题