System.Runtime.Serialization.SerializationException: Unable to findassembly

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • netsql

    System.Runtime.Serialization.SerializationException: Unable to findassembly

    ??
    Seralize a file and read it right back gives me this.
    Google was no help.

    hints?
    tia,
    ..V
  • Nick Hounsome

    #2
    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

    Working...