iloire / asp.net-mvc-example-invoicing-app

Example invoicing application in ASP.NET MVC3
224 stars 208 forks source link

Failed to find or load the registered .NET Framework Data Provider #2

Closed openlab42 closed 12 years ago

openlab42 commented 12 years ago

When run solution i can see LogOn page but when click "Login" (with login =user, password = pass) it keep throwing above exception at method OverDueInvoices in InvoiceController.

I also try change key "DropDatabaseOnChange" to 1 because I think this will make system generate dummy data (since there is no sample db in package yet)

openlab42 commented 12 years ago

please don't bother this issue, it's my bad not follow new technology, I download SQL Server Compact and it works fine now.

for anyone encounter this exception, please follow this http://erikej.blogspot.com/2010/07/getting-started-with-sql-server-compact.html

anyway, great project, please keep it comming

iloire commented 12 years ago

Thanks for the comment and the contribution!