Views: 6.7K
Replies: 1
Archived
|
VS locks up on the 'In Action' solutionIt's important to specify at the top that this behavior is exclusive to the Patterns In Action 4.0 version. I've never seen anything the like in other MVC projects.
I'm seeing frequent and intermittent lockups of VS10 (msdn/pro version fully patched) when accessing the Properties page of any of the web apps (mvc3, action and imageserver). These lockups never occur on class-based projects. I'm also locking up (intermittently and far less frequent) when debugging - working against dev server or IISExpress. No error messages are being logged - the solution compiles fine. But But VS might spend 10 minutes in a 'Not Responding' state (display dims to that 'faded' effect) and then be fine, or it might never recover (within the bounds of my patience anyway). Is it possible that ReSharper or VisualSVN might be interfering? Any other reports of the like? thx Stephen Hueners, Aug 14, 2011
|
|
Reply 1Hello Stephen:
Sofar you are the only user reporting this behavior. The MVC solution was not developed with the tools you are mentioning (Resharper, etc), so none of these 3rd party files exist in the solution folder. I assume you are using Resharper and Visual SVN? Resharper in particular does a lot of background processing and this could possibly explain the long waits? In a few instances I have noticed something similar which seems to be related to the keyboard shortcut bindings. However, the delays are not as severe as you reported. In my case, the bindings are subsequently messed up and the only way out is to restart VS. Perhaps anyone else on this forum can shine a light on Stephen's issue? Dan McMillan, Aug 16, 2011
|