I have a Pocket PC cab project. It runs well when i have .NET framework
2.0 installed on my pocket pc. But when .NET framework 2.0 is not
installed, the cab file gets extracted but the application fails to
run.
So is there any solution by which the .NET framework 2.0 gets installed
on my Pocket PC along with my application cab project?
Or to say is this possible?
Thanks,
Kshama
Sachin Palewar - 23 Dec 2005 07:08 GMT
Hi Kshama,
I dont think that you can include CF in your application CAB. Best
option is to write a desktop installation which deploys both the CABs
on your device.
Regards,
Sachin Palewar
Palewar Techno Solutions
Pocket PC & Mobile Software Development
Nagpur, India
www.palewar.com
Kshama Bafna - 11 Jan 2006 08:05 GMT
Thanks Sachin. The solution provided by you worked out. :)