views:

82

answers:

0

I use Windows 7 64-bit with 4 GB RAM to run a Windows Virtual PC Guest with Windows 2008 Server, Visual Studio 2008 SP1/Resharper 4.5 and SQL Server 2008. The guest has 2 GB RAM allocated. For source control we use Team System 2005.

Sometimes when a debug session with the MVC Web project crashes, the source code files I have opened I VS are locked for edit, with the little padlock symbol suggesting that they're either read-only or not checked-out. Event though they are checked out, they suddenly have the read-only attribute set. If I try to close Visual Studio, I get this error for each of the locked files.

Source file 'C:\Booter.cs' does not belong to the project being debugged.

I have installed the hotfix below for the debugger

http://code.msdn.microsoft.com/KB957912

Any one else that has experienced this?