compile problem

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
 
C

CJ Taylor

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.
 
B

Brian Henry

done both of those many times never seemed to fix it... i duno what is up
with it, it happens every single time...
 
G

Gary Chang

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.
--------------------
 
P

Peter Huang

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.
 
P

Peter Huang

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top