I\'ve just tried deploying an MVC3 application to our IIS7 hosting environment but I\'m being presented wtih the following exception:
Could not load t
This is because Microsoft.Web.Infrastructure is not in your GAC. You need to add this reference to your project. Right click the reference and go to properties then set copy to local to true.
Microsoft.Web.Infrastructure
Output (Ignore the Ninject and NCU):