I have followed the instructions and unZipped the DNN files and setup IIS 6. Since I am using MySQL as my database, I obtained the MySQL Data Provider for DNN 4.0.3 from Serene Web Software. As instructed my the MySQL Data Provider, I copied their Web Config and edited it for my DB setting.
I also created a empty DB and set the permissions on the DB for the account that I will use to access it.
I have confirmed that the DB is accessiable using the above referenced account via a simple VB Script.
I am using DNN 4.3.4, MySQL Data Provider 4.00.03, IIS6, Microsoft .NET Framework Version: 2.0.50727.42; ASP.NET Version:2.0.50727.42
Note: This is a clean install of DNN.
I am hosting my own, so I have full access to everything.
When looking into the root I get this error:
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
The type initializer for 'DotNetNuke.Data.DataProvider' threw an exception.
When I run the install from Localhost I get this:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) +465
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.UserOnlineController..cctor() +5
[TypeInitializationException: The type initializer for 'DotNetNuke.Entities.Users.UserOnlineController' threw an exception.]
DotNetNuke.Entities.Users.UserOnlineController..ctor() +0
DotNetNuke.HttpModules.UsersOnlineModule.OnAuthorizeRequest(Object s, EventArgs e) +107
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
Can anyone assist in getting past this error.
Thanks,
Steve