Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
350
AppStylingManager.Settings not working
posted

I have the following code inside Default.aspx

protected void Page_Load(object sender, EventArgs e)

{

AppStylingManager asm = AppStylingManager.Settings;

}

 

With the following line in Web.config:

<section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>

 No matter what, when Page_Load fires

AppStylingManager.Settings reference returns null

On a side note, if I put the code AppStylingManager asm = AppStylingManager.Settings; incide of a WebUser control it actually returns a reference to the Settings object.

Any thoughts?

Thanks,