I read and did exercises in Visual Studio 2010 Professional C#. Everything worked until I came across an exercise that asked me to create a local SQL database (.sdf). When I add it, it gives me an error message; "The data provider needed to connect to the local data file cannot be found. The file will be added to the project, but the typed DataSet associated with the file will not be generated." It will add the database, but whenever I try to access it, it gives me another error message:
"The operation could not be completed. Unspecified error."
At first I thought it was a matter of reinstallation SQL Server Compact 3.5 SP2. Tried this and no luck. Not sure what to do next.: \
Optionally: Windows XP x32 Visual Studio Professional 2010 SQL Server compact 3.5 SP2
source
share