You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm absolutely new to this so sorry for maybe asking a pretty obvious question: when trying to connect to my server I get an exception
Unhandled exception. AdoNetCore.AseClient.AseException: Server environment changed to unsupported charset 'cp1252'. To add support for this charset, register an EncodingProvider to handle targeting 'cp1252'.
What needs to be done here? I've tried charset=cp1252; in my ConnectionString hat that didn't change anything. Codepage 1252 sounds pretty common to me, so I don't think it's not supported / a unusual setup. I've found this issue here #89 where a less common codepage is used, but I guess that doesn't fit my problem.
The text was updated successfully, but these errors were encountered:
I'm absolutely new to this so sorry for maybe asking a pretty obvious question: when trying to connect to my server I get an exception
Unhandled exception. AdoNetCore.AseClient.AseException: Server environment changed to unsupported charset 'cp1252'. To add support for this charset, register an EncodingProvider to handle targeting 'cp1252'.
What needs to be done here? I've tried
charset=cp1252;
in myConnectionString
hat that didn't change anything. Codepage 1252 sounds pretty common to me, so I don't think it's not supported / a unusual setup. I've found this issue here #89 where a less common codepage is used, but I guess that doesn't fit my problem.The text was updated successfully, but these errors were encountered: