This brings an interesting question to mind. How easy is it to integrate an alternative build system into VS.NET? Is it possible to have something like NMake or NAnt run when F7 is pressed? To date I haven't encountered this particular problem, but as I get more and more accustomed to using .NET it won't be long before I outgrow the VS.NET integrated build system.
Anybody have any thoughts or opinions? -- --------------------- Scott Banwart RPM International Inc. Systems Developer [EMAIL PROTECTED] --------------------- -----Original Message----- From: Ben Kloosterman [mailto:ben.kloost@;ITCONSULT.COM.CN] Sent: Thursday, October 31, 2002 6:57 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Tearing my hair out - I am thoroughly disgusted with VS.NET This lesson has been learned a hundred times. GUI generates are ok for small - medium projects but for large progets Install C++ makefiles and build from a batch file. Ben PS: I always found that if you use the default locations ( eg bin under each project) you have a lot less trouble otherwise I would use makefiles. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
