Hello,
I bought the Oracle Data Provider from Acuiti yesterday and am trying to install DNN 4.9 to use an Oracle DB. I have created a blank user and also modified the two instances in the OracleWeb.config file to reflect the user credentials and machine name on which the database is installed. I have also renamed the OracleWeb.config to web.config. When I try to browse to the Default.aspx file from IIS I get the following error. Any help would be highly appreciated.
Thanks,
Rajesh
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 81:
Line 82: ' all of the logic which was previously in Application_Start was moved to Init() in order to support IIS7 integrated pipeline mode ( which no longer provides access to HTTP context within Application_Start )
Line 83: Initialize.Init(app)
Line 84:
Line 85: ' run schedule if in Request mode
|
Source File: C:\Inetpub\wwwroot\DotNetNuke\Website\App_Code\Global.asax.vb Line: 83
Stack Trace:
[ArgumentNullException: Value cannot be null.
Parameter name: type]
System.Activator.CreateInstance(Type type, Boolean nonPublic) +2843963
DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) +582
DotNetNuke.Data.DataProvider.CreateProvider() +47
DotNetNuke.Data.DataProvider..cctor() +13
[TypeInitializationException: The type initializer for 'DotNetNuke.Data.DataProvider' threw an exception.]
DotNetNuke.Common.Globals.GetUpgradeStatus() +67
DotNetNuke.Common.Initialize.CheckVersion(HttpApplication app) +147
DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app) +413
DotNetNuke.Common.Initialize.Init(HttpApplication app) +125
DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) in C:\Inetpub\wwwroot\DotNetNuke\Website\App_Code\Global.asax.vb:83
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Server Error in '/DotNetNuke' Application.
Value cannot be null.
Parameter name: type