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

后端 未结 2 2084
面向向阳花
面向向阳花 2021-01-06 01:29

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 02:02

    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

提交回复
热议问题