-1

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)

Ariel
  • 911
  • 1
  • 15
  • 40

1 Answers1

0

I managed to fix it by binding it on web.config, changing the version to the one i wanted.

After that i tried removing everything from the project, close VS, remove dll's and add one at a time, it also worked.

Ariel
  • 911
  • 1
  • 15
  • 40