views:

37

answers:

1

im passing a array of KeyValuePair<string,string>[]

how ever when it get to my sliverlight client it turns into

{web service name}.KeyValuePairOfStringString

and i cant get the values from it.

any one got any ideas how i can access the key and value propties?

A: 

You should not be using ASMX web services with SilverLight. You should use WCF instead.

John Saunders