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

前端 未结 12 2367
感情败类
感情败类 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:48

    None of the above solutions worked me.

    • SQL Server Feature pack installed? Yes
    • NuGet package installed? Yes
    • DLL exists in GAC and in the project bin? Yes

    You know what, this error can also be due to low resources on the server. I restarted SQL server and it got resolved automatically.

提交回复
热议问题