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

前端 未结 9 2338
谎友^
谎友^ 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:29

    I had a similar problem and my files from the sub-folder \SqlServerTypes (installed as @Pure.Krome described) where missing/discarded by my settings in NuGet.Config. I had to uninstall and reinstall the Nuget package Microsoft.SqlServer.Types

提交回复
热议问题