How can we help you today? How can we help you today?

BinaryFormatter.deserialize throws error.

BinaryFormatter.Deserialize is throwing an error on memory stream it is trying to deserialize of items that were serialized before we uses smart assembly.  Currently, we are not obfuscating anything, as this is causing us issues (this will be a different topic), but we are Dependencies Merging our 3 assemblies into 1.  We need some help here.
NTSData
0

Comments

1 comment

  • Jessica R

    Hi and thanks for your post!

    Since merging changes the namespace, it will break Serialization, however, users have previously used a SerializationBinder to successfully map between the assemblies in the merged assembly: https://forum.red-gate.com/discussion/comment/52952

    Can you please give this a try?

    Jessica R
    0

Add comment

Please sign in to leave a comment.