RE: Extending MembershipUser



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
|

.



Relevant Pages

  • Re: Need to load 200 users into Form security DB
    ... using an IDataReader or a DataSet, and then create your TSQL. ... membership provider" if you want to see what that entails. ... The only thing I have done for security so far is to ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET 2: Membership/RoleMangement vs. ASP.NET 1.1.. question
    ... I guess in this case you will have to build your own membership provider ... > own SQL Server/Access database. ... > herein lies the problem -- if i am to use ASP.NET 2's Authentication ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Membership Provider
    ... Steven Cheng ... Microsoft Online Support ... | Subject: Re: Membership Provider ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Using login alias in Membership Provider
    ... or with the Login control: ... So are you using the AD membership provider currently? ... name that is ever used in access control lists, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: MemberShip Question
    ... As for the Membership Provider setting, we can override it in our web ... has predefined the default membership provider as SqlMembershipProvider, ... This posting is provided "AS IS" with no warranties, and confers no rights. ...
    (microsoft.public.dotnet.framework.aspnet)