Web Api Start up Exceptions with IDependencyResolver implementation
I was running in to the same issue using Unity with WebApi and OWIN/Katana. The solution for me was to use the UnityDependencyResolver defined in the Unity.WebApi Nuget package instead of my own custom implementation (like @Omar Alani above) Install-Package Unity.WebAPI Note that the package will try and add a file named UnityConfig.cs in App_Start … Read more