Re: [Nant-users] CSharp Compiler for 1.0 framework not found

2004-05-20 Thread Martin Gainty
ts of application behavior HTH, Martin - Original Message - From: "erin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 1:47 AM Subject: [Nant-users] CSharp Compiler for 1.0 framework not found > Hi > > I am using .84 release - for

Re: [Nant-users] CSharp Compiler for 1.0 framework not found

2004-05-20 Thread Gert Driesen
- Original Message - From: "erin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 7:47 AM Subject: [Nant-users] CSharp Compiler for 1.0 framework not found > Hi > > I am using .84 release - for which the notes say it runs on .N

[Nant-users] CSharp Compiler for 1.0 framework not found

2004-05-20 Thread erin
Hi I am using .84 release - for which the notes say it runs on .Net 1.1 (although it lists the 1.0 framework by default). However when I run it it looks for the CSharp compiler in the 1.0 directory ( C:\Windows\Microsoft.Net\Framework\v1.0.3705\csc.exe). So I am running 1.1 it isn't there. Wha

RE: [Nant-users] CSharp Compiler for 1.0 framework not found

2004-05-20 Thread Jonni Faiga
Erin, Update your NAnt.exe.config file to: Jonni