Ask a Question related to ASP.NET General, Design and Development.
-
Kairi Zikpin #1
Re: Serialize question
i think this error is saying that one or more of the items in this class
can't be serialized in the way that you want. nothing you can do about
that except to attempt it manually which i doubt will work
Data.OleDb.OleDbDataAdapter is MarshalByRef
Please note thatsolution:- use a different session state mode> non-serializable objects or MarshalByRef objects are not permitted
> when session state mode is 'StateServer' or 'SQLServer'.
Kairi Zikpin Guest
-
Cant Serialize transaction
A new error i'm seeing on our development server with Blackstone (redhat & oracle).. When updating or inserting, i get this: ORA-08177: can't... -
Serialize a Dataset
Trying to send a dataset as the return information in a Web Service. For example: client contacts web service with an ID and then WS returns... -
Control won't serialize
Hi, I created an assembly with a custom class called myTable that inherits from "System.Web.UI.WebControls.Table" so that I can mark it as... -
Serialize web control
Can a custom web component be serialized? And how can the component be serialized to xml? -
serialize / unserialize
I have seen on a couple posts recently, about "serializing" and "unserializing" objects. What exactly does this mean? -- Chris Mosser



Reply With Quote

