[RESOLVED] run VS2005 dev'd app without .net 2.0 on device?
Hi,
Im struggling to get any test app dev'd in VS2005 to run on a real WM2005 device, because....
i appear to need .net2.0 (compact version?) that is a cab and is 25mb, i simply dont have that much space on the devices!
is tehre a way around this or do i really have to blat the devices and find that space?
it seems a shame as the apps are only small but .net is so massive for a small device
Cheers
Andy
Re: run VS2005 dev'd app without .net 2.0 on device?
Hi,
when you run your app on the device from VS2005, it will deploy the cab it needs. The run time is approx 2mb, and there is a redistributable in the VS2005 folder.
In addition, make sure you have SP2 installed - http://www.microsoft.com/downloads/d...displaylang=en
When you install it, it will install cab files for the various processors in the VS2005 folder
Pete