Exception when using 'Transform Configuration File'

Hi,we added a ‘Transform Configuration File’ step to one of our Continua (1.6.0.234) build configurations.Now the build fails during this step with the following error:Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly ‘Microsoft.Web.Publishing.Tasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies.This implies that this assembly is missing, however, when checking the MSBuild folder, it all seems to be there. Further analyzing this, it looks like Continua requires 10.0 = Visual Studio 2010, even though our project is a Visual Studio 2013 project and our Agent only has VS2013 installed.The only workaround I had was recreating the MSBuild/10.0/** folders on the Agent, and now the build succeeds when using Transform Configuration actions.Could you update me on how to use this? Is this 10.0 dependency caused by an invalid configuration on our agent or VS .csproj ? Or could this be a Continua bug?Kind regards,Remko Seelig

HI Remko,

Thanks for reporting this. The Transform Configuration File action runs an executable which targets .Net Framework 4.0 and can only run against the version 10.0.0.0 of Microsoft.Web.Publishing.Tasks.dll. We’ll update this to work with later versions of Visual Studio in the next version.