Volatile Registry Keys

Posted by Paul Mowat on 20-Apr-2016 03:12

Hi All,

OE10.2B .Net 3.5

Came across an issue on a customer who has their registry locked down through citrix and getting an issue when trying to create some registry keys to deal with the browse emulation mode for the webcontrol.

I get a message "System.IO.IOException: Cannot create a stable subkey under a volatile parent key" when doing the following

ASSIGN oKey = Microsoft.Win32.Registry:CurrentUser:CreateSubKey(BrowserEmulationKey)

I've had a look to see how I can create a volatile key and can only see how to do it from .NET 4 onwards. 

Does anyone have any ideas on how to do it for .Net 3.5?

Thanks

Paul

All Replies

This thread is closed