Question

I've installed SQL Server compact 4.0 local database and I've added a database. However, if I try to open my database, an unknown errors occurs.

I tried to restart my VS 2010 after install the SQL Server, but it does not help and I cannot open my database.

How to resolve it?

Was it helpful?

Solution 2

I did not pay attention on a error message: "event log file full". I just cleaned eventviewer in Windows and all became okay:).

I spied this topic:

I just emptied the event log and tried again:

  • Windows-R ("Run")
  • eventvwr

For each event log (in the left hand pane) right-click and select "Clear all events" (backing up the existing log if you care)

OTHER TIPS

Have a look at the following blog

In this blog you will see that you need to download an additional tool to make it work with visual studio 2010. The link to this tool is present in the same blog (search for the text below) or you may download it using the Web Platform Installer.

Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top