Thought I would add a little more info.
Here is the error;
Server Error in ‘/ccgv2012’ Application.
ado.net provider for MySQLAdapter is not installed in your system!
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.NotImplementedException: ado.net provider for MySQLAdapter is not installed in your system!
Source Error:
Line 22:
Line 23: Public Overrides Function CreateConnector(context As HttpContext) As IdhtmlxConnector
Line 24: Return New dhtmlxSchedulerConnector(“events_rec”, “event_id”, dhtmlxDatabaseAdapterType.MySQL, ConfigurationManager.ConnectionStrings(“ccgvMySqlServer”).ConnectionString, “start_date”, “end_date”, “text, rec_type, event_pid, event_length”)
Line 25: End Function
Line 26:
Source File: C:\inetpub\wwwroot\ccgv2012\schedulerConnector.ashx Line: 24
Stack Trace:
[NotImplementedException: ado.net provider for MySQLAdapter is not installed in your system!]
dhtmlxConnectors.DatabaseAdapterFactory.getByType(String type) +266
dhtmlxConnectors.DatabaseAdapterFactory.CreateAdapter(dhtmlxDatabaseAdapterType type) +82
dhtmlxConnectors.DataRequest.get_Adapter() +20
dhtmlxConnectors.dhtmlxSchedulerConnector…ctor(String SelectSource, String PrimaryKeyColumnName, dhtmlxDatabaseAdapterType AdapterType, String ConnectionString, String StartDateColumnName, String FinishDateColumnName, String DetailsColumnNames) +499
schedulerConnector.CreateConnector(HttpContext context) in C:\inetpub\wwwroot\ccgv2012\schedulerConnector.ashx:24
dhtmlxConnectors.dhtmlxRequestHandler.get_Connector() +44
dhtmlxConnectors.dhtmlxRequestHandler.ProcessRequest(HttpContext context) +25
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
And here is a screen shot of the options from the dhtmlxConnectors dhtmlxDatabaseAdapterType;
Still not sure what I may be missing. Any help is appreciated.
Vic