Re: [Nant-users] Running NAnt inside Visual Studio

2005-06-09 Thread Klaus Lüdenscheidt
Ryan Davis wrote: I get this error all the time. To the best of my knowledge, Visual Studio is opening the DLLs to read meta-data for autocomplete, and not cleaning up after itself. My coworkers have researched this problem extensively and found a dubious fix: http://blogs.acceleration.net/rus

RE: [Nant-users] Running NAnt inside Visual Studio

2005-06-09 Thread Ryan Davis
09, 2005 6:42 AM To: nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Running NAnt inside Visual Studio I can't tell you how to solve that, but afaik visual studio loads them into An appdomain and so they get locked. That should be the reason why you can't Overwrite the

RE: [Nant-users] Running NAnt inside Visual Studio

2005-06-09 Thread Christian Leh
I can't tell you how to solve that, but afaik visual studio loads them into An appdomain and so they get locked. That should be the reason why you can't Overwrite them. Greets Christian Leh > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > "Kl