Output file locked for several minutes after running from VS in Windows 7

mustapham

New member
Joined
Nov 30, 2009
Messages
1
Programming Experience
Beginner
I've recently upgraded to Windows 7, and I'm getting a problem I didn't get in XP.
When I start an application from VS (Start Debugging and Start Without Debugging), the output file gets locked for several minutes and I cannot rebuild until it is unlocked. The error I get is

VB.NET:
fatal error LNK1104: cannot open file '<whatever>.exe'

According to Process Explorer, the file is locked by

VB.NET:
Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\1033\Microsoft.VisualStudio.QualityTools.TestCaseManagementUI.dll

Anyone know how to remedy this?
 
Back
Top