zolof wrote: > Thanks but I have found a better solution. > The Dictionary is not binary compatible only when it has never been > initialized (but not when null). > > In my sample code, I have replaced > this.coll1 = new Dictionary<int, int>(); > with > this.coll1 = new Dictionary<int, int>(1); > > and now everything works fine. >
This is this bug: https://bugzilla.novell.com/show_bug.cgi?id=474009 Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
