In my MVC web-app I get the following error thrown:
The request lifetime scope cannot be created because the HttpContext is not available
When I google it I found a solution would be to upgrade my autofac.Mvc dll
but I only use autofac dll
, Autofac.Integration.Mvc dll
etc and I can't find any dll with autofac.MVC
Am I missing any dll?
What is the difference between Autofac
, Autofac.MVC
,Autofac.Integration.Mvc
dlls?