Hi all,
I know this is a long shot, but I was wondering if anyone has ever come across this problem.
My test and live sites are both sitting on the save server. I have a page that works fine in the test environment, but I get a Configuration Error on the live site.
Could not load file or assembly 'System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
The Web.config files are the same. System.Web.MVC is being referenced in both solutions and the dll is in the assembly folder.
Does anyone know what could be causing the issue or how to solve the problem?
Thanks in advance for your help.
Matt