Select the product you need help with
FIX: ASP.NET Does Not Copy Files from Bin Directory to Temporary ASP.NET Files FolderArticle ID: 319991 - View products that this article applies to. This article was previously published under Q319991 On This PageSYMPTOMS
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.
-and-
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.
-and-
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.
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:
C:\Inetpub\wwwroot\
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
The English version of this fix should have the following file attributes or later:
(http://support.microsoft.com/kb/318836/EN-US/
)
INFO: How to Obtain the Latest .NET Framework Service Pack
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 WORKAROUNDTo 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). MORE INFORMATION
To verify whether a trailing backslash causes this problem, follow these steps:
PropertiesArticle ID: 319991 - Last Review: September 27, 2005 - Revision: 2.3
|



Back to the top








