csharp 无法加载“System.Data.SqlClient”ADO.NET提供程序的实体框架修复程序。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 无法加载“System.Data.SqlClient”ADO.NET提供程序的实体框架修复程序。相关的知识,希望对你有一定的参考价值。

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace MyApp.Repository
{
    public class EntityFix
    {
        public void FixEfProviderServicesProblem()
        {
            //The Entity Framework provider type 'System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer'
            //for the 'System.Data.SqlClient' ADO.NET provider could not be loaded. 
            //Make sure the provider assembly is available to the running application. 
            //See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.

            var instance = System.Data.Entity.SqlServer.SqlProviderServices.Instance;
        }
    }
}

以上是关于csharp 无法加载“System.Data.SqlClient”ADO.NET提供程序的实体框架修复程序。的主要内容,如果未能解决你的问题,请参考以下文章

Csharp:根据组合框中的值加载选中的项目列表

无法加载代理工厂工厂异常

OmniSharp.MSBuild.ProjectManager 无法在 Linux 上加载项目

OmniSharp.MSBuild.ProjectManager无法在Linux上加载项目

csharp 加载资源流

csharp 将页面加载到内容控件