compile problem

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Hi everyone,

I have a project that has vbaccelerators listbar control in (coded in c#) i
also in the same solution have a bunch of vb.net projects (one of which
references the C# control and uses it in the project... its referenced by
project output *NOT by the actuall dll file*) and every time it compiles i
get this message

------ Build started: Project: acclListBar, Configuration: Release
..NET ------

Preparing resources...

Updating references...

Performing main compilation...

Build complete -- 0 errors, 0 warnings

Building satellite assemblies...

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

Could not copy temporary files to the output directory.



which causes a problem... does anyone know what is causeing this or how to
fix it? thanks
 
I get that every now and then

1) check your permissions on that dir

2) restart VS.NEt... usually does the trick withe a Rebuild Solution.
 
done both of those many times never seemed to fix it... i duno what is up
with it, it happens every single time...
 
Hi Brian,

Currently I am looking for somebody who could help you on it. We will reply
here with more information as soon as possible.
If you have any more concerns on it, please feel free to post here.


Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Hi Brian,

It seems to a known issue.
You may follow the KB articles below and let me know if this help you.

BUG: "Could Not Copy Temporary Files to the Output Directory" Error Message
When You Build a Solution That Contains Multiple Projects
http://support.microsoft.com/?id=313512

PRB: The "Could Not Copy Temporary Files to the Output Directory" Error Is
Generated in Visual Studio .NET (311491)
http://support.microsoft.com/default.aspx?scid=KB;EN-US;311491

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi Brian,

I have found the issue in our database our product group is going to fix
the problem in Whidbey(VS.NET 2005), but I can not guarantee if this will
be fixed in the release version of the VS.NET.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top