MySQLDirect .NET Data Provider version 4.00 and DotnetNuke?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
NCM
Posts: 11
Joined: Fri 22 Sep 2006 08:49

MySQLDirect .NET Data Provider version 4.00 and DotnetNuke?

Post by NCM » Tue 15 May 2007 21:44

Does anyone have any tips/info on how to get the DNN Data provider in the latest version to work? I dont see any reference to setting it up in any of the docs?

Thanks
Chad

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 16 May 2007 06:26

Did you read "DotNetNuke Support" topic of our help documentation?

NCM
Posts: 11
Joined: Fri 22 Sep 2006 08:49

Post by NCM » Wed 16 May 2007 08:33

Yes I did, and followed the instructions to the point. I couldnt find any other reference to this in the documentation, therefore my post here.

The problem I'm running into is when I start the site up the following exception is thrown (Site is running ASP.NET 2.0 & DNN 4.0.3.):

Value cannot be null.
Parameter name: type

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

Source Error:

Line 75: Select Case GetUpgradeStatus()

Source File: C:\...\Website\App_Code\Global.asax.vb Line: 75

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 16 May 2007 10:01

Please send me a test project to reproduce all the problems with DNN that you experience.
Use e-mail address provided in the Readme file.

Post Reply