The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

ASP.NET Profile - Serialization

Last post 01-25-2008, 9:34 AM by sburton. 0 replies.
Sort Posts: Previous Next
  •  01-25-2008, 9:34 AM 7808

    ASP.NET Profile - Serialization

     

    EntitySpaces Version: 1.2.0.7

    MyGeneration Version: 1.5.3

    Database - Microsoft SQL 2005

     

    Problem:

     

    We wrote an ASP.NET custom profile object that inherits from an EntitySpaces object (RcAppLoanApplication).  This object is serialized to the database in the ASP Profile table.  The problem occurs when the schema changes for the EntitySpaces object and the profile object that was serialized is different.

     

    Question:

    Is there a way to get the version of the ES object that was serialized and compare it to the current ES object?  We reflected the object and the version is the same even though the object is not the same.  I don't think ES is overriding the GetHashCode() method because the object has different hash codes for every instance.  I think we need to reflect the Table that the ES object contains, but I can not find where you expose the ADO row object.

     

    Any suggestions???

View as RSS news feed in XML