I have updated PostSharp from v 4.1.3-alpha
to v 4.1.15
. There is no issue when I build on my local developer box, but when queueing a gated build it's failing on build server with the following error:
Unhandled exception (4.1.15.0, postsharp.4.0-x86.exe, CLR 4.0.30319.378758, Release): PostSharp.Sdk.CodeModel.AssemblyLoadException: Cannot find assembly 'mscorlib, version=2.0.5.0, culture=neutral, publickeytoken=7cec85d7bea7798e'. [Public key mismatch]
I updated to the same version from v 4.1.6-alpha
in a different solution and build server could build it successfully.
Can any one help me in understanding why PostSharp is looking for mscorlib v 2.0.5.0
when all the projects in the solution are targeting .NET v 4.5.1
?
How can I resolve this issue?