M
Marco Trapanese
Hi!
I wrote a VB.NET application that serializes my classes on a file. Each
file contains a different instance of the class (i.e. different values
of the properties). If I deserialize files from that application all
works fine.
Now, I need to deserialize them from my other applications. If I try I
get this error:
"Unable to find assembly 'ADACOS, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=754090432db5d9d1'."
Where 'ADACOS' is the name of the first application. I guess it's
looking for the original app.
How can I deserialize a class in another application?
Thanks,
Marco / iw2nzm
I wrote a VB.NET application that serializes my classes on a file. Each
file contains a different instance of the class (i.e. different values
of the properties). If I deserialize files from that application all
works fine.
Now, I need to deserialize them from my other applications. If I try I
get this error:
"Unable to find assembly 'ADACOS, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=754090432db5d9d1'."
Where 'ADACOS' is the name of the first application. I guess it's
looking for the original app.
How can I deserialize a class in another application?
Thanks,
Marco / iw2nzm