When I tried to create a registry entry (that did not exist), a SecurityException of "No Access to the given key" was thrown by Mono. My own application's installer is a .NET program which creates the Registry entries that I need. This is a fundamental part of my application (the Registry that is).
On the openSUSELINUX 11.0 which I installed, I am not clear where the Registry (values.xml) files are supposed to reside. Under Fedora with Mono installed, I could create the registry files quite easily. What am I missing under openSUSE LINUX 11.0 ? I found a copy of the Microsoft.Win32.UnixRegistryApi class online, and it was throwing the exception when it was attempting to do a CreateDirectory (I presume for the Registry directory where the values.xml is to be placed). chairao wrote: > > Which level of Mono has the Windows Registry classes of .NET been > implemented ? Does it exist in Mono 1.9 ? > > -- View this message in context: http://www.nabble.com/Windows-Registry-implementation-tp19803042p19804760.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
