c# - Not possible load assembly due to version -


this question has answer here:

i have package, microsoft.aspnet.web.optimization, uses antlr3.

once installed it, antlr3 came in version 3.4.1.9004.

after checking installed packages updates and, mistake, updated antlr3 3.5.0.2. now, if remove of it, packages , reinstall microsoft.aspnet.web.optimization still error screen because it's referring newer version of antlr3 instead of old one.

i tried several other things nothings seems solve problem.

where can remove reference ?

my main error one:

could not load file or assembly 'antlr3.runtime' or 1 of dependencies. assembly's manifest definition not match located assembly reference. (exception hresult: 0x80131040)

i managed fix binding on web.config, changing version 1 wanted.

after tried removing project, close vs, remove dll's , add 1 @ time, worked.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -