Hi,
I have several entity collections that I am serializing to a file, then later I deserialize them. When I look at the deserialized collections, everything looks fine (all the entity objects are there with the properties set as you would expect. But then when I execute a "Save()" on the collections, or on each entity objects, the objects are not written to the database whose connection string I am using. The database tables in the DB I am connected to when writing are empty so the objects should have no problem getting written out. There are no exceptions, and the save() seems to run fine, but when I look at the table, there is no record inserted.
Any ideas what might be going on, or what tests to run to help determine why no objects are being inserted?
Thanks,
Mike