T
tshad
I am getting the error:
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'.
I have a .DLL that has 4 classes:
<Serializable()> Public Class POP3Client
<Serializable()> Public Class EMail
<Serializable()> Public Class SMTPClient
<Serializable()> Public NotInheritable Class MailAttachment
The only Class I am trying to put in a session is a POP3Client object. But
I am getting this error. The .DLL compiles fine with no errors. So why
would I get this error????
Thanks,
Tom
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'.
I have a .DLL that has 4 classes:
<Serializable()> Public Class POP3Client
<Serializable()> Public Class EMail
<Serializable()> Public Class SMTPClient
<Serializable()> Public NotInheritable Class MailAttachment
The only Class I am trying to put in a session is a POP3Client object. But
I am getting this error. The .DLL compiles fine with no errors. So why
would I get this error????
Thanks,
Tom