I’m getting an exception when trying to connect to a SQL Server CE database.
OS Error: The OS storage system (RAM, CF, SD, or IPSM) is not responding.
The database seems to be valid, I can open it and browse it in Visual Studio.
Is SQL Server CE 3.5 supported on Windows 8?
That’t the error you get when the connection string points to a database file on a drive that doesn’t exist on your computer.
Connection string was pointing at D: instead of C: