Visual Studio 2013 hangs when opening a solution

后端 未结 27 1274
天命终不由人
天命终不由人 2020-12-12 18:51

I installed VS2013 (v12.0.21005.1) and added ReSharper 8 (v8.0.2000.2660) a day or two ago. That day it was fine. Now I\'m lucky if I can get it to open one solution in a wh

27条回答
  •  醉梦人生
    2020-12-12 19:07

    Are you using any node modules in your project? Or can you identify that it is a ReSharper specific issue?

    If you've got NPM modules (eg. for Grunt), mark your 'node_modules' folder as 'hidden' (no need to make child folders hidden though), and try again.

    Visual Studio was hanging on open for me, turned out it was trying to scan deeply nested node modules with file paths longer than the Windows maximum (260 characters), and this was preventing me from opening the solution in VS, but marking the folder as hidden solved the problem.

提交回复
热议问题