When trying to add a service reference to an existing WCF service (which is providing collections of type ObservableCollection
) I get the following error message :
schema type 'http://schemas.microsoft.com/2003/10/Serialization/Arrays:ArrayOfString' has not been imported yet. Import it first.
I tried to change the Framework (in the Add Web Reference screen) to '.NET 2.0 Web Services'. In that case I don't get the above mentioned error message, however, I'm unable to call the several functions the WCF service provides (they are simply not generated).
Can anybody help me?
Thanks in advance.
Ernstjan