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
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.