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

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

    I fixed this by issuing the following command in the Package Manager Console:

    Update-Package -Reinstall Microsoft.SqlServer.Types
    

    The output included some dire-looking warnings and errors, but in the end it indicated that the package was successfully installed. And the build errors vanished.

提交回复
热议问题