Click here to Skip to main content
15,903,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.

I am Using Silverlight Business Application i have designed all the pages, now i just want connect database for that i have added ADO.NET Entity model when Domain Service Class is added to the client project it is giving an error saying that

"DomainService 'VE.Web.UserRegistrationService' derives from DomainService 'VE.Web.DomainService'. Only the leaf DomainService in the inheritance hierarchy may have the EnableClientAccessAttribute.

can anybody help me in this.....


thanks in advance
Posted

1 solution

In Domain Service Class Remove the "EnableClientAccess" Attribute because it only enables for derived class
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900