Hi,
I have a report and it's sub report in my application. There are two parameters in sub report. I am passing values from my main report to the sub report using these parameters.
The report working fine if I use in-proc as session state, but when I use mode="StateServer" it gives me below error.
"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."
Do I need to do any thing extra in telerik report if I use out-proc as session state?
Please help me ASAP.
Thanks,
Vatsal Desai
I have a report and it's sub report in my application. There are two parameters in sub report. I am passing values from my main report to the sub report using these parameters.
The report working fine if I use in-proc as session state, but when I use mode="StateServer" it gives me below error.
"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."
Do I need to do any thing extra in telerik report if I use out-proc as session state?
Please help me ASAP.
Thanks,
Vatsal Desai