Building problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have problem in building my application wich contains 54 dlls and one of
which is always fails in building in both modes, this particular dll is
around 69K and only workaround sofar is to exit vs IDE and delete the file
manualy and build again.

I am using VS2003

Any better sugessions on this.

Thanks
 
Hello wpw

We've been experiencing the same bug - vs2003 can't wrte to the dll
file in the obj directory. As far i can remember, we've solved it by
setting copy local=false nearly on all the references in the solution.

Hope this helps.

Best wishes, Stan.
 
Thanks Stan

We normaly do that but the problem I am facing now is, mainly in the debug
mode, I get
Could not write to output file ..\\obj\Debug\xxx.dll' -- 'The process
cannot access the file because it is being used by another process. '

I have to exit VS and delete the xxx.dll.

Any more ideas.

Thanks
 

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

Back
Top