Rolando Martinez wrote:
> Hello,
> 
> Thanks you Charlie for your help. That was very useful for me...
> And now I have another question, Why is the reason with this change of
> "Encoding"?. My question is because now I have another 3rdparty
> (MySql.Data.dll) wich is not working with this version
> 
> basically the mysql connector is not working due to:
> 
> public Driver(MySqlConnectionStringBuilder settings)
>         {
>             encoding = Encoding.GetEncoding(1252);   <---- ups!!!!

You have not installed mono's i18n assemblies. Some distros are
providing them with separate packages.

Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to