Hello,
I've downloaded Aspose.Spell 1.9.3.0 for evaluation. I use a pop up window to show the spell checker and I'm getting an error that says "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've checked past posts on the subject and seen that the newer versions have serializable classes. I've modeled my code after the HtmlTextArea demo.
I can get around the problem by storing the Spell object in the Cache but I would prefer to store it as a session object. Any ideas?
Regards,
Phantasmak