본문 바로가기
C#

'No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Make sure the provider is registered in the 'entityFramework'

by 캡틴노랑이 2021. 3. 18.
반응형

Error messge

 

System.InvalidOperationException: 'No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Make sure the provider is registered in the 'entityFramework' section of the application config file. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.'

 

 

 

solution

PM> Install-Package EntityFramework

 

반응형

'C#' 카테고리의 다른 글

Entity Framework DB Connection  (4) 2021.03.27
ADO.net DB Connect  (4) 2021.03.27
.net framework를 이용한 SMTP에 파일첨부해서 보내기  (0) 2019.01.09
$ - 문자열 보간  (0) 2018.11.23
SMTP로 메일 보내기  (0) 2018.11.08

댓글