I updated all the packages of my MVC project and I got the following error:
Could not load file or assembly 'Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Building the project with a razor (.cshtml) file open gave me more errors
Update-Package -Reinstall Antlr
in case the above doesn't work – Fascia