Скорее всего, эта проблема возникает из-за неправильного имени типа службы в
<PerpetuumSoftServices> section of web.config file.
<Service Type="<reportservice type name with namespace>, <assembly name>">
, где
<assembly name> you may find in Application properties,
<reportservice type name with namespace> is namespace + class name from ReportService.svc.cs file.
Например:
<Service Type="SilverlightApplication.Web.ReportService, SilverlightApplication.Web">