Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SerializationException "Member ReadOnly not found."

Status
Not open for further replies.

itlee

Programmer
Feb 14, 2001
34
CH
I have a class that contains a subclass which have been serialized to a binary file.

When I attempt to deserialize a SerializationException is thrown with the message "Member ReadOnly not found".

My classes don't have a ReadOnly member, but do have one read only property. Both classes are based on the "NameObjectCollectionBase" class.

Has anyone seen this before?

Thanks,
Lee.

ITLee. MCP\Analyst\Programmer\DBA\ITIL
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top