Multi user in MS Sql Server Compact Edition

I am Developing Winform Application in C# with MS Sqlserver Compact Edition as Database. In Have trouble in multiple User access in this Application. Already i tried Sharing Concept in My Application but getting Error.

Following Error Occured:

**There is a file sharing violation. A different process might be using the file.[\JAN-941C126E\Testing_GSm\Debug\New\GSM.sdf]**

Any other solution?

1 answer

SQL Server Compact Edition supports multiple connections only from the same machine.

I believe you are making connections from different computers, right?