> ----- Original Message ----- 
> From: "Nitin Agarwal" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, January 28, 2004 8:05 PM
> Subject: [Nant-users] Build error when using <Solution> task
>

> I am using Nant 0.84 version to build my solution file.
> The solution contains some .cs files and .resx files.
> It complies fine without any error within the IDE.
>
> But when I use nant to build the solution I get the following error:
>
> error: Invalid ResX input.
>  1 error(s).
> BUILD FAILED
> External Program Failed: C:\Program Files\Microsoft Visual Studio
> .NET\FrameworkSDK\bin\resgen.exe (return code was -1163019603)

NAnt by default uses the .NET Framework 1.0, and your resource files cannot
be compiled by the .NET 1.0 resgen.exe as they are .NET 1.1 resource files.

>
>...
>
>Also, when I try to use the .NET Framework 1.1, it does not like it.
>I always get the following error:
>
>The SDK for the net-1.1 framework is not available or not configured.

You need to install the .NET Framework 1.1 SDK in order to use the
<solution> task (with resx files) with the .NET Framework 1.1.

Gert



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to