I have recently upgraded to the RC versions of the WebApi using Nuget but am now getting the following error.
Could not load type 'System.Web.Http.Dependencies.IDependencyResolver' from assembly 'System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Using the object browser, I can see the correct reference is in there. I have tried rebuilding, cleaning and clearing the temporary internet files.
A google search turned up http://forums.asp.net/t/1810546.aspx/1?Dependency+Resolver+throws+an+error+with+Unity but this wasn't much help.
Does anyone know what is causing this?