Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationCreating a new authentication providerCreating a new authentication provider
Previous
 
Next
New Post
8/7/2009 10:20 AM
 

I've solved the above problem by altering the manifest: type had to be "Package" instead of "Module". So now I've successfully installed the Authentication, but now when I go to the login page I receive the following error: 

A critical error has occured.
Could not load type 'DotNetNuke.Authentication.Intranet.Login'.

 
New Post
8/9/2009 1:56 PM
 

 Where are you installing the .dll in DNN? It has to go into the Bin\Providers directory for the site.

 
New Post
8/10/2009 2:26 AM
 

The dll file has been installed in the Bin/Providers folder, but I still keep getting this error.
This is the detailed error from the logfiles:

AssemblyVersion: 04.08.02
PortalID: 0
PortalName: Intranet
UserID: -1
UserName:
ActiveTabID: 41
ActiveTabName: Login
RawURL: /login.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)
DefaultDataProvider: DotNetNuke.Data.OracleDataProvider, DotNetNuke.OracleDataProvider
ExceptionGUID: 2417f3c2-0407-49a3-9da8-a22ccb844a77
InnerException: Could not load type 'DotNetNuke.Authentication.Intranet.Login'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.TemplateParser.GetType
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Could not load type 'DotNetNuke.Authentication.Intranet.Login'. ---> System.Web.HttpParseException: Could not load type 'DotNetNuke.Authentication.Intranet.Login'. ---> System.Web.HttpParseException: Could not load type 'DotNetNuke.Authentication.Intranet.Login'. ---> System.Web.HttpException: Could not load type 'DotNetNuke.Authentication.Intranet.Login'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseReader(StreamReader reader, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.Parse(ICollection referencedAssemblies, VirtualPath virtualPath) at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.Modules.Admin.Authentication.Login.BindLogin() in C:\Inetpub\vhosts\intranet1.bdb.be\Admin\Authentication\Login.ascx.vb:line 310 at DotNetNuke.Modules.Admin.Authentication.Login.ShowPanel() in C:\Inetpub\vhosts\intranet1.bdb.be\Admin\Authentication\Login.ascx.vb:line 443 at DotNetNuke.Modules.Admin.Authentication.Login.Page_Load(Object sender, EventArgs e) in C:\Inetpub\vhosts\intranet1.bdb.be\Admin\Authentication\Login.ascx.vb:line 637 at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Naam: SRVDMZ12

 

 
New Post
8/11/2009 10:07 AM
 

If I put the dll file in the Bin folder instead of in the Bin/Providers folder the error is gone. Does someone know how this could be? The dll file is supposed to go in the Bin/Providers folder.

Also, I don't get the option to choose between different authentication providers. Do I have to alter a setting somewhere?

 
New Post
8/11/2009 1:39 PM
 

It sounds like when it was installed it didn't get added to all the necessary tables. I don't have a database in front of me but check the AuthenticationTypes (?) table and see if there's a entry for your provider.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationCreating a new authentication providerCreating a new authentication provider


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out