G
Guest
I have a type that is serializable that is located in an assembly that is
loaded dynamically from a special directory. When deserializing this object
the framework fails to find the type.
Now, I am aware of the SerializationBinder class and how it can be used to
get around this problem however that only works when you are dealing with the
formatters yourself and have the ability to set the binder class. In my
case, I have an object that needs to go on the Clipboard.
The problem is that it isn't being handled correctly. How do I deal with
this case?
Thanks.
loaded dynamically from a special directory. When deserializing this object
the framework fails to find the type.
Now, I am aware of the SerializationBinder class and how it can be used to
get around this problem however that only works when you are dealing with the
formatters yourself and have the ability to set the binder class. In my
case, I have an object that needs to go on the Clipboard.
The problem is that it isn't being handled correctly. How do I deal with
this case?
Thanks.