For the suggested workaround of assembly redirection under section SQL CLR Data Types (geometry, geography, and hierarchyid), assemblyBinding tag need to be placed inside the runtime tag to make it work. It would be good if this info is part of the sample xml.<runtime><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> ... <dependentAssembly> <assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="89845dcd8080cc91" culture="neutral" />
↧