According to Gu, in VS 2010 SP1 (http://weblogs.asp.net/scottgu/archive/2011/01/11/vs-2010-sp1-and-sql-ce.aspx) I should be able to open databases SQL CE 4 Data.
However, when I try to do this, I get the following error:
"The data provider needed to connect to the local data file cannot be found. The file will be added to the project using the typed DataSet associated with the file, it will not be generated."
followed by an error:
"The operation could not be completed"
Please note that this is for an ASP.NET MVC project.
source share