I am trying to compile a project in Visual Studio 2010. It worked fine in Visual Studio 2008, but in 2010 the following error appears:
The main link "TiS.Core.eFlowAPI" cannot be resolved because it has an indirect dependency on the .NET Framework assembly "mscorlib, Version = 2.0.3600.0, Culture = neutral, PublicKeyToken = b77a5c561934e089", which has a higher version "2.0. 3600.0 "than the version" 2.0.0.0 "in the current target structure.
I tracked down the culprit in MDbgCore.dll. This assembly is included (in the dependency chain) and is looking for mscorlib 2.0.3600.0.
After some research, this is similar to the beta version of .NET 2.0.
How to solve this problem? I do not have access to the code for this third-party DLL (i.e. TiS.Core.eFlowAPI).
SofaKng
source share