I have upgraded our website from 6.2.3 to 6.2.5 and now cannot log in. The site is using .Net Framework Ver 2.0, Classic pipeline. The following is the error:
ModuleDefId: -1
FriendlyName:
ModuleControlSource:
AssemblyVersion: 6.2.5
PortalID: 0
PortalName: The Villages Woodshop
UserID: -1
UserName:
ActiveTabID: 82
ActiveTabName: Notices And Calendar
RawURL: /vwc/TheVWC/NoticesAndCalendar.aspx
AbsoluteURL: /vwc/Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 1bab1cfa-64a3-48d0-a6c3-5f2dc0eff554
InnerException: Could not load the assembly 'DotNetNuke.Authentication.LiveID'. Make sure that it is compiled before accessing the page.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.TemplateParser.GetType
StackTrace:
Message:
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load the
assembly 'DotNetNuke.Authentication.LiveID'. Make sure that it is
compiled before accessing the page. --->
System.Web.HttpParseException: Could not load the assembly
'DotNetNuke.Authentication.LiveID'. Make sure that it is compiled before
accessing the page. ---> System.Web.HttpParseException: Could not
load the assembly 'DotNetNuke.Authentication.LiveID'. Make sure that it
is compiled before accessing the page. ---> System.Web.HttpException:
Could not load the assembly 'DotNetNuke.Authentication.LiveID'. Make
sure that it is compiled before accessing the page.
at System.Web.UI.TemplateParser.GetType(String typeName, Boolean
ignoreCase, Boolean throw )
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.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, Boolean throwIfNotFound, Boolean
ensureIsUpToDate)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean
allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound,
Boolean ensureIsUpToDate)
at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
at
DotNetNuke.UI.Skins.Controls.Login.<HasSocialAuthenticationEnabled>b__1(AuthenticationInfo
a)
at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
at
DotNetNuke.UI.Skins.Controls.Login.HasSocialAuthenticationEnabled()
at DotNetNuke.UI.Skins.Controls.Login. (EventArgs e)
--- End of inner exception stack trace ---
Source:
Server Name: ATL4WDPWEB02A
What is the cause and how is it corrected.