我正在尝试在 VS 2013 中设置 Hangfire,我已经通过包管理器安装了它。但是,当我按照http://docs.hangfire.io/en/latest/quick-start.html中的说明添加 app.UseHangfire (...) 代码时。我收到以下错误:
'Owin.IAppBuilder' does not contain a definition for 'UseHangfire' and no extension method 'UseHangfire' accepting a first argument of type 'Owin.IAppBuilder' could be found (are you missing a using directive or an assembly reference?)