Bugs item #1566823, was opened at 2006-09-28 09:02
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1566823&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: mahesh (mmkdissa)
Assigned to: Nobody/Anonymous (nobody)
Summary: Nant for Compact framework

Initial Comment:
I am using Nant for build the .net compact framework
project. 
      
I want to add mscorlib.dll as follows to the build file 
 
      <references>
                                
      <include name = "mscorlib.dll"/>

      </references>

but when building it gives this message

[vbc] vbc : Command line warning BC2024 : the default
assembly reference '
mscorlib.dll' has already been automatically added; ignored

when building it automatically added the mscorlib
desktop version. not the compact framework version.

SO the created dll can not be used in the windowsCE
devices. it gives an error
TypeLoadException
Couldn't load System.Windows.Forms.Form of assembly
System.Windows.Forms, Version=1.0.5000.0, Culture=neutral,

Pls help me to fix this 


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

>Comment By: Gert Driesen (drieseng)
Date: 2006-09-28 09:08

Message:
Logged In: YES 
user_id=707851

Are you sure you're targeting the .NET Compact Framework ?

Did you set the "nant.settings.currentframework" property 
to either "netcf-1.0" or "netcf-2.0" ?

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1566823&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