In visual studio 2005, rebuilding a commonly edited project takes 5
minutes if "Copy Local = True" on all of our project references (this
is a very large solution with 117 projects). If I set "Copy Local =
False" the rebuild only takes 13 seconds! The problem with setting
"Copy Local = False" is that subsequent builds in visual studio get
this error due to the 64k locking bug
Cannot delete the project output: is the file read-only?
The KB issue 313512
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q313512) only
suggests setting "Copy Local" back to True, which we can't do. Does
anybody know of another work around?
Thanks,
Sean
N432 - 04 Nov 2005 19:12 GMT
Sorry, I meant visual studio 2003, not 2005.