Guess that's it then ! Thanks.
Main Topics
Browse All TopicsI am pretty new to mobile device development and I have been looking into accessing registry key values on Windows CE / Mobile devices. Currently it is only reading values that I have already set from a desktop PC using RAPI that I'm looking to do but I cannot yet uncover a definitive answer to the following ...
Can I read registry key values on devices using only the .NET compact framework ? There doesn't appear to be a class/way to do this.
If the answer to the above is no, is the only solution to go with the OpenNetCF ? or are there other less 'heavy' solutions to simply just read a registry value ?
thanks
RR
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If you are using 2.0 then it is there
http://msdn2.microsoft.com
Business Accounts
Answer for Membership
by: Mikal613Posted on 2007-10-15 at 05:38:08ID: 20077456
The compact framework does not have a Registry Class which means RAPI or the OpenNetCf are your only options.