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

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

(0)
上一篇 2022年3月21日
下一篇 2022年3月21日

相关推荐