config.MapODataServiceRoute error

后端 未结 6 2504
滥情空心
滥情空心 2021-02-19 03:38

I am currently following this guide -> Link to asp.net website

As the guide says I added all the necessary packages via the nuget console and added the necessary usings

6条回答
  •  深忆病人
    2021-02-19 04:24

    I just had this problem. Very frustrating.

    I resolved it by adding this in the references at the top of the code page

    using System.Web.OData.Extensions;
    

    Right clicking the method did not bring up the resolve menu item either.

    Reinstalling everything did no resolve anything for me.

提交回复
热议问题