This forum is closed. Thank you for your contributions.
Error : SQL Server Compact is not intended for ASP.NET development.
I am trying to access SqlCe using a local service. Any Idea how to implement this?
Thanks in advance
I got a solution to use
AppDomain.CurrentDomain.SetData("SQLServerCompactEditionUnderWebHosting", true);
Need to check