FIX: ASP.NET Does Not Copy Files from Bin Directory to Temporary ASP.NET Files Folder (319991)
The information in this article applies to:
- Microsoft ASP.NET (included with the .NET Framework) 1.0
This article was previously published under Q319991 SYMPTOMS
After you compile your Web application, you may receive the following error messages in the Microsoft Visual Studio .NET task list:
Could not copy temporary files to the output directory.
The file 'bin\mywebapp.dll' cannot be copied to the run directory. The
process cannot access the file because it is being used by another process.
The file 'bin\mywebapp.pdb' cannot be copied to the run directory. The
process cannot access the file because it is being used by another process.
Additionally, the ASP.NET worker process (Aspnet_wp.exe) may hold a lock to dynamic-link libraries (DLLs) in the Bin directory.
CAUSE
Typically, this problem occurs because of a trailing backslash at the end of the path that is set for the root Web site. For example:
This causes the mechanism that copies the DLLs from your Bin directory to the Temporary ASP.NET Files folder to fail. When this mechanism fails, the runtime loads the DLL directly from the Bin directory rather than from the Temporary ASP.NET Files folder.
This problem may also occur if any virtual directories with trailing backslashes have child directories that are marked as Web applications.
For more information about whether a trailing backslash causes this problem, see the "More Information" section.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Microsoft .NET Framework. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
318836 INFO: How to Obtain the Latest .NET Framework Service Pack
The English version of this fix should have the following file attributes or later:
Date Time Version Size File name
--------------------------------------------------------------
26-Mar-2002 04:35 1.0.3705.213 192,512 Aspnet_isapi.dll
26-Mar-2002 04:30 19,332 Aspnet_perf.ini
26-Mar-2002 04:35 1.0.3705.213 24,576 Aspnet_regiis.exe
26-Mar-2002 04:35 1.0.3705.213 28,672 Aspnet_wp.exe
20-Mar-2002 12:31 8,709 Smartnav.js
20-Mar-2002 12:31 7,003 Smartnavie5.js
26-Mar-2002 13:34 1.0.3705.213 1,183,744 System_web.dll
NOTE: This fix requires Microsoft .NET Framework Service Pack 1.
WORKAROUND
To resolve this problem in all circumstances, remove the trailing backslash from the path that is set in the Internet Service Manager.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Microsoft .NET Framework Service Pack 2 (SP2).
Modification Type: | Minor | Last Reviewed: | 9/27/2005 |
---|
Keywords: | kbHotfixServer kbQFE kbbug kbDeployment kbfix kbHttpRuntime kbNetFrame100PreSP2fix kbNetFrame100SP2fix KB319991 |
---|
|