Hello, I've read plenty of similar questions and answers on this topic, but still not sure why I get this problem.
I have a client and server projects, both using the same dll library I created. when I serialize an object on the client, I have no problem deserializing it on the server, however when I try to deserialize it on the client after the server serialized it, it throws an "Unable to find assembly" exception.
the code of serializing and deserializing is identical on both client and server, both of them know and work with the same dll, any ideas what could cause the problem?