SQL CE not loading from network share

Posted by David Veeneman on Stack Overflow See other posts from Stack Overflow or by David Veeneman
Published on 2010-02-11T15:09:36Z Indexed on 2010/04/27 3:33 UTC
Read the original article Hit count: 379

Filed under:

I installed VS 2010 RC yesterday, and suddenly, SQL Server CE isn't loading files from a network share. In projects compiled with VS 2008, if I try to open a SQL CE file located on a network share, I get an error that reads like this:

Internal error: Cannot open the shared memory region.

If I try to create a data connection in VS 2010 to a SQL CE file on a network share, I get this error:

SQL Server Compact does not support opening database files on a network share.

Can anyone shed any light on what's going on? Thanks.

© Stack Overflow or respective owner

Related posts about sql-server-ce