Trying to use web services with Silverlight and getting this error?  Most likely your asmx web service is returning data using DataSets and guess what...Silverlight no likey the DataSet.  Either modify them to use DataTables or you going to be doing some hand editing of the service code the reference pooped out.