[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

ai

9/23/2004 1:35:00 AM

Hi,

I've an issue with deserializing a byte stream from a flat file in .NET 1.0.
The file was created/serialized using .NET 1.1 using BinaryFormatter. The
actual type serialized was "PointF" from the System.Drawing namespace. As you
may know, the System.Drawing assembly versions are different in .NET 1.0 and
..NET 1.1. Deserializing works the other way though e.g. serialization in .NET
1.0 and deserialization in .NET 1.1.

Any suggestions would be great. TIA