Hello, I'm facing this error when trying to exchange some structure like Dictionary <> between Mono and .NET using Remoting:
Parse Error, no type associated with Xml key a2 System.Collections.Generic.IEquatableOfTEqualityComparer`1[[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 I have already research a lot about it and I think it can be serialization incompatibility between Mono and .NET, I have read that even between different .NET Framework versions this could occur, but I'm not totally sure. I'm using the SOAP serialization by setting [Serializable] attribute in the class. Should I implement the ISerializable interface instead of this? Will this fix my problem or there is another way to circumventing this? Thanks in advance, Augusto
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
