62
votes

I've updated all of the nuget packages in my project, as well as the AutoFac MVC5 Integration package (removed MVC4 one) and still no dice.

Inheritance security rules violated while overriding member: 'Autofac.Integration.WebApi.AutofacWebApiDependencyResolver.BeginScope()'. Security accessibility of the overriding method must match the security accessibility of the method being overriden.

1

1 Answers

99
votes

The package you need can be found by searching for "autofac webapi2" on Nuget.
It is called Autofac ASP.NET WebApi 2 Integration.