BinaryFormatter.deserialize throws error.
NTSData
Posts: 1 New member
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.
Tagged:
Answers
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 Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?