This is all new to me, so carry me ...
I am working on a Visual Studio project; it is a web service that returns some data.
I just tried to make a specific web server call on my local machine (IIS) and I get this error:
Unable to load DLL 'SqlServerSpatial140.dll': the specified module could not be found
Before anyone says this - yes, obviously, I miss this DLL file. I searched the Internet and donβt see where I can download it (I have installed Microsoft SQL Server (x64) and non-X64 CLR types installed. I have Microsoft System CLR types installed for SQL Server 2014 and 2016)
Does anyone know how to fix this? Does anyone know if I can just download this file from somewhere?
source share