0

I am using SQL Server Compact file (.SDF) with my C# Windows application. Some client systems are running it properly but a few of them generating errors.

Locale id is not supported on this operating system. LCID=8192

I made changes in the registry but in vain.

Chris Schaller
  • 13,704
  • 3
  • 43
  • 81
  • Does this answer your question? [The locale identifier (LCID) 8192 is not supported by SQL Server(https://stackoverflow.com/questions/59608814/the-locale-identifier-lcid-8192-is-not-supported-by-sql-server) – Thom A May 11 '21 at 08:15
  • Actually, I am using SQL server compact files. Client machine has no SQL Server installed in their computers. – Jaykayzee May 12 '21 at 04:24

1 Answers1

0

Try to add "Lcid=1033" to the connection string

ErikEJ
  • 40,951
  • 5
  • 75
  • 115