File Serialization between applications

  • Thread starter Thread starter Rob P
  • Start date Start date
R

Rob P

Hi All,

I have got file serialization to work, but alas, I cannot get one app to
save its data for another different app to load it later on (The first app
can load its own data successfully).

The second app claims it can't find the assembly from which the original
serializable object originates. I have included the classes required in the
second app's project, but this doesn't seem to be enough. I guess I'm
missing something fairly important!? :)

RobP
 
Hi. I know its been a long time but did you ever find the solution to your problem?

I'm stuck here on the same thing. Do I have to include the whole project that the serialized objects came from?

Thanks.
 

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

Back
Top