Extending MembershipUser
- From: Mark Olbert <ChairmanMAO@xxxxxxxxxxxxxxxxx>
- Date: Mon, 09 Jan 2006 17:21:53 -0800
I'm writing a custom MembershipProvider which uses a custom class derived from MembershipUser (basically, the derived class adds a
field to the MembershipUser base class).
When I try to configure my website using the ASP.NET Configuration tool, and go to the Security page, I get the following error:
Could not load type 'OMLMembershipUser' from assembly 'App_Code.olsckwwk, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Yet OMLMembershipUser is defined in a file in the App_Code directory.
Any idea what's causing this problem?
- Mark
.
- Follow-Ups:
- RE: Extending MembershipUser
- From: Steven Cheng[MSFT]
- RE: Extending MembershipUser
- Prev by Date: Re: 2.0: missing aspnet account
- Next by Date: help with encodings
- Previous by thread: ASP.NET/ EXCEPTIONAL/ NC
- Next by thread: RE: Extending MembershipUser
- Index(es):