当前位置: 移动技术网 > IT编程>数据库>MSSQL > 无法在 DLL SqlServerSpatial110.dll 中找到名为 SetClrFeatureSwitchMap 解决方法

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

2018年03月12日  | 移动技术网IT编程  | 我要评论

宋允儿,兽皇bt,钟祥高考

无法在 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

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网