Windows XP The specified locale is not supported on this operating system. [ LCID = 16393 ] -
Windows XP The specified locale is not supported on this operating system. [ LCID = 16393 ] -
i utilize sql server compact edition 4.0 , have installed on scheme (windows 7). solution when run works fine line of code
sqlceconnection.open() connection string "datasource='e://s.sdf';" there no lcid specified in connection string .
and works fine .
but if run same on windows xp scheme error "the specified locale not supported on operating system. [ lcid = 16393 ]"
so tried changing lcid in connection string "datasource='e://s.sdf';lcid=1033" still not work.
i tried sqlceconnectionstringbuilder.initiallcid property 1033 , 1030 still not work.
kindly suggest missing windows xp/windows server error .
i have installed x86 msi windows xp , windows 7 scheme 64bit installation done .
thanks
when create database on windows 7 scheme add together "lcid=1030;" connection string, property creation time property , has no effect when database created.
windows-7 windows-xp sql-server-ce-4 lcid
Comments
Post a Comment