Is it possible to implement constructor dependency injection with asp.net webforms 4.6.2?
Tried building the container in the Global.asax >> Application_Start method. However, I encountered the below error:
"Could not load file or assembly 'Autofac, Version=4.6.2.0, Culture=neutral, PublicKeyToken=17863af14b0044da' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"