SQL Server CE - Internal error: Cannot open the shared memory region

后端 未结 2 989
猫巷女王i
猫巷女王i 2021-01-06 01:47

I have a SQL Server CE database that works fine in dev, but when installed on the client has an issue.

  • The SQL Server CE 3.5 dependencies are copied as part
2条回答
  •  死守一世寂寞
    2021-01-06 01:55

    I had the same problem.

    Windows 7.

    It was because the user was in a Domain and the permissions where granted to "Everyone" and failed.

    It must be granted to %DOMAIN%/Everyone

    regards

提交回复
热议问题