Re: [NAnt-users] Builds suddenly failing: "runtime framework 'net-2.0'is not correctly configured"

2008-02-12 Thread Bevan Arps
Hi Chris. FWIW, I've seen similar problems in the past and found them to be environmental. Some things to check ... ... Look at the environment variable "TEMP". Does the directory exist? Can you create files there? [Why? If applications can't create temporary files they can fail in strange ways]

Re: [NAnt-users] Using nant with .resx files without resgen

2008-02-12 Thread Andrew Armstrong
Awesome, thanks Gert! -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 February 2008 8:09 PM To: Andrew Armstrong; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Using nant with .resx files without resgen Andrew, You do not need Visual Studio

Re: [NAnt-users] Using nant with .resx files without resgen

2008-02-12 Thread Gert Driesen
Andrew, You do not need Visual Studio, you only need to install the .NET Framework SDK. Resx files must be compiled before you can use then, hence the need for resgen. Hope this helps, Gert - Original Message - From: "Andrew Armstrong" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 1

[NAnt-users] Using nant with .resx files without resgen

2008-02-12 Thread Andrew Armstrong
Hi all, I have been trying to get nant to compile an application and have needed to some .resx files as some winforms make use of an external icon. I now cannot compile using nant on a machine without Visual Studio (resgen.exe) being installed. Is there some way to let nant simply use