John Kouraklis 94 Posted December 21, 2018 Hi, I was wondering if you could help me with this. I've got ContinuaCI setup to run some builds and so far I was using 10.2. All was good and now I tried to move the builds to 10.3 But the MSBuild generates an error I can't figure out what to do with. This is the error: C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\CodeGear.Common.Targets(987,5): error MSB4062: The "DependencyCheck" task could not be loaded from the assembly C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\Borland.Build.Tasks.Shared.dll. Could not load file or assembly 'file:///C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\Borland.Build.Tasks.Shared.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. Confirm that the <UsingTask> declaration is correct, and that the assembly and all its dependencies are available. 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.81 ------------ Anyone any ideas what might be wrong? Thanks a lot Share this post Link to post
Vincent Parrett 750 Posted January 6, 2019 10.3 uses MSBuild 4.0 rather than MSBuild 3.5 in 10.2 - so make sure you specify that in the Continua CI MSBuild Action. Share this post Link to post
John Kouraklis 94 Posted January 6, 2019 Yes yes I figured it out eventually Thanks Share this post Link to post