Troubleshooting VS C # / SQL Server Compact Setup - "event log file is full" message

I am trying to develop a small C # application (with MS Visual Express and SQL Server) and I am having a problem finding the error dialog that appears: "event log file is full"

I am following these instructions: http://msdn.microsoft.com/en-us/library/aa983322.aspx

In MS Visual C #, I have the Database Explorer window open. There is an item that says Data Connections. When I right click on this item and click "Add Connection ..." when I get an error.

My system is Windows XP SP2.

Any help understanding this would be appreciated. I'm not a newbie to SQL (I'm a MySQL person), but I'm still new to MS SQL Server stuff.

-Adeena

0


source to share


1 answer


Clear the event log and try again:



  • Windows-R ("Run") - eventvwr
  • For each event log (in the left pane), right click and select "Clear all events" (if you want to keep a backup of the existing log)
+2


source







All Articles