المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Deserialize from 2.0 to 1.1 framework



C# Programming
09-06-2009, 11:20 AM
i'm using 1.1 framework and my customer using 2.00 framework.
he is saveing a Serialized file that have MemoryStream.
when i'm trying to Deserialize the file i get an Exception.
(if i try to Deserialize in 2.00 framework it's ok)
how can i Deserialize in 1.1 framework ?