hello
i am getting an error in my report-viewer page because the objects used for datasource use IList which does not implement ISerializable.
i am using state server for sessionStates
how can i use state server and a hierarchy of entities as datasource?
regards
i am getting an error in my report-viewer page because the objects used for datasource use IList which does not implement ISerializable.
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 am using state server for sessionStates
how can i use state server and a hierarchy of entities as datasource?
regards