• <bdo id='JGg9c'></bdo><ul id='JGg9c'></ul>

    <i id='JGg9c'><tr id='JGg9c'><dt id='JGg9c'><q id='JGg9c'><span id='JGg9c'><b id='JGg9c'><form id='JGg9c'><ins id='JGg9c'></ins><ul id='JGg9c'></ul><sub id='JGg9c'></sub></form><legend id='JGg9c'></legend><bdo id='JGg9c'><pre id='JGg9c'><center id='JGg9c'></center></pre></bdo></b><th id='JGg9c'></th></span></q></dt></tr></i><div id='JGg9c'><tfoot id='JGg9c'></tfoot><dl id='JGg9c'><fieldset id='JGg9c'></fieldset></dl></div>
    <legend id='JGg9c'><style id='JGg9c'><dir id='JGg9c'><q id='JGg9c'></q></dir></style></legend>

        <tfoot id='JGg9c'></tfoot>

        <small id='JGg9c'></small><noframes id='JGg9c'>

        Could not load file or assembly Microsoft.SqlServer.Manageme

        时间:2023-12-07
            <bdo id='3Bx9j'></bdo><ul id='3Bx9j'></ul>

            <legend id='3Bx9j'><style id='3Bx9j'><dir id='3Bx9j'><q id='3Bx9j'></q></dir></style></legend>

                <i id='3Bx9j'><tr id='3Bx9j'><dt id='3Bx9j'><q id='3Bx9j'><span id='3Bx9j'><b id='3Bx9j'><form id='3Bx9j'><ins id='3Bx9j'></ins><ul id='3Bx9j'></ul><sub id='3Bx9j'></sub></form><legend id='3Bx9j'></legend><bdo id='3Bx9j'><pre id='3Bx9j'><center id='3Bx9j'></center></pre></bdo></b><th id='3Bx9j'></th></span></q></dt></tr></i><div id='3Bx9j'><tfoot id='3Bx9j'></tfoot><dl id='3Bx9j'><fieldset id='3Bx9j'></fieldset></dl></div>
              1. <small id='3Bx9j'></small><noframes id='3Bx9j'>

                • <tfoot id='3Bx9j'></tfoot>

                    <tbody id='3Bx9j'></tbody>

                  这个错误信息通常出现在使用.Net Framework开发环境中,是由于缺少或者版本不符的Microsoft.SqlServer.Management.Sdk.Sfc所导致的。为了解决这个问题,我们可以考虑以下几种方法:

                  方法一:使用NuGet包管理器安装Microsoft.SqlServer.Management.Sdk.Sfc

                  NuGet是一个用于Microsoft.NET平台的开放源代码包管理器,可以帮助我们安装、升级和移除.NET Framework组件。使用NuGet我们可以轻松安装Microsoft.SqlServer.Management.Sdk.Sfc包,如下所述:

                  1.打开Visual Studio,找到项目所在的解决方案,在解决方案下面的“包管理器控制台”中输入以下代码并按回车键:

                  Install-Package Microsoft.SqlServer.Management.Sdk.Sfc -Version <版本号>
                  

                  其中“<版本号>”可以根据你当前项目需求进行设定。

                  2.等待安装完成之后,可以在“引用”文件夹中发现Microsoft.SqlServer.Management.Sdk.Sfc依赖库,重新编译项目,问题就能够得到解决。

                  方法二:手动导入Microsoft.SqlServer.Management.Sdk.Sfc程序集

                  如果NuGet无法正常工作,我们也可以手动将Microsoft.SqlServer.Management.Sdk.Sfc程序集导入到项目中。

                  1.从官方网站上下载需要的Microsoft.SqlServer.Management.Sdk.Sfc程序集。下载地址为:https://www.microsoft.com/en-us/download/details.aspx?id=54281

                  2.将下载的文件直接解压到项目文件夹中,文件夹名称一般为“Microsoft.SqlServer.Management.Sdk.Sfc”

                  3.在Visual Studio的“解决方案资源管理器”窗口中右键点击你的目标项目,选择“添加”→“现有项...”菜单项,找到刚刚解压的Microsoft.SqlServer.Management.Sdk.Sfc文件夹,选中所有.dll文件并点击“添加”按钮。

                  4.修改你的项目配置文件(web.config或者app.config),添加如下配置:

                  <runtime>
                      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
                          <dependentAssembly>
                              <assemblyIdentity name="Microsoft.SqlServer.Management.Sdk.Sfc" publicKeyToken="89845dcd8080cc91" culture="neutral" />
                              <bindingRedirect oldVersion="0.0.0.0-<版本号>" newVersion="<版本号>" />
                          </dependentAssembly>
                      </assemblyBinding>
                  </runtime>
                  

                  其中“<版本号>”也需要根据你当前项目需求进行设定。

                  5.重新编译项目,并重启应用程序,问题应该就能得到解决。

                  至此,我们使用了NuGet包管理器和手动导入Microsoft.SqlServer.Management.Sdk.Sfc程序集两种方法,解决了“Could not load file or assembly Microsoft.SqlServer.Management.Sdk.Sfc, Version=”的问题。

                  上一篇:informatica powercenter 9.x安装与配置图文详细教程(适应于Windows系统) 下一篇:解决mybatis返回boolean值时数据库返回null的问题

                  相关文章

                  <legend id='A5cNt'><style id='A5cNt'><dir id='A5cNt'><q id='A5cNt'></q></dir></style></legend>
                • <small id='A5cNt'></small><noframes id='A5cNt'>

                    <i id='A5cNt'><tr id='A5cNt'><dt id='A5cNt'><q id='A5cNt'><span id='A5cNt'><b id='A5cNt'><form id='A5cNt'><ins id='A5cNt'></ins><ul id='A5cNt'></ul><sub id='A5cNt'></sub></form><legend id='A5cNt'></legend><bdo id='A5cNt'><pre id='A5cNt'><center id='A5cNt'></center></pre></bdo></b><th id='A5cNt'></th></span></q></dt></tr></i><div id='A5cNt'><tfoot id='A5cNt'></tfoot><dl id='A5cNt'><fieldset id='A5cNt'></fieldset></dl></div>

                      <tfoot id='A5cNt'></tfoot>
                      • <bdo id='A5cNt'></bdo><ul id='A5cNt'></ul>