我这样做了:
- 在 Visual Studio 2013 中创建新的 WebAPI 项目
- 包管理器控制台:安装包 HangFire
- 包管理器控制台:Install-Package HangFire.Mongo
- 将示例代码放入 Global 并创建此处描述的示例 Startup 类https://github.com/sergun/Hangfire.Mongo
当我编译时,我得到命名空间的错误The type or namespace name 'Mongo' does not exist in the namespace 'Hangfire'
,Hangfire.Mongo
但我显然有参考。