0

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?

Community
  • 1
  • 1
Chandra Mohan
  • 729
  • 2
  • 10
  • 29

1 Answers1

0

The error "KB2468871v2 does not apply, or is blocked by another condition on your computer." come mostly from low disk space, make sure you have at least 2 GB free disk space before running the update, make sure you reject all removable devices also. If it does not work, try going into Control Panel --> "Uninstall a program" and click on "Microsoft .NET Framework 4 Client Profile", then select "Repair .NET Framework 4 Client Profile"

Zakariaa.B
  • 133
  • 8