BinaryFormatter.Deserialize Problem Solved

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • aladdinm1

    BinaryFormatter.Deserialize Problem Solved

    Hi All,
    Reference to the problem I posted with subject
    "BinaryFormatte r.Deserialize fails when used with .net ActiveX". I could
    successfully solve the problem by creating a class inherited from
    SerializationBi nder and setting the Binder property of the BinaryFormatter to
    an instance of that class. The code used was just one line to return the type
    used to serialize data. I got this information by help of the following Url:



    I hope this helps anyone facing similar problems.

    Regards
Working...