how to reduce build size in windows mobile? most of the .NETCF programmers who are making installation package for the first time will face the common problem that is large install cab of their application most of the time visual studio automatically include some of the dlls such as mscorlib.dll, mscorlib.tlb, system.configuration.dll etc as the dependencies but which are not actually required mscorlib.dll itself occupies around 4MB size in the installer which is very huge some times which is more than 10 times the size of actual application.
I still was not able to figure it out what happens to make Visual Studio to consider framework dlls as the dependency to the cab file if any of you guys know the answer do share with us
2 comments:
did you manage to persist this change in the cab project? every time I restart solution, the mscorlib gets readded/included back into cab project. am I missing something?
It looks weird i did not faced this problem in any of my three wm projects!
Post a Comment