I'm installing an upgrade to DNN 4.06.02 from 4.5.5. I've tried various ways of doing this and I always end up with the same error (See Below). I've made only the barest changes to the release config file before renaming it to web.config, just the sql setting as well as the keys. Anyone with any experience or insight into this error that wishes to offer feedback it would be most appreciated... Thanks..
Server Error in '/SCPortal' Application.
--------------------------------------------------------------------------------
Value cannot be null.
Parameter name: type
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: type
Source Error:
Line 80:
Line 81: 'Determine the Upgrade status and redirect to Install.aspx
Line 82: Select Case GetUpgradeStatus()
Line 83: Case Globals.UpgradeStatus.Install
Line 84: If AutoUpgrade Then
Source File: C:\inetpub\wwwroot\SCPortal\App_Code\Global.asax.vb Line: 82
Stack Trace:
[ArgumentNullException: Value cannot be null.
Parameter name: type]
System.Activator.CreateInstance(Type type, Boolean nonPublic) +7469462
DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) +584
DotNetNuke.Data.DataProvider.CreateProvider() +47
DotNetNuke.Data.DataProvider..cctor() +13
[TypeInitializationException: The type initializer for 'DotNetNuke.Data.DataProvider' threw an exception.]
DotNetNuke.Data.DataProvider.Instance() +0
DotNetNuke.Common.Globals.GetUpgradeStatus() +61
DotNetNuke.Common.Global.CheckVersion() in C:\inetpub\wwwroot\SCPortal\App_Code\Global.asax.vb:82
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) in C:\inetpub\wwwroot\SCPortal\App_Code\Global.asax.vb:310
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927