I have this package, Microsoft.AspNet.Web.Optimization, that uses Antlr3.
Once i installed it, Antlr3 came in version 3.4.1.9004.
After that i was checking my installed packages for updates and, by mistake, i updated the Antlr3 to 3.5.0.2. Now, even if i remove all of it, all the packages and reinstall the Microsoft.AspNet.Web.Optimization i still get an error screen because it's referring to the newer version of Antlr3 instead of the old one.
I already tried several other things but nothings seems to solve the problem.
Where can i remove the reference ?
My main error is this one:
Could not load file or assembly 'Antlr3.Runtime' or one of its dependencies. The assembly's manifest definition does not match the located assembly reference. (Exception from HRESULT: 0x80131040)