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
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