0

I have an application that was working while I was running from localhost using localdb. My computer froze and I had to force restart my computer. Now, I am getting this error on a function that previously worked.

Could my database have gotten corrupt when I force restarted my computer? If this is not the case, what else could be the issue?

DFord
  • 2,352
  • 4
  • 33
  • 51
  • What does your connection string look like? – dbugger Apr 24 '14 at 00:41
  • @dbugger `` Also, the login/logout/register functionality still works, this is what VS creates with the MVC project. – DFord Apr 24 '14 at 00:49
  • is the aspnet-GroceryAssistant-201402221‌​44706.mdf file still there? – dbugger Apr 24 '14 at 00:53
  • Yes, its there. I can see the file. – DFord Apr 24 '14 at 00:54
  • Can you find the database in the Server Object Explorer in VS and open it? – dbugger Apr 24 '14 at 01:11
  • Yes, i can open it. If I try to right click on the table and select Show Table Data or New Query, i get an error `An incompatible DacFx Version is installed` – DFord Apr 24 '14 at 01:17
  • Think you may have a system update that has gone awry. check out this [link](http://stackoverflow.com/questions/15798422/what-about-sql-server-data-tools-for-vs2012-being-incompatible-with-sql-server-2) – dbugger Apr 24 '14 at 01:24

0 Answers0