Rob,

 

.NET Framework 2.0 is definitely supported. The <solution> task also supports building assemblies targeting .NET Framework 2.0, but it does not yet support VS 2005 solutions or projects.

 

Support for this is underway, and will be available soon.

 

Gert

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob McEllhiney
Sent: zaterdag 23 september 2006 21:56
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Error loading GUID

 

Gert,

 

I am a little confused?  The home page says that Framework 2.0 is now supported.  I guess I am not clear as to what that means.  Please forgive my ignorance.

 

Just to be clear though, is it true that at this point there is no way for me to use Nant for builds on the source we migrated to Studio 2005?

 

Sorry if this has been discussed before.

 

Regards,

Rob


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen
Sent: Saturday, September 23, 2006 11:52 AM
To: 'Adam Gritt'; nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Error loading GUID

 

Adam,

 

In this case Rob got the error because we do not yet support VS.NET 2005 solutions & projects.

 

Martin Aliger is working on VS 2005 support and is progressing nicely.

 

Gert

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Gritt
Sent: zaterdag 23 september 2006 17:46
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Error loading GUID

 

Try doing this, open the csproj file that has an issue with a text editor and then open the dependency csproj in a text editor, make sure that the Guid's that represent the ProjectGuid are match for the related projects, case included.  For some reason rather than convert the string to a Guid and then do a compare, NAnt compares the two as case-sensitive strings.  I have had this error before for .NET 1.1 and that was the issue, when I fixed it so the Project ID's matched (case included) then it would build fine.  Not sure what is causing the difference.

Adam Gritt

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to