I'm attempting to implement Autofac (first time implementing) into an ASP.NET MVC 4.5 application and the second line of code in this example already has me stumped.
http://docs.autofac.org/en/latest/integration/mvc.html#quick-start
I'm in the Startup.cs class and configuration manager. I can't get it to recognize MvcApplication? Is that a pseudo for something? It has been in every example I can find. Did I miss a reference?
Thanks in advance.