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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...LiveID installation failure on upgrade to 4.6.2LiveID installation failure on upgrade to 4.6.2
Previous
 
Next
New Post
10/5/2007 7:26 PM
 

I got an error upon upgrading my DNN install from 4.5.3 to 4.6.2

It failes on the LiveID install, it also failed on 4.6.0 SqlDataProvider upgrade but that it only because i tried to upgrade again, once it failed.

 

Any suggestions guys?

This is my installation log


 

00:00:00.125 - Upgrading to Version: 4.6.2
00:00:00.234 -   Executing Script: 04.06.00.SqlDataProvider Error! (see 04.06.00.log for more information)
00:00:02.859 -   Executing Script: 04.06.01.SqlDataProvider Success
00:00:02.906 -   Executing Script: 04.06.02.SqlDataProvider Success
00:00:02.968 - Performing General Upgrades
00:00:03.546 - Installing Module File HTML_04.05.00_Install:  Success
00:00:04.125 - Installing Module File Links_03.03.07_Install:  Success
00:00:05.500 - Installing Package File LiveID_01.00.00_Install:

 
Server Error in '/' Application.
Value cannot be null.
Parameter name: format
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: format


 

 

I also noticed an event in the Event Log for ASP.NET 2.0

 


Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 10/5/2007 8:35:05 PM
Event time (UTC): 10/6/2007 12:35:05 AM
Event ID: 0b7b40cfd8b940ada349fda7b34e1507
Event sequence: 6
Event occurrence: 1
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/2087662945/Root-1-128361044183906250
    Trust level: Full
    Application Virtual Path: /
    Application Path: C:\dnn\
    Machine name: ARISE-MAIN
 
Process information:
    Process ID: 7864
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE
 
Exception information:
    Exception type: ArgumentNullException
    Exception message: Value cannot be null.
Parameter name: format
 
Request information:
    Request URL: http://*******/Install/Install.aspx?mode=upgrade
    Request path: /Install/Install.aspx
    User host address: *****
    User:  
    Is authenticated: False
    Authentication Type:  
    Thread account name: NT AUTHORITY\NETWORK SERVICE
 
Thread information:
    Thread ID: 5
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:    at System.String.Format(IFormatProvider provider, String format, Object[] args)
   at DotNetNuke.Services.Packages.InstallerInfo.ReadZipStream(Stream inputStream)
   at DotNetNuke.Services.Packages.InstallerInfo..ctor(Stream inputStream, String sitePath)
   at DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.InstallPackage(String strFile, Boolean allowResources, Boolean writeFeedback, Int32 indent)
   at DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean writeFeedback, Int32 indent, String type)
   at DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean writeFeedback, Int32 indent)
   at DotNetNuke.Services.Install.Install.UpgradeApplication()
   at DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 
 
Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

 


 

 

 
New Post
10/6/2007 5:29 AM
 

re-execution of 04.06.00.sqldataprovider delivered with DNN 4.6.2 shall not throw any issues any longer.

you can manually install LiveID provider from inside the Authentication section in Host Settings only.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/6/2007 12:19 PM
 

No the 04.06.00.sqldataprovider does not throw any issues

I cannot install the LiveID module as a visit to my page gives a Server Error Page.


[ArgumentNullException: Value cannot be null.
Parameter name: type]
   System.Activator.CreateInstance(Type type, Boolean nonPublic) +2768503
   DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) +582
   DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectNamespace, String ObjectAssemblyName) +17
   DotNetNuke.Security.Membership.Data.DataProvider.CreateProvider() +38
   DotNetNuke.Security.Membership.Data.DataProvider..cctor() +13

[TypeInitializationException: The type initializer for 'DotNetNuke.Security.Membership.Data.DataProvider' threw an exception.]
   DotNetNuke.Security.Membership.Data.DataProvider.Instance() +0
   DotNetNuke.Security.Membership.AspNetMembershipProvider..cctor() +5

[TypeInitializationException: The type initializer for 'DotNetNuke.Security.Membership.AspNetMembershipProvider' threw an exception.]

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0
   System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +103
   System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +261
   System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
   DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) +582
   DotNetNuke.Security.Membership.MembershipProvider.CreateProvider() +38
   DotNetNuke.Security.Membership.MembershipProvider..cctor() +13

[TypeInitializationException: The type initializer for 'DotNetNuke.Security.Membership.MembershipProvider' threw an exception.]
   DotNetNuke.Security.Membership.MembershipProvider.Instance() +0
   DotNetNuke.Entities.Users.UserController..cctor() +5

[TypeInitializationException: The type initializer for 'DotNetNuke.Entities.Users.UserController' threw an exception.]
   DotNetNuke.Entities.Users.UserController.GetUserCountByPortal(Int32 portalId) +0
   DotNetNuke.Entities.Portals.PortalInfo.get_Users() +17
   DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +1283
   DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +82
   DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +2848
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64


 

Since the exception is being thrown from DotNetNuke.Security.Membership.Data.DataProvider, is that because LiveID is not installed?

 

 
New Post
10/18/2007 1:35 AM
 

Bump!

 

Anyone, still having the same issue :(

 
New Post
10/22/2007 10:55 PM
 

I am getting the following installation error and same for the OpenID. The script has the {objectQualifier} at the wrong place.
It should be like dbo.{objectQualifier}Assemblies instead of {objectQualifier}dbo.Assemblies.
Any help please? Thx.  Ivan Farkas

Package Installed Successfully

The package installed successfully - see below
Error loading files from temporary folder - see below
StartJob Starting Installation
Info Starting Installation - DNN_LiveIDAuthentication
Info Starting Installation - AuthenticationSystem
Info LiveID Authentication registered successfully
Info Component installed successfully - AuthenticationSystem
Info Starting Installation - File
Info Created App_LocalResources\Login.ascx.resx
Info Created App_LocalResources\Logoff.ascx.resx
Info Created App_LocalResources\Settings.ascx.resx
Info Created Login.ascx
Info Created Logoff.ascx
Info Created Settings.ascx
Info Created license.txt
Info Component installed successfully - File
Info Starting Installation - Assembly
Failure Exception - Invalid object name 'dnn_dbo.Assemblies'.
Failure Installation Failed - Assembly
Info Rolling back component install - AuthenticationSystem
Info LiveID Authentication unregistered successfully
Info Component rolled back successfully - AuthenticationSystem
Info Rolling back component install - File
Info Deleted - App_LocalResources\Login.ascx.resx
Info Deleted - App_LocalResources\Logoff.ascx.resx
Info Deleted - App_LocalResources\Settings.ascx.resx
Info Deleted - Login.ascx
Info Deleted - Logoff.ascx
Info Deleted - Settings.ascx
Info Deleted - license.txt
Info Component rolled back successfully - File
Info Installation Failed - DNN_LiveIDAuthentication
Info Deleted temporary install folder
EndJob Installation Failed

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...LiveID installation failure on upgrade to 4.6.2LiveID installation failure on upgrade to 4.6.2


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