> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> [EMAIL PROTECTED]
> Sent: woensdag 15 juni 2005 17:13
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Error with the solution task and .NET 
> Framework 2.0 Beta 2
> 
> I have already installed Visual Studio.Net 2005 Beta 2 and 
> Nant Build 0.85 -Latest Build (09-Jun-2005).
>  
> If I tried to use Nant with my 2005 beta 2 Solution I got the 
> following error:
>  
> Target framework: Microsoft .NET Framework 2.0 Beta 2
> Target(s) specified: Debug
> Debug:
>  [solution] Starting solution build.
> BUILD FAILED
> Microsoft Visual Studio.NET 2005 solutions are not supported.
> Total time: 0.2 seconds.
>  
> 
> My nant-test .build file was:
>  
> <?xml version="1.0"?>
> <project name="myProject" default="Debug" >
>    
>  <target name="Debug">
>     <solution solutionfile="Test.sln" configuration="Debug" />
> </target>
> </project>
>  
> 
> But I read in the new that:
>  
> 2005/04/18 - **New**: NAnt 0.85 nightly build now supports 
> .NET Framework 2.0 Beta 2.
>  
> Any Ideas that would help to fix the problem?

We do not yet support .NET 2.0 in the <solution> task.

Gert



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to