Error: No DataServices element present

Hi, i have made a simple Wcf Data Service following a tutorial, if i access to the wcf url i see the xml and the collections, but when i try add as datasource in LINQPad, the test connection works but later when i try expand the tables i get:

Error: No DataServices element present

Any idea?

Comments

  • Ok, going to service.svc/$metadata i see a web page with lot of errors of the model.

    After do some correction the $metadata shows ok and LINQPad works fine.

    Thanks.