Hello,
When I try to build my solution I get following error:
Error 165 Unable to copy file "<dll name>". The process cannot access the file 'bin\Debug\"<dll name>" because it is being used by another process.
The <dll name> is a project dll of the solution that I am trying to build.
The "Copy Local" property for all the references to above "<dll name>" is set to false.
I get this error sometimes and when I get it, I have to close down VS.NET and then restart it to get rid of it. It really wastes a lot of time!
Any idea what it can be?
Thanks
Ch Saj
When I try to build my solution I get following error:
Error 165 Unable to copy file "<dll name>". The process cannot access the file 'bin\Debug\"<dll name>" because it is being used by another process.
The <dll name> is a project dll of the solution that I am trying to build.
The "Copy Local" property for all the references to above "<dll name>" is set to false.
I get this error sometimes and when I get it, I have to close down VS.NET and then restart it to get rid of it. It really wastes a lot of time!
Any idea what it can be?
Thanks
Ch Saj