Environment
I use Visual Studio 2012 with ReSharper 7.
The issue occurs when I develop website.
I don't develop website in local IIS, but in local-network: they are in local-server, I open they in shared folder, example \\my-server\InetWeb\Domains\acme.com\www_v1
.
My issue
When I work with .cshtml
file I have not issues.
But when I save a .cs
file in App_Code folder and go to another .cs
file in App_Code folder, Visual Studio UI don't works, it is freezed for 12 seconds!!.
Same issue when I create new file in App_Code, or when I rename Class, move file, from/to this folder.
If I suspend ReSharper, Visual Studio works faster, always.
How can I resolve it?
Yesterday I tested ReSharper 8: I have the same issue.