Binding redirect problem in .net

Posted by Suresh on Stack Overflow See other posts from Stack Overflow or by Suresh
Published on 2009-11-17T21:05:47Z Indexed on 2010/03/17 16:01 UTC
Read the original article Hit count: 583

Filed under:
|
|
|

I have a class library called "MyAssembly" that is internally referencing a.dll, b.dll of version 3.1.1.0; I have build the project which outputed MyAssembly.dll. On a different system (box) I have created a web application project and referenced the MyAssembly.dll. the new system has new versions of a.dll and b.dll 4.0.0; I used binding redirect in web.config like below. But still unable to compile the web application. it says missing assembly reference a.dll, version 3.1.1.0.

Could any body help in solving this issue?

Thanks, Suresh

© Stack Overflow or respective owner

Related posts about assemblies

Related posts about binding