Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools

Solving the "Could not copy temporary files to the output directory" error
[ All Languages » VB.net »  IDE]

Total Hit ( 2683)

Rate this article:     Poor     Excellent 

 Submit Your Question/Comment about this article

Rating


 


At times you get the error "Could not copy temporary files to the output directory" when compiling a VB.NET or C# project from inside Visual Studio. Here are some of the possible causes for this error message and the corresponding solution:


The target EXE or DLL file is running or is being used by another application (for example, you are using ILDASM to explore the IL code it contains. In this case the solution is quite simple: the system or the other application has locked the executable file, and you must close the running application to release this lock
Another VS project has a reference to the assembly you're attempting to compile and the Copy Local property of the reference is set to False. In this case the VS project has a direct reference to your assembly (instead of creating a copy in that project's directory) and therefore locks the file. In this case you can solve the problem by setting the Copy Local property to True (the default value). To do so, select the reference in the Solution Explorer window and then press F4 to access the Properties window, and set the Copy Local property to True.
For more information see: MSKB Article Q311491.


Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.