Hi There,
I have a site that was built using asp.net MVC version 1. I recently upgraded to visual studio 2010 which includes version 2. Upon opening the site now, I see that it believes the runtimes for MVC for this project are at version 2 so when I publish to my server, it fails as it cannot find version 2. Installing MVC 2.00 is not an option on the server at the moment. As well as this, the site was using the 'copy local' so the MVC DLL's were in the bin folder on the server (bin deployment).
Is there any way I revert this solution back to using the old version so that I can deploy it on the server without it breaking things?
Thanks!