S
Smokey Grindel
I have a signed assembly which has say version 1.0.0.0 it has serializable
objects in it, say I serialize an object to a database... ok the object
stores the schema for version 1.0.0.0... now we are at version 1.5.0.0 and
the object's schema has not changed, and I can gurantee this... but when you
try to deserialize the 1.0.0.0 object it says "Parse Error, no assembly
associated with Xml key" because the versions do not match... how do I get
the version 1.5.0.0 to deserialize version 1.0.0.0 objects when I can
gurantee they have not changed in schema.. thanks!
objects in it, say I serialize an object to a database... ok the object
stores the schema for version 1.0.0.0... now we are at version 1.5.0.0 and
the object's schema has not changed, and I can gurantee this... but when you
try to deserialize the 1.0.0.0 object it says "Parse Error, no assembly
associated with Xml key" because the versions do not match... how do I get
the version 1.5.0.0 to deserialize version 1.0.0.0 objects when I can
gurantee they have not changed in schema.. thanks!