G
Guest
hi there,
has anyone had success in serializing a 2.0 case sensivite hashtable
ie.
private Hashtable m_itemsById = new Hashtable(
new CaseInsensitiveHashCodeProvider(),
new CaseInsensitiveComparer());
And deserializing it in 1.1?
It doens't work, and a serialization exception is thrown indication that
System.Globalization.TextInfo has 5 members (2.0) where only 3 are expected
(1.1)
Anyone got a solution to the problem above?
thanks in advance
Brian
has anyone had success in serializing a 2.0 case sensivite hashtable
ie.
private Hashtable m_itemsById = new Hashtable(
new CaseInsensitiveHashCodeProvider(),
new CaseInsensitiveComparer());
And deserializing it in 1.1?
It doens't work, and a serialization exception is thrown indication that
System.Globalization.TextInfo has 5 members (2.0) where only 3 are expected
(1.1)
Anyone got a solution to the problem above?
thanks in advance
Brian