E
Eric
Hi,
I was under the impression that with serialization I could transfer a block
of data from one application to another.
So I wrote a website where after the user had put in some data, it is put in
a structure and that structure is serialized into a file.
Then this file is emailed and the backend user reads it in an application
for processing.
If I try to read the file into the same kind of structure, I get an
exception error.
Apparently it needs the webpage that generated the file to open it???
This is putting me in a lot of trouble as the website is already in use.
Is there a way to read the data from the files without the assembly that
created it?
Please help me with this!!
rg,
Eric
I was under the impression that with serialization I could transfer a block
of data from one application to another.
So I wrote a website where after the user had put in some data, it is put in
a structure and that structure is serialized into a file.
Then this file is emailed and the backend user reads it in an application
for processing.
If I try to read the file into the same kind of structure, I get an
exception error.
Apparently it needs the webpage that generated the file to open it???
This is putting me in a lot of trouble as the website is already in use.
Is there a way to read the data from the files without the assembly that
created it?
Please help me with this!!
rg,
Eric