Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NAnt and Compact framework

Status
Not open for further replies.

kenbw

Programmer
May 2, 2002
39
US
I am trying to automate my build and use Nant. I figured out to set the nant.settings.currentframework property to netcf-2.0 to use the 2.0 compact framework. However as soon as I do this I get an error about not being able to find System.Object.

I did not include any references as it seems to work if I do not update that property to determine which .Net framework to use.

Could someone please help me out with what I may be doing wrong here?

Ken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top