Why cant a web service return a dictionary?

Steve

New Member
I have an ASMX web service that returns a dictionary but get an error each time it is posting\[quote\] type System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[BL.Customer, BL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] is not supported because it implements IDictionary\[/quote\]
 
Back
Top