Sql Spatial Type, Code First migration and Azure DB -
i'm on project azure db , entity code first. i'd add spatial type (dbgeography) in project.
i installed package in in model project install-package microsoft.sqlserver.types tried add-migration adddbgeography keep getting error message
spatial types , functions not available provider because assembly 'microsoft.sqlserver.types' version 10 or higher not found .
any welcome :)
(i have tried uninstall/install latest version of clr types microsoft® sql server nothing work)
let's start basic checks. please check if have both x86 , x64 version of microsoft.sqlserver.types assembly installed. might wrong 1 installed, or both of them installed , 1 of them older expected.
Comments
Post a Comment