Dynamic Deserialization
Binary deserialization fails with a SerializationException saying ‘Unable to find assembly’ if you try to deserialize an object whose type is not referenced in the current application domain. The easiest way to resolve this is to reference the assemb...
Mar 28, 20172 min read