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
ECTED] On Behalf Of > "Klaus Lüdenscheidt" > Sent: Donnerstag, 9. Juni 2005 07:59 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Running NAnt inside Visual Studio > > Hi, > > i'm working with a solution which can't be compiled in Visual >

[Nant-users] Running NAnt inside Visual Studio

2005-06-08 Thread Klaus Lüdenscheidt
Hi, i'm working with a solution which can't be compiled in Visual Studio (i always get an error CS0013: could not write to ...pdb. Not enough memory). To work around this problem i want to compile the solution via NAnt's task. Outside Visual Studio it works fine. But when i integrate NAnt in the