We've got a couple of projects here at work. One uses MVC4 Beta and the other MVC4 RC.
I have MVC4 RC Installed on my local machine.
I need to be able to build both projects locally however the project using MVC4 Beta makes reference to System.Web.Http.SelfHost
which has at least one method in beta that is not longer in RC.
How can I force the project using MVC4 Beta to use the dll we require rather than the MVC4 RC version in the GAC?