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?
 
Thanks
 Alex

Reply via email to