After upgrading from Visual Studio 2012 to 2013 and from MVC4 to MVC5 I am finding that editing MVC razor views and refreshing pages is consistently hanging after 2-3 revisions of the same page. I was able to do this on the same machine before using Visual Studio 2012 and MVC4 without issue. I have multiple developers here experiencing the same issue after the upgrade so its not isolated to a single system.
I am not getting any error message. Once the problem happens:
- *Visual Studio 2013 becomes completely unresponsive and must be shut down with the task manager
- *The website being debugged no longer serves any web pages
Any insight would be appreciated.