문제

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?

도움이 되었습니까?

해결책 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)

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top