J
Joe
I'm using a binder when deserializing our data. We have a few members that
were originally serialized using a different version number assembly. Is
there a way to tell it to use a new version? I know how to change types
using BindToType but not how to tell it a different version of an assembly.
The current exception we get is 'Cannot Convert our_namespace.our_type to
our_namespace.our_type'
I would really rather not use FormatterAssemblyStyle.Simple.
Thanks,
Joe
were originally serialized using a different version number assembly. Is
there a way to tell it to use a new version? I know how to change types
using BindToType but not how to tell it a different version of an assembly.
The current exception we get is 'Cannot Convert our_namespace.our_type to
our_namespace.our_type'
I would really rather not use FormatterAssemblyStyle.Simple.
Thanks,
Joe