This is the only file in my ~/.mono/registry directory.  ~/.mono/registry/CurrentUser/software/classes/code/shell/open/command/values.xml

Have you tried creating a trivial program to write to HKEY_CURRENT_USER? Does this trivial program work on other platforms?

October 25, 2012 2:22 AM
Hi all,

I am porting a Windows program to run on the Raspberry Pi, but unfortunately
it uses the registry a lot.

I know Mono emulates the registry using a file structure in
/etc/mono/registry, as well as .mono/registry in the user's home directory
for user keys, and am trying to find what to replace "HKEY_CURRENT_USER" etc
with, as all I get is a crash report saying it doesn't start with a valid
registry root.

I have tried "CurrentUser", "~/.mono/registry/CurrentUser", and various
other combos, as well as converting to lower case. I still get the invalid
registry root error message.

What do I need to replace HKEY_CURRENT_USER and HKEY_CLASSES_ROOT etc with
to get it to pick up data from the registry folders?

Thanks

Chris



--
View this message in context: http://mono.1490590.n4.nabble.com/Registry-help-tp4657109.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to