Unable to load DLL 'SqlServerSpatial140.dll': The specified module could not be found

前端 未结 9 2341
谎友^
谎友^ 2021-02-12 13:05

This all new to me, so bear with me...

I\'m working on a Visual Studio project; it\'s a web service that returns some data.

I\'ve just tried to make a particula

9条回答
  •  梦如初夏
    2021-02-12 13:45

    Copy the dll from C:\Users\\.nuget\packages\Microsoft.SqlServer.Types\14.0.314.76\nativeBinaries\x86 to your project. Right-click the file and click Properties. Set "Copy To Output Directory" to "Copy Always".

提交回复
热议问题