Getting Microsoft.AspNet.WebApi.Cors version issue in WebAPI

前端 未结 3 1014
深忆病人
深忆病人 2021-01-12 17:12

I have installed Microsoft.AspNet.WebApi.Cors package using Install-Package Microsoft.AspNet.WebApi.Cors in my WebApi project(.net framework 4.5.2)

3条回答
  •  孤街浪徒
    2021-01-12 17:42

    make sure your packages are up to date. if you update and you still have the same error - uninstall your packages one by one until you get your system.web.http disappear from the references - then add the references again this should fix your build error

提交回复
热议问题