Hi
I get the following error when I try to access the config page for my local
document. Does any one know why?
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.
Lars
George Ter-Saakov - 12 Feb 2008 21:37 GMT
Well, Error is pretty much is self-explanatory....
The object you put into session is non-serializable.
I can not tell you why.. Are you keeping some sort of File objects or
Database connection in Session?
George.
> Hi
>
[quoted text clipped - 8 lines]
>
> Lars
Lars - 13 Feb 2008 07:33 GMT
Uninstalling the suite Visual Studio 2008 pluss all frameworks, SQL etc and
reinstalling fixed the problem.
What do you do when you know you haven't changed the source and doesn't know
how the IDE works or if it was a bug.
Lars
"Lars" <jon.doe@xxxxxxxxxxxxxxxxxx.xxx> skrev i meddelandet news:...
> Hi
>
[quoted text clipped - 8 lines]
>
> Lars