F Fabien Mar 9, 2007 #2 Hi, I think you can't know directly the Cf version. But with RAPI, you can browse the registry and the filesystem of your PPC, so you can find CF version information. Hope this help you. BR Fabien Decret Windows Embedded Consultant ADENEO (ADESET) http://www.adeneo.adetelgroup.com/
Hi, I think you can't know directly the Cf version. But with RAPI, you can browse the registry and the filesystem of your PPC, so you can find CF version information. Hope this help you. BR Fabien Decret Windows Embedded Consultant ADENEO (ADESET) http://www.adeneo.adetelgroup.com/
P Peter Foot [MVP] Mar 10, 2007 #3 In the device registry (using RAPI) look in this key:- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework] Here values for each framework version are placed e.g. 1.0.4292.0 for 1.0 SP3. Peter
In the device registry (using RAPI) look in this key:- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework] Here values for each framework version are placed e.g. 1.0.4292.0 for 1.0 SP3. Peter
N Neil Cowburn Mar 12, 2007 #4 Fabien, System.Environment.Version will give the version of the executing CLR on the device. -- Neil Cowburn Principal Partner OpenNETCF Consulting, LLC. Managed Code in the Embedded World http://www.opennetcf.com/ http://www.smartdeviceframework.com/
Fabien, System.Environment.Version will give the version of the executing CLR on the device. -- Neil Cowburn Principal Partner OpenNETCF Consulting, LLC. Managed Code in the Embedded World http://www.opennetcf.com/ http://www.smartdeviceframework.com/