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

前端 未结 12 2365
感情败类
感情败类 2020-11-30 23:01

I\'m trying to make a webapi in ASP.NET MVC 4. The webapi used Entity Framework 5 Spatial types and i have wrote a very simple code.

  public List

        
12条回答
  •  臣服心动
    2020-11-30 23:56

    I found the solution ! Just install the nuget package Microsoft.SqlServer.Types

    PM> Install-Package Microsoft.SqlServer.Types

    Link for more info

提交回复
热议问题