I have a project which is running on .Net framework 4.5. But it has a reference to a dll which is targeting the .Net framework 3.5 in which it has reference to mscorlib and system dlls. While running the code I am getting exception as Could not load file or assembly System, Version=2.0.5.0.
I have seen the below article which is similar to my problem.
Could not load file or assembly System, Version=2.0.5.0 in .NET 4 MVC 4 application
But the patch whichever mentioned ((KB2468871)) doesn't working for me. When I try to install it's showing the message as "KB2468871v2 does not apply, or is blocked by another condition on your computer."
I don't have control on the referenced assembly to change the framework.
So Can anybody please help me to solve this problem?