I have run across an issue where when I am editing the data-bind attribute in Visual Studio 2012 visual studio will hang. I have tried disabling all plugins etc, and am still unable to fix the issue, although sometimes it just makes VS really sluggish, rather than actually hanging.Using procmon.exe I have looked at what devenv.exe is doing during while it is hanging and it appears to be issuing 3 commands against jscript9ls.dll (the Javascript Analysis Service dll)CreateFile, QueryBasicInformation and CloseFile. It does this multiple times per millisecond, and continues to do it for as long as VS stays open. It takes up approximately 25% of the CPU on my machine while it is doing this.I have the following things installed:Visual Studio 20120 Pro (running on Windows 7 Enterprise, as Administrator)VS2012.1ASP.Net Web Tools 2012.2Web Essentials 2.5.1Mindscape Web Workbench 3.2.703Resharper 7.1.1I have disabled both Mindscape and Resharper with no effect.When I disable Web Essentials I see the exact same pattern in the Process Monitor log, but VS just becomes very sluggish, rather than actually hanging.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...