Link to home
Start Free TrialLog in
Avatar of Starr Duskk
Starr DuskkFlag for United States of America

asked on

Ctrl+. doesn't work on implementing MembershipUser

In visual studio 2010 I am trying to create a custom MembershipUser. When I type in:

    class CustomMembershipUser : MembershipUser

And then hit Ctrl+. to try to implement the abstract class MembershipUser, it does not bring up the option to do so. I can do this successfully with the MembershpProvider and RoleProvider classes, but just not with the MembershipUser class.

Any ideas?

thanks.
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial