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

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

    For some reason I was missing a binding redirect which fixed this problem for me.

    Adding the following fixed my problem

        
          
          
        
    

提交回复
热议问题