views:

79

answers:

1

Hi all..

i googled lot, i am not getting the way to build the icsharp source code for .net compact framework..

here is the link i,e http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx were i am able to download source code, but i am able to build for .net framework not for compact framework 3.5.. i checked the configuration and all i couldn't find..

in the same download page, they have provided the link to download the build binaries, the .net 3.5 CF binary works well..

please let me know the way to build it for .net cf 3.5...

Thanks in advance Solitaire.

+1  A: 
NAnt.exe -t:netcf-2.0
Darin Dimitrov
Hey .. copyed the Nant.exe to the "SharpZlib.build" folder and if i execute the command it says "invalid framework .netcf-2.0" specified.. wat i need to change.. i am new to this nanat tool :-(
Shadow
Do you have .NET CF installed on your machine?
Darin Dimitrov
Yes.. i have.. i have both 2.0CF and 3.5CF.. Next wat to do?
Shadow
Hey, i dont have .net 1.1, i have verified the build file it says, if .net 2.0 CF is called go for .net 1.1.. so will it be a problem with the build file. ?
Shadow