RE: [Nant-users] Solution Task Error

2004-12-16 Thread Craig Wagner
I've run into it.   From what I've been able to figure out, NAnt looks in the registry to find the location of the SDK. But apparently the keys in the registry are different depending on whether the SDK was installed as part of a VS.NET installation or standalone.   Look in your nant.exe.conf

RE: [Nant-users] Solution task error - "The SDK directory for the net-1.0 framewor k"

2003-11-25 Thread Mahajan, Umesh
run into this ? - Umesh -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 9:41 PM To: Gert Driesen Cc: Mahajan, Umesh; [EMAIL PROTECTED] Subject: Re: [Nant-users] Solution task error - "The SDK directory for the net-1.0 framewor k" I

Re: [Nant-users] Solution task error - "The SDK directory for the net-1.0 framewor k"

2003-11-24 Thread Ian MacLean
I think the problem here is that they want to build on 1.1 but 1.0 is set as the default and those machines no longer have 1.0 installed. Set the default framework to net-1.1 in nant.exe.config and it should be ok. Ian The solution task uses resgen.exe to compile resx files, and resgen.exe is

Re: [Nant-users] Solution task error - "The SDK directory for the net-1.0 framewor k"

2003-11-24 Thread Gert Driesen
Title: Solution task error - "The SDK directory for the net-1.0 framework" The solution task uses resgen.exe to compile resx files, and resgen.exe is only available as part of the .NET Framework SDK.   Apparently VS.NET uses the System.Resources.ResourceWriter class to compile the resx files.