SerializationException on BinaryFormatter.Deserialize

G

Guest

Hi

I have an application "A" which serialize some data into a file "file.dat".
My second application "B" gets the data by deserializing. but deserializing
is not working. I am getting SerializationException: {"Unable to find
assembly 'XXXX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'."}

Is there any way to fix this issue? is it not possible to use serialization
between applications?

Please help

Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top