Skip to main content
Home Forums Silverlight Programming Accessing Web Services with Silverlight Reference.svcmap error.
1 replies. Latest Post by bryant on January 5, 2009.
(0)
kintela
Member
5 points
10 Posts
01-05-2009 5:22 AM |
Hi.
I have a solution with 2 proyects: A Silverlight Application and a text web proyect where I have added a Silverlight-enabled WCF Service item. But the problem is that when I reference this WCF Service in the Silverlight Application I have 13 warnings and 1 error that says -excuse my poor spanish/english transalte-: "Error fron custom tool: It coudn't generate code for the service reference" in the Reference.svcmap file".
I don´t undestend why the Reference.vb file is empty.
Thanks
bryant
Star
9937 points
1,629 Posts
01-05-2009 10:46 AM |
Usually this means there is a problem getting the meta data from your service. If you browse to the service endpoint do you get a page telling you the details of the service? If not, then you probably haven't enabled the service meta data correctly.