Bugs item #1679081, was opened at 2007-03-12 15:25
Message generated for change (Comment added) made by solidstubborn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1679081&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: None
Status: Closed
Resolution: Invalid
Priority: 5
Private: No
Submitted By: Jacob Schlesinger (solidstubborn)
Assigned to: Gert Driesen (drieseng)
Summary: task 'solution' creates corrupt meta data

Initial Comment:
The task 'solution' in the latest 0.85 build creates corrupt meta data. Such 
assemblies can not be documentet with ndoc (See the appendix for the detailed 
error message) nor it can be opened with ildasm as it fails with the error 
message "meta data could not be opened". The 'solution' task worked fine with 
earlier builds.

The error is platformindepent reproducible and occurs on any solution. It does 
not occur if the project had been build with VS or an earlier version of nant 
in the same directory before without cleaning it.

----------------------------------------------------------------------

>Comment By: Jacob Schlesinger (solidstubborn)
Date: 2007-03-12 15:57

Message:
Logged In: YES 
user_id=1739362
Originator: YES

Ok, that solved it. I was not aware about that because earlier version
somehow managed to target 1.1 (or simply did not support 2.0).

----------------------------------------------------------------------

Comment By: Gert Driesen (drieseng)
Date: 2007-03-12 15:31

Message:
Logged In: YES 
user_id=707851
Originator: NO

NAnt by default runs on the lastest CLR installed. Meaning, if you're
running NAnt on a system with, for example, both .NET Framework 2.0 and 1.1
installed, then NAnt will by default target .NET Framework 2.0.

This should be obvious if you look at the build output. 

Check this out for way to change to target framework:
http://nant.sourceforge.net/faq.html#change-targetframework

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1679081&group_id=31650

-------------------------------------------------------------------------
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-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to