Detecting .NET Compact Framework

  • Thread starter Thread starter Felipe T.
  • Start date Start date
Felipe T. said:
Can i do something like this to find if SQLCE is also installed?

Well, you could look for appropriate files and registry settings - I
don't know what they are off-hand, but a browse through your device's
file system and registry should suggest some good candidates.
 
You might look for this key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServerCE]

Paul T.
 
1.26. How can I determine the version of the .NET Compact Framework that is
installed on a device?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#1.26

3.10. How do I detect the version of the .NET Compact Framework from a
desktop installer?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#3.10

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top