Page 1 of 1

3.1.1 Get Application Settings from SecuredApplication

Posted: 13 Apr 2022, 23:41
by dfeywyatt
Hello,

I am working on an upgrade to UA Dll's, and I was wondering how to extract Application Settings from a SecuredApplication object. In the previous verion, I could simply call:

ApplicationInstance.Default.SetApplicationSettings(application)

where application is a populated SecuredApplication object.

With the new version, I am using

ApplicationInstanceBase.Default.SetApplicationSettings

But this expects an Iconfiguration object.

How can I properly set the settings from the populated SecuredApplciation object.

Thank you!

Re: 3.1.1 Get Application Settings from SecuredApplication

Posted: 21 Apr 2022, 18:54
by dfeywyatt
As a follow up for anyone who may have the same issue, using a ConfigurationInMemory object instead of a SecuredApplication object fixes the issue.