The errors you receive means you have issue with Net frame work :
You are trying to reference a higher version dll(.net 4.5) in a lower version of software (.net 4.0).
Either upgrade your software to .net 4.5 or reference the .net 4.0 version dll.
You need to check which frame work your software bulid with .