dll error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Recently, I've begun experiencing this error every time I try to build my project..

The file 'bin\FILENAME.dll' cannot be copied to the run directory. The process cannot access the file because it is being used by another process

The only major change I've done on the server is to add a definition for .pdf files to go through aspnet_isapi.dll for authentication purposes in IIS

To get the project to build, I've had to close Visual Studio.NET, delete the DLL, then finially build the project. This is starting to get aggrevating

Is there a more permanent fix to this problem

Thank you

Edmon
 
Hi Edmond,

I'm not sure, but the following KB article may be of help:

Microsoft Knowledge Base Article - 329065
PRB: Access Denied Error When You Make Code Modifications with Index
Services Running

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Edmond said:
Hi,

Recently, I've begun experiencing this error every time I try to build my project...

The file 'bin\FILENAME.dll' cannot be copied to the run directory. The
process cannot access the file because it is being used by another process.
The only major change I've done on the server is to add a definition for
..pdf files to go through aspnet_isapi.dll for authentication purposes in
IIS.
To get the project to build, I've had to close Visual Studio.NET, delete
the DLL, then finially build the project. This is starting to get
aggrevating.
 
Back
Top