欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

无法在 DLL SqlServerSpatial110.dll 中找到名为 SetClrFeatureSwitchMap 解决方法

程序员文章站 2024-01-28 20:38:22
无法在 DLL SqlServerSpatial110.dll 中找到名为 SetClrFeatureSwitchMap。 web.config 添加

无法在 DLL SqlServerSpatial110.dll 中找到名为 SetClrFeatureSwitchMap。

web.config 添加

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="89845dcd8080cc91" />
<bindingRedirect oldVersion="1.0.0.0-11.0.0.0" newVersion="10.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

引用DLL 属性复制到本地

https://files.cnblogs.com/files/zhutiehan/Microsoft.SqlServer.Types.rar

或者安装SQL2008