I'm working on a project with C# (vs2010 environment) this project require a SQL Server CE 3.5 database for several functions. Working on a local .sdf
for one user shows no problem but when I run my project with .sdf
over network it gives me sql.ce
errors.
Is this problem happens because using it over lan or because using it with multiple users?
And how can I solve that issue.