I\'ve been trying to use a SilverLight client to call an ASP.Net WCF service that would return a Dictionary. That worked fine when the val
Dictionary
Try defining a class the has a single property. That property is a Dictionary of string, object.
Mark the class with DataContract / DataMember. Then define your interface using that class.