Questions tagged [slowcheetah]

SlowCheetah is an XML Transforms package for Visual Studio

SlowCheetah is an XML Transforms package that allows one to automatically transform an app.config (or any file) when F5 is pressed in Visual Studio.
One can have different transformations based on the build configuration.
For example, one could have different app settings, connection strings, etc. for a Debug configuration versus a Release configuration.

183 questions
0
votes
2 answers

ShlowCheetah Does not Transform in VS2013 on Windows 8.1

I've been using Visual Studio 2013 on a Windows 7 computer. SlowCheetah work fine in this enviroment. However, I've recently migrated to a Windows 8.1 computer. Even with the latest update (2.5.11) of SlowCheetah in this environment, SlowCheetah is…
0
votes
1 answer

SlowCheetah not working on c# console application

I'm trying to use Slow Cheetah XML Transforms with console application using c# When I right click on the app.config file there is no "Add Transform" item in the menu. and the "SlowCheetah" is installed with the application and can be found in the…
Alaa Mohammed
  • 382
  • 2
  • 14
0
votes
1 answer

silverlight outofbrowser.xml transformation

I'm trying to transform a Silverlight Applications OutOfBrowser.xml File which is unter Projectname\Properties\ with slowcheetah. Unfortunately, I only get Messages that there is no schema information for each of the single Element attributes…
float
  • 1,265
  • 5
  • 22
  • 38
0
votes
1 answer

SlowCheetah Azure web role not transformed

I am using SlowCheetah 2.5.10.6 in my Visual Studio 2013 solution in which I want to create a web role package for deployment. I am using Azure Tools 2.3. My default web.config transforms are working correctly. However, the SlowCheetah transforms do…
Hans Leautaud
  • 1,742
  • 1
  • 19
  • 34
0
votes
1 answer

SlowCheetah Transformations are not being performed on Unit Test project during Continuous Integration Build on TFS 2013

I've been searching Google, reading various questions (and answers) here on Stack Overflow, and scanning the SlowCheetah NuGet page, the GitHub issues list, and the utility author's blog, and I still can't find an answer to figure out exactly what's…
0
votes
2 answers

SlowCheetah fails with Visual Studio Online hosted build

I have created a hosted build for my console application that uses SlowCheetah for app.config transforms but it fails with the following errors: C:\a\src\WorkFolderHosted\Axe Integration…
0
votes
1 answer

app.config transformations not applying

I'm having an issue with app.config transformations using SlowCheeta not applying on publish. It always uses dbTable, not dbTableLive. app.config
0
votes
2 answers

ContractFilter mismatch at the EndpointDispatcher due to endpoint transformation failed

I consumed a wcf soap service in a console application, I wanted to use the dev url in my app.config. I always failed and the error was ContractFilter mismatch at the EndpointDispatcher I think the endpoint is not matching the wcf service url due…
user1108948
0
votes
1 answer

How to replace attributes in XML transforms without the name attribute

I am using SlowCheetah to transform my Log4Net files when I publish. However, it can't seem to distinguish between the attributes in different appender sections. My Log4Net.config looks basically like this:
GendoIkari
  • 11,734
  • 6
  • 62
  • 104
0
votes
1 answer

SlowCheetah not transforming during MSBuild

I've implemented SlowCheetah in a web project. I'm running NuGet v2.7, but still using Enable Package Restore. I run a build workflow in AntHillPro that first runs NuGet Package Restore then MSBuild on the solution. The Package Restore steps…
0
votes
2 answers

WebAPI project doesn't seem to post transformed web.config to bin folder?

I've bene doing well with .NET config transforms. I have them in place now on a class library for data usage and a WPF app. However, when I attempt to set them up with an ASP.NET WebAPI project, something strange seems to happen. The config file…
0
votes
0 answers

Seeing XML Transforms happen after building a project

I'm using SlowCheetah to transform my App.config file for debug and release purposes. When I right click App.Debug.Config and click Preview Transform I see the correct results. Also when I build the project with the relevant config and go to the obj…
notAnonymousAnymore
  • 2,637
  • 9
  • 49
  • 74
0
votes
1 answer

Referenced project app.config transform with SlowCheetah

I have a ASP.NET MVC 4 web project WebUI that references a ASP.NET 4 Code Library DAL The Code Library has a reference to the SlowCheetah 2.5.5 NuGet package and is setup with several transformations for it's App.Config. The WebUI is using the…
Pricey
  • 5,799
  • 12
  • 60
  • 84
0
votes
1 answer

importing xml file and SlowCheetah

I want to import an xml file inside of an element in my app.config file but the only method which works for that task causes SlowCheetah to fail with the following error: The "SlowCheetah.Tasks.TransformXml" task failed unexpectedly. …
carlin.scott
  • 6,214
  • 3
  • 30
  • 35
0
votes
1 answer

SlowCheetah does not Process Transforms

I copied a web.config that already has show cheetah transforms defined from one project to another. The transforms show up in the new project just fine, and I can edit them. However, they are not being applied when I run the project. How can I fix…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
1 2 3
12
13