If you're using just Microsoft SQL Server Compact (SQL CE), you can open up your database in vs.net.
But, you need to install something before you can do that...
Open up web platorm installer and select Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0. Once you've installed that (and maybe some dependencies as well, depending on what's already installed on your pc), you can open up the .sdf file from the App_Data folder.
Umbraco 8 Database file
Hi,
How can I open the Umbraco.sdf file in the App_Data folder?
If you're using just Microsoft SQL Server Compact (SQL CE), you can open up your database in vs.net.
But, you need to install something before you can do that...
Open up web platorm installer and select Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0. Once you've installed that (and maybe some dependencies as well, depending on what's already installed on your pc), you can open up the .sdf file from the App_Data folder.
Thanks,
I solved it by downloading Microsoft SQL Server Compact 4.0 and opening SQLite / SQL Server COmpact Toolbox under the tab View in Microsoft SQL Server Management Studio (SSMS) https://www.microsoft.com/en-us/download/details.aspx?id=17876
tip to open and view the SQLCE database is database.net tool
https://fishcodelib.com/database.htm
is working on a reply...