我们有一个 MVC 4 项目并使用 Structure Map 作为 IoC 框架。当我们对使用 DbContext 的服务类进行异步调用时,它会引发异常:
Value cannot be null.
Parameter name: httpContext
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: httpContext
一旦它抛出这个:
The operation cannot be completed because the DbContext has been disposed.
我该如何纠正?