Please download my code any explain to me why it doesn't deserialize a serialized class ?
Thanks :-)
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roy SPosted Aug 18, 2010, 8:23 PM
sbs2.ToString();
into this:
Console.Write(sbs2.ToString());
Maybe it doesn't work for you because of the fact that you save on the D drive (that's the cd-rom station?), I can't test that at the moment.
Majid KamaliPosted Aug 19, 2010, 5:23 AM
Problem Solved :-)