RE: Extending MembershipUser
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Tue, 10 Jan 2006 12:14:17 GMT
Hi Mark,
Welcome to ASPNET newsgroup.
As for the custom membership provider problem, from the description, I
think it is likely something not configured correctly for your custom
membership provider since the exception occurs at intialize time which is
trying to load the membership provider class... Would you provide your
class's declaration in source file and how you config it in web.cofig to us
so that we can have a look?
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| NNTP-Posting-Date: Mon, 09 Jan 2006 19:21:53 -0600
| From: Mark Olbert <ChairmanMAO@xxxxxxxxxxxxxxxxx>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: Extending MembershipUser
| Date: Mon, 09 Jan 2006 17:21:53 -0800
| Organization: Olbert & McHugh, LLC
| Reply-To: mark@xxxxxxxxxxxx
| Message-ID: <gt26s198st4h1bdqfqrars82lnq9ojuiuh@xxxxxxx>
| X-Newsreader: Forte Agent 3.1/32.783
| MIME-Version: 1.0
| Content-Type: text/plain; charset=us-ascii
| Content-Transfer-Encoding: 7bit
| Lines: 12
| X-Trace:
sv3-pHkiWfXx9hK+ply/Z1rCvgZernhuelgR8jNGdxGt5g0/8W4JAce6GyzXXI890EFaCWQZ7/7D
/DzpULD!dQUwdGqA7y+HXdUai+Amk4BcSTGrsILoW58MCoHbXlWIuE0aaf/Ho9mwwSAboJGMq1CB
jg==
| X-Complaints-To: abuse@xxxxxxxxxxxx
| X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
| X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
| X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your
complaint properly
| X-Postfilter: 1.3.32
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!border2.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.gigan
ews.com!local01.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:369665
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| 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: Mark Olbert
- Re: Extending MembershipUser
- From: Mark Olbert
- Re: Extending MembershipUser
- From: Mark Olbert
- Re: Extending MembershipUser
- References:
- Extending MembershipUser
- From: Mark Olbert
- Extending MembershipUser
- Prev by Date: visual studio 2005 express - where are the themes?
- Next by Date: Re: .net vs j2ee
- Previous by thread: Extending MembershipUser
- Next by thread: Re: Extending MembershipUser
- Index(es):
Relevant Pages
|