Message 1 of 8
How to unload Application DLL file
Not applicable
08-07-2013
02:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Friends,
Ihave made the .NET application with class library which provide us Application DLL file which will used to do our customization.
Once I have loaded my DLL and after that if I make change any thing in the Code and than I rebuilt it, I am getting the following error message:
Error 15 Unable to copy file "obj\Release\SemiAuto.dll" to "bin\Release\Test.dll". The process cannot access the file 'bin\Release\Test.dll' because it is being used by another process.
Error 14 Could not copy "obj\Release\Test.dll" to "bin\Release\Test.dll". Exceeded retry count of 10. Failed. SemiAuto