Problems building a class library that wasonce a windows app

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

I am trying to build a solution where one of the projects is now a class
library and was once a windows app.
Everytime I build I get the message :

"Could not copy temporary files ot the output directory" & "The file
"app.dll" cannot be copied to the run directory. The process cannot access
the file because it is being used by another process"

Any suggestions?

TIA

Tony
 
This error comes becuase the process might still be
running in your computer. Goto task manager, kill the
process, and then rebuild the whole solution again.

HTH
Sunil TG
 
Thanks, but I already tried that.
It happens even when I have killed the lot and started the studio again.
I have read the msdn and it says about setting the "Copy Local" flag true..

Any ideas how this is done?

Tony
 
* "Tony said:
Thanks, but I already tried that.
It happens even when I have killed the lot and started the studio again.
I have read the msdn and it says about setting the "Copy Local" flag true..

Where did you read that in MSDN? Are you referencing the DLL?
 
Back
Top