Hello everybody,
I have a little question about Serialization.
I have written an application that Serializes a Hashtable to a file on disk.
Now I want to open this serialize-file from another application, but I get an error that the assembly from where I serialized the Hashtable in the first place (=the other applic) is missing...
How can I bypass this assymbly-check on the serialized data?
Thanks in advance,
nick;
I have a little question about Serialization.
I have written an application that Serializes a Hashtable to a file on disk.
Now I want to open this serialize-file from another application, but I get an error that the assembly from where I serialized the Hashtable in the first place (=the other applic) is missing...
How can I bypass this assymbly-check on the serialized data?
Thanks in advance,
nick;