Serialize ResourcesCollection
9 years ago.
After I added sessionState in StateServer mode in the web.config. I encountered System.Runtime.Serialization.SerializationException in the serialization of ResourceCollection. The text of the error is: The type 'DayPilot.Web.Mvc.ResourceCollection' in the assembly 'DayPilot.Web.Mvc' is not marked as serializable. Can not serialize session state in 'StateServer' mode.
How I Can Serialize ResourceCollection.
Any help please? Many thanks.
DayPilot