Re: System.Runtime. Serialization.S erializationExc eption: Unable to find assembly
"netsql" <cekvenich@gmai l.com> wrote in message
news:O57FDc6JGH A.2392@TK2MSFTN GP09.phx.gbl...[color=blue]
> ??
> Seralize a file and read it right back gives me this.
> Google was no help.[/color]
But a file is already serial.
I suppose that you mean serializing an object or objects to or from a file.
I further suppose that you are deserializing in a different app to the
serializer and that this app does not reference the assembly containing the
object class - If you couldn't create an instance with code then you can't
deserialize one
Comment