Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
(Move to ...)
Event registration app with QR/Paypal
Home
▼
Monday, June 2, 2014
How to solve problem, "No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'."
Entity framework is using older version 5.0 and on .Net 4.0, need to install a new one.
Go to Package Manager Console:
Run
Install-Package EntityFramework
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment