G
Guest
After assigning a key to a DLL to make it a strong name assembly, it cannot be compiled to the same location again.
The VS.NET always shows
"Could not copy temporary files to the output directory.
The file 'xxx.dll' cannot be copied to the run directory. The process cannot access the file because it is being used by another process.
and the DLL file is locked and cannot be deleted or overwritten
This is probably the effect of assigning the key but it is not what I want because my DLL will need frequent update
Anybody can help me.............thx a lot!!!
The VS.NET always shows
"Could not copy temporary files to the output directory.
The file 'xxx.dll' cannot be copied to the run directory. The process cannot access the file because it is being used by another process.
and the DLL file is locked and cannot be deleted or overwritten
This is probably the effect of assigning the key but it is not what I want because my DLL will need frequent update
Anybody can help me.............thx a lot!!!