We are tying to use some complex POCO object across web services but Visual Studio 2005 proxy generator signal an error about serialization of internal collection.
Looking at template configuration is visible the option "Make the collection serializable" but they implements IList interface (not serializable).
Is there some other option we need to set?
Thanks
Fabrizio Guglielmino