Im trying to return a collection of objects, the collection object itself inherits from CollectionBase. And somehow the objects need to be serializable...

When Im trying to run the webservice I get this error :

You must implement a default accessor on EasyPrinting.EasyPrinting.CDocumentCollection because it inherits from ICollection.


How can I implement such a default accessor?


kind regards
Henrik