0

I have a Xamarin app (Visual Studio 2019) that works perfectly in debug mode, but it doesn't in release mode. I cannot connect to SQL-Server and encoding 1252 seems to be missing.

I tried all hints (Linker options, encoding West, connection via IP, connection with/without dapper, etc.) I could find in other questions, but still no success.

Does anyone have another hint, tip, whatsoever? I'm close to setting up a webservice for getting the data...

Adrian Mole
  • 49,934
  • 160
  • 51
  • 83
Thion
  • 1
  • You could try the suggestion in the link to set the Linking and Additional support encodings. https://stackoverflow.com/a/65914268/11850033 – Wendy Zang - MSFT Nov 01 '21 at 05:25
  • Hi Wendy, I already tried those hints. I added references to the encoding dlls (i18N and i18N.West) in my xamarin project and after that it worked. – Thion Nov 02 '21 at 10:28

0 Answers0