Take a look at specifying .NET Framework at runtime via http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/ht ml/sidexsidenet.asp specifically the specification in your application config file
<configuration> <startup> <supportedRuntime version="v1.1.4322" /> <supportedRuntime version="v1.0.3705" /> </startup> </configuration> and As far as IIS goes IIS Administrative Console by selecting the specific versions of the ASP.NET ISAPI filter This is important: The CLR determines which version of the Framework to load, based on the versions listed in the application's .config file and the versions that are available on the system where the application is executing. Configured applications will not run on any version of the Framework not included in the supportedRuntime list. The configuration can be modified at any time either before or after the application is deployed. Use care when modifying the configuration file since the setting contained in the file may affect other aspects 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 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. > > What do you suggest (copying the csc.exe from the 1.1 to the 1.0 > directory causes another error). > > Is there a version that runs on 1.1? > > Thanks > > erin > > -- > Erin > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-users > ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users