--- [EMAIL PROTECTED] wrote: > Slingshot, which comes with NAnt, converts VS7 solution and project files to > nant build scripts.
One downside to using NAnt for builds is that you can still have the lock problem. I haven't absolutely confirmed when this happens, but I think it happens when you launch the debugger. Once an assembly is loaded by vs.net, nant can't overwrite it either, so you still have to exit the solution. I suppose the answer could be to have nant build to a build folder and the vs.net projects reference dlls and copy local, but I haven't tried it. Honestly, today was one of the first days I experienced the problem described here in vs.net. It was on a 104K dll I hadn't built in awhile. It happened even when it was the only dll built. __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
