Hi,
I'm using Mono 3.12.1 on ubuntu 14.04.02 LTS

The following code works only on windows machine:

byte[] tmp = MyFunction.GetByteArray();
byte[] conv = Encoding.Convert(Encoding.UTF8, Encoding.GetEncoding(1252), tmp);

With mono I receive the following error: /Insufficient space in the argument array. Parameter name: bytes/
Any idea..?

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

Reply via email to