[Mono-dev] Changes in mono makes monodevelop crashing
Robert Jordan
robertj at gmx.net
Fri Nov 17 04:47:24 EST 2006
Hubert FONGARNAND wrote:
> Just as information
>
> It seem's that changes in Serialization in the .NET 2.0 profile break
> monodevelop today
This is due to this change in System.Collection.Hashtable:
2006-11-16 Miguel de Icaza <miguel at novell.com>
* Hashtable.cs: Serialize EqualityComparer.
The change introduced a deserialization incompatibility of data
serialized before the change.
Please try the attached patch.
Robert
>
> System.Runtime.Serialization.SerializationException: No element named
> KeyComparer could be found.
> at System.Runtime.Serialization.SerializationInfo.GetValue
> (System.String name, System.Type type) [0x0009b]
> in /home/hubert/mono/mcs/class/corlib/System.Runtime.Serialization/SerializationInfo.cs:152
> at System.Collections.Hashtable.OnDeserialization (System.Object
> sender) [0x00059]
> in /home/hubert/mono/mcs/class/corlib/System.Collections/Hashtable.cs:578
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Hashtable.diff
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061117/70773881/attachment.pl
More information about the Mono-devel-list
mailing list