Reuse Collection types Issue

In VS 2008, there is a problem with reusing collection types when you configure a WCF service and wish to ‘Reuse types in all referenced assemblies’. If you want to pass collections around via your WCF service, a Visual Studio will create a proxy class for each collection type regardless whether your collection type is included within referenced assemblies or not.
(more…)