I'm using Scheduler (Q2 2009), when I try to load it I get the following error:
I found in your forum the line that can solve it::
sessionState mode="InProc" in my Web.config,
it works but for me it's not possible use this mode.
How can I use this control with :
sessionState mode="StateServer"
?
Thanks,
Ester
Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode.
I found in your forum the line that can solve it::
sessionState mode="InProc" in my Web.config,
it works but for me it's not possible use this mode.
How can I use this control with :
sessionState mode="StateServer"
?
Thanks,
Ester