Copy Problems

  • Thread starter Thread starter Tamir Khason
  • Start date Start date
T

Tamir Khason

While compiling complicated solution I recieve this error : Could not write
to output file 'PATH_OF_DL_PROJECT\obj\Debug\DL.dll' -- 'The process cannot
access the file because it is being used by another process. '...
What it can be?
DL.dll used in many projects, but sometimes this error... WHY?
 
It could be one of a number of reasons, but off the top of my head, is there any program using that DLL currently running? If so, Windows won't let anything overwrite it

-- Adam
 
Thank you for response - It's looks like bug in IDE (See
support.microsoft.com)

AdamMil said:
It could be one of a number of reasons, but off the top of my head, is
there any program using that DLL currently running? If so, Windows won't let
anything overwrite it.
 
Hi Tamir,

I am glad it works, Congratulations!
If you have further concern, please feel free to post in the community, I
will work with you.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top