I managed to include, and deploy to Azure websites, SQL Server Compact 4.0 in a MVC project by using Nuget.
I then try to install Microsoft SQL Server Compact 4.0 on my PC via this link. But it couldn't proceed with:
A later version of Microosft SQL Server Compact is already installed.
I had only installed SQL Server Express 2016 earlier. I searched and could not find any SQL Server Compact on my PC. What/where is that earlier version the message is refering to? Does it have something like SSMS?
My aim is to be able to make interactive queries on a CE database, create some tables, etc.