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]
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
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
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