I get the following error:
'Could not load file or assembly 'Microsoft.SqlServer.Types, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies '
And I have a reference to
Microsoft.SqlServer.Types version 15
but have checked all the files in the project, deleted the Debug and Release directories and rebuilt both. And there is no reference to Version 10 in any file and all the sqlserver DLL's referenced are copying to the Debug directory.
I can't understand where and why a reference to version 10 would exist. Any advice wold be welcome.