T
tshad
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
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