Izenda, LLC

Ad Hoc Reports & Dashboards for ASP.NET Apps

Free Trial

Izenda Reports is licensed on a "per user" or "per server" basis. Please complete this form to receive a price quote.

All fields are required.

The live demo demonstrates Izenda reports with the Northwind Sample database. To login, please register below.

All fields are required.

Please register to try Izenda reports on your data today.

All fields are required.

What do I do if I get this error "Unable to serialize the session...

Expand / Collapse
 

What do I do if I get this error "Unable to serialize the session state error" in VB or C#?


If you get the following error: Unable to serialize the session state error.

Look at the stack trace.

[SerializationException: Type 'ReportCustomeAdHocConfig' in Assembly 'App_Code.zrve4rl0, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable.]


Make it (in this example 'ReportCustomeAdHocConfig') serializable by the example shown below: VB

Public Class VBLesson
Public LessonTitle As String
Public LessonNumber As Int16
End Class



Details
Type: FAQ
Options