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.
 
Back
Top