Hi Shalex - This is the error I am getting.
System.InvalidOperationException occurred
Message=The key 'LocalizedPerfCounter' does not exist in the appSettings configuration section.
Source=System
StackTrace:
at System.Configuration.AppSettingsReader.GetValue(String key, Type type)
InnerException:
Please advice.
Salesforce with dotConnect for MySql
Re: Salesforce with dotConnect for MySql
Hi Shalex - This is the error I am getting after following the steps you said. Please help!
System.InvalidOperationException occurred
IsTransient=false
Message=The key 'LocalizedPerfCounter' does not exist in the appSettings configuration section.
Source=System
StackTrace:
at System.Configuration.AppSettingsReader.GetValue(String key, Type type)
InnerException:
System.InvalidOperationException occurred
IsTransient=false
Message=The key 'LocalizedPerfCounter' does not exist in the appSettings configuration section.
Source=System
StackTrace:
at System.Configuration.AppSettingsReader.GetValue(String key, Type type)
InnerException:
Re: Salesforce with dotConnect for MySql
1. The bug with throwing NRE when opening a connection is fixed. We will notify you when the corresponding build of dotConnect for Salesforce is available for download.
2.
2.
The call stack is not complete. Please make sure thatemp51302 wrote:This is the error I am getting after following the steps you said. Please help!Shalex wrote:Go to Tools->Options...->Debugging, and disable the Enable Just My Code (Managed Only) check box. Then go to Debug->Exceptions and enable Common Language Runtime Exceptions check box. Now create a simple console application and call conn.Open(). When exception occurs with a popup window, click "Copy exception detail to the clipboard" and send us the obtained information.
System.InvalidOperationException occurred
Message=The key 'LocalizedPerfCounter' does not exist in the appSettings configuration section.
StackTrace:
at System.Configuration.AppSettingsReader.GetValue(String key, Type type)
- Enable Just My Code (Managed Only) is disabled
Common Language Runtime Exceptions is enabled
Re: Salesforce with dotConnect for MySql
The bug with throwing NRE when opening a connection is fixed in the new (2.4.600) build of dotConnect for Salesforce : http://forums.devart.com/viewtopic.php?f=38&t=31492.