I am generating a reporting dynamically which includes a gantt chart (dynamically creating the gantt chart along with the data - series). The report runs fine on my development server. However, when I promote the report to production, I receive the following 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.
**************************************************************************************************************************************************************************
The site is setup to use "SQLServer" Session mode. And, I noticed in some of the very old posts to this forum, that this was a problem with early versions of telerik reporting. I am using the latest version and still seeing this problem. Is there a work-around besides going back to "InProc" session mode?
Thanks!
**************************************************************************************************************************************************************************
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.
**************************************************************************************************************************************************************************
The site is setup to use "SQLServer" Session mode. And, I noticed in some of the very old posts to this forum, that this was a problem with early versions of telerik reporting. I am using the latest version and still seeing this problem. Is there a work-around besides going back to "InProc" session mode?
Thanks!