Assembly 'Microsoft.SqlServer.Types' version 10 or higher could not be found

后端 未结 4 2044
谎友^
谎友^ 2020-12-05 04:48

I Have a problem. I\'m not able to add a Migration to my ASP.NET WebAPI 2 Project. I get error:

\"Spatial types and functions are not available for t

4条回答
  •  暖寄归人
    2020-12-05 05:10

    After a lot of research I just installed "Microsoft System CLR Types for SQL Server 2012" from:

    • X86 - http://go.microsoft.com/fwlink/?LinkID=239643&clcid=0x409
    • X64 - http://go.microsoft.com/fwlink/?LinkID=239644&clcid=0x409

    Worked like a charm!

提交回复
热议问题