MIssing method in System.Web.Http.ApiController.get_Request()

后端 未结 1 1453
Happy的楠姐
Happy的楠姐 2020-12-20 12:08

I have a controller.

    public sealed class AccountsController : BaseApiController
    {
        private readonly IDatabaseAdapter _databaseAdapter;
                


        
1条回答
  •  鱼传尺愫
    2020-12-20 13:04

    I found a solution to this.

    When I was building there was build warnings going to the output window but not showing in the main error / warning window.

    They were to do with assembly conflicts and said recommend putting the assembly redirect in the web.Config.

    Once I had went through them all (around 80) it now works.

    e.g.

          
            
            
          
    

    0 讨论(0)
提交回复
热议问题