Unable to serialize the session state
- From: "tshad" <tscheiderich@xxxxxxxxxxxxxxx>
- Date: Wed, 22 Mar 2006 17:42:36 -0800
I have an object I am unable to put in my session. I have others that have
no problem. The difference is the the one I am having problems with was
created in VS 2003. The others were created using DW and compiling using the
commandline and they work fine.
The error I am getting is:
Unable to serialize the session state. Please note that non-serializable
objects or MarshalByRef objects are not permitted when session state mode is
'StateServer' or 'SQLServer'.
The start of the code is:
namespace MyFunctions
{
/// <summary>
/// Summary description for Class1.
/// </summary>
[Serializable]
public class NewHire
{
Why won't this work?
Thanks,
Tom
.
- Follow-Ups:
- Re: Unable to serialize the session state
- From: Eliyahu Goldin
- Re: Unable to serialize the session state
- Prev by Date: Re: GridView Update not updating data
- Next by Date: Re: Web.config schema messages
- Previous by thread: Re: Highlight text and right click for a custom context menu, asp
- Next by thread: Re: Unable to serialize the session state
- Index(es):
Relevant Pages
|