Visual Studio 2010 very slow, unusable

后端 未结 11 507
我在风中等你
我在风中等你 2020-12-25 11:05

I\'ve searched for this topic but can\'t seem to find posts that relate exactly to what I am experiencing.

I have a Visual Studio solution that I need to work on, it

11条回答
  •  借酒劲吻你
    2020-12-25 11:45

    Does it also happen when you open up VS2010 and create a new project? If not, there might be something wrong with the the solution or project files. Removing the .suo and .sdf files sometimes helps.

    Another thing you can try is install VS2010 on another machine to see if it's related to just your machine.

    Did you open Resource Monitor in the task manager? It's able to show you disk I/O, it might show you that your virus scanner is accessing everything (happened on my machine).

    Hope this helps.

    Sebastiaan

提交回复
热议问题