Problem with SilverLight

  • Thread starter Thread starter Oriane
  • Start date Start date
O

Oriane

Hi there,

I hope this is the right palce to post about SilverLight. I'm curently
using the last release from July 2009, and I have a simple problem with the
RIA Authentication Services. When I add an Authentication Domain Service
item in the SilverLight project, the following code is generated:


[EnableClientAccess]
public class AuthenticationService : AuthenticationBase<User> { }
public class User : UserBase { }


but then my Visual Web Developer 2008 warns me that the following dll:
System.Web.DomainServices is missing...

Can someone help me ?

Best regards
 
Back
Top