Hi,

How can I serialize a class with collection property in a Web Service.
When I compile the app I get the message:"To be XML serializable, types which inherit from ICollection must have an implementation of Add(System.Object) at all levels of their inheritance hierarchy. Microsoft.VisualBasic.Collection does not implement Add(System.Object). "

Thanks