I am using the SlowCheetah .config transformation build tool.
Getting the following build error from NCrunch (builds fine when using VS2012 and MSBuild via Jenkins)
NCrunch: If you are experiencing problems in getting this project to build, have a look at
http://www.ncrunch.net/d..._project-build-issues#0
..\packages\SlowCheetah.2.5.5\tools\SlowCheetah.Transforms.targets (92)#1: The "SlowCheetah.Xdt.TransformXml" task failed unexpectedly.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Web.XmlTransform, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.Web.XmlTransform, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at SlowCheetah.Xdt.TransformXml.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext()
I have put Ncrunch into "compatibilty mode" and installed the Microsoft.Web.Xdt NuGet package as per
http://stackoverflow.com...r-different-enviroments
If I look at the workspace, the Microsoft.Web.XmlTransform.dll has been copied over.
Any assistance much provided
Thanks David
p.s Great tool, will be purchasing when trial expires!