Invalid cast exception after serialization

TripleB

Active member
Joined
Jul 19, 2004
Messages
38
Location
Belgium
Hey all,

Does anyone have a clue on this one...
When I serialize my object to a binary file, and read it back (without closing the app) everything works fine, but when I serialize my object, close the app, and then try to deserialize the file back to the object I allways get an invalid cast exception... Is this security related???

Thx in advance,
 
Back
Top