Implement Collection in WebService ???

L

lb

Hi,

I pass a collection to a WebService and I have this error:

"You must implement the Add(System.Object) method on
Microsoft.VisualBasic.Collection because it inherits from ICollection"

How may I do ???


Thanks you...
 
C

Cor Ligthert

lb

Did you tear your application already in two pieces and pass first a simple
string?

Cor
 
S

Steve Long

lb, did you write a collection class that implements ICollection or
something like that?

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top