Hi guys, its been a while! Merry christmas and a happy new year to you all!
I upgraded my dnn and now have a "Could Not Load Skin: /Portals/_default/Skins/3ColumnLayout/Admin.ascx Error: C:\Inetpub\wwwroot\dotnetnuke\Website\Admin\Security\Signin.ascx.vb(376): error BC30002: Type 'DotNetNuke.Security.Authentication.AuthenticationController' is not defined."
This error is being thrown from a line that says "Dim objAuthentication As New DotNetNuke.Security.Authentication.AuthenticationController" and a few others after this. I have browsed the dll in object browser (VS) and there is no such class?? wassup with that? when i rem out (i.e. comment out) all the stuff in Private Function WindowsAuthorization(ByRef loginStatus As UserLoginStatus) As UserInfo. and return just a null UserInfo object my site runs fine?? wassup with thats?? Running forms authentication in webconfig, have to debug by allowing windows authentication in IIS but still this error causes my skin to not load, but here's the tricky part. Why does the default dnn skin load? There are no posts on this else where on the web so it would be nice if someone could help. P.s. and for all those who just love to read error logs here goes.
AssemblyVersion: 04.08.00
PortalID: 0
PortalName: My Website
UserID: 1
UserName: host
ActiveTabID: 48
ActiveTabName: Event Viewer
RawURL: /dotnetnuke/Admin/LogViewer/tabid/48/Default.aspx
AbsoluteURL: /dotnetnuke/Default.aspx
AbsoluteURLReferrer: http://localhost/dotnetnuke/Host/Host%20Settings/tabid/16/portalid/0/Default.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 1812b4be-ac12-4e46-8e97-29cfbd3bd889
InnerException: Unhandled error loading page.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.PostProcessFoundBuildResult
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.Exception: C:\Inetpub\wwwroot\dotnetnuke\Website\Admin\Security\Signin.ascx.vb(376): error BC30002: Type 'DotNetNuke.Security.Authentication.AuthenticationController' is not defined. ---> System.Web.HttpCompileException: C:\Inetpub\wwwroot\dotnetnuke\Website\Admin\Security\Signin.ascx.vb(376): error BC30002: Type 'DotNetNuke.Security.Authentication.AuthenticationController' is not defined. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(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.UI.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile) at System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath virtualPath) at System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry ucRegisterEntry) at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- 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) 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.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.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.Framework.DefaultPage.LoadSkin(String SkinPath) in C:\Inetpub\wwwroot\dotnetnuke\Website\Default.aspx.vb:line 225 --- End of inner exception stack trace ---
Source:
Server Name: MBC08424
Thanks in advance