Recenently my ASP.Net Mvc 3 project stopped compiling and I have no idea why. It is giving me this error message.
“Could not load file or assembly ‘ProjectName.1’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)”
Any suggestions on why this might have happened and how to fix it?
You may want to try creating a blank (new) mvc 3 project and adding all your files from your old project to it, it’s odd but it’s fixed some strange mvc2 problems for me.