[Solved] C# Deserialization Error [closed]
I think that the namespaces of the two projects differ, so this is why it isn’t working. Try making a dynamic link library which contains that class, and use the same library in both projects. This way, you can also modify the class in one project, it will be modified automatically in the second project. … Read more