SlowCheetah is an XML Transforms package for Visual Studio
0
votes
0answers
9 views
Can I disable SlowCheetah transforms when running non-web application in Visual Studio
I have SlowCheetah as part of my TeamCity build process to transform app.config files.
I know that in the case of web applications, running an application in local Visual Studio debugger does NOT ...
0
votes
0answers
16 views
Slowcheetah Can't Access App.Config
My team is using Slowcheetah to perform some fairly simple transformations in my app.config file. However, sometimes when the project is built, msbuild complains that it cannot access app.config ...
1
vote
0answers
20 views
SlowCheetah placing settings in app.config.deploy and not .exe.config
I'm using the latest version of SlowCheetah on an existing WPF project I have that was already using ClickOnce.
I'm trying to provide different application settings (the applicationSettings node in ...
0
votes
0answers
15 views
Error “SolutionDir property not found in project” when installing SlowCheetah
I wanted to try out SlowCheetah so I:
Created a test web project (ASP.NET MVC 4 Web Application in Visual C#)
Enabled Package Restore by checking "Allow NuGet to download missing packages during ...
2
votes
1answer
62 views
Using SlowCheetah Config Transforms on Web.config in a 3.5 Web Forms app
I downloaded SlowCheetah into an old .Net 3.5 web forms application in order to add transforms to web.config.
I've used SlowCheetah with Windows Services and Console Applications to transform ...
0
votes
0answers
25 views
SlowCheetah wap transform executes from visual studio but not from msbuild
I have a MVC4 web application project with SlowCheetah NuGet package installed. In this project I have a xml file which I wish to transform (not Web.config). In the csproj file, the Item has ...
0
votes
0answers
51 views
Slow Cheetah tranforms not showing
I have recently started using Slow Cheetah for creating different app.configs for my app depending on the configuration. I have followed the instructions found in the link but it does not seem to ...
0
votes
1answer
80 views
Slow Cheetah AfterTargets=“TransformAllFiles” works locally, not on build server
I am using Slow Cheetah to transform app.config file for a console app.
During build I also invoke this application. Initially I used post-build event, but then I realized that Slow Cheetah transforms ...
0
votes
0answers
25 views
Slow Cheetah is adding Byte Order Marker (BOM) when transforming WSDL
Since adding Slow Cheetah into my build/deploy process, I have run into problems with a java client trying to consume my .net web services. I have traced the problem to a Byte Order Marker (BOM) ...
0
votes
0answers
172 views
SlowCheetah transforms for non-web app.config
I am confused by the rapid pace and terrific work done by Sayed Hashimi and company on SlowCheetah, specifically whether or not SlowCheetah is able to transform files on Build instead of just Package ...
0
votes
0answers
138 views
SlowCheetah for app.config transform - Transform not an option after installation
I may be doing something wrong, but I do not see any options to transform app.config or other XML documents after installing the latest Nuget package in solutions. I've tried two solutions, one an MVC ...
2
votes
3answers
170 views
slow cheetah xml transformation tool is overwritting the original config
I am using slow cheetah web config transformation tool for transforming connection-string.config according to deployment settings. Problem is after transformation it overwrites the original ...
2
votes
1answer
103 views
XMLNS attribute removed by Slow Cheetah transformation
I'm trying to use Slow Cheetah to transform a Windows scheduled task config file. I'm simply trying to add "repetition" node information, like so:
ORIGINAL:
<Task version="1.2" ...
1
vote
1answer
62 views
windsor.xml file of a website does not transform on CI server
My solution has a webproject and windows services.
website has a web.config and a windsor.xml and the service has a app.config and a windsor.xml file,which changes for each environment ...
1
vote
1answer
101 views
Transform external config in a web role
Can slowcheetah transform an external config file in an azure web role? e.g. I have logging info in log4net.config. But the transformed version does not get created when packaged.
0
votes
1answer
50 views
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 ...
0
votes
0answers
178 views
Invalid URI: The URI is empty
I had the old 2.5.1 version of slowcheetah installed and recently when I was updating my tfs build scripts I noticed that my app.configs stopped transforming. Originally, I had my csproj file edited ...
1
vote
3answers
125 views
Select node based on child node value in Web.config Transform
I have the following XML in my web config and I would like to select an attribute for removal using web.config transforms, but I would like to select the element for removal based on the value of one ...
0
votes
1answer
130 views
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 ...
0
votes
1answer
70 views
SlowCheetah 2.5.2 broken when publishing Winform Application
After upgrading to SlowCheetah 2.5.2 today, publishing a WinForm application to a network drive does no longer work.
For some strange reason the App.config file, which there has to be made some ...
0
votes
0answers
47 views
XML-Transformation error when I build a deployment package
I use several build configurations and XML-transformations to get a web.config for each enviroment. The XML-translation works very well in Visual Studio 2010 when I publish my web project, but when I ...
0
votes
1answer
134 views
Transform user settings with slowCheetah
I am trying you change my default user configuration according to the build profile with slowCheetah, however I am not able to find the right way to use it
<configuration>
...
1
vote
2answers
177 views
How do I view the transformed web.config while debugging (SlowCheetah)
I've installed the SlowCheetah plugin in VS 2010. I can Preview Transform on web.debug.config and it looks correct. However I don't think the transform is occurring while debugging.
How do I view the ...
2
votes
1answer
263 views
Can partial config files linked to a web.config via configSource be transformed in a web project?
Looking for some help from anyone that's worked with SlowCheetah to transform config files under a web project. We're finding that partial config files referenced from the web.config are not being ...
1
vote
1answer
71 views
Slowcheetah equivalent for VS2008
I've been looking for a way to do app.config transformations. I have found SlowCheetah, but it looks like SlowCheetah does not support VS 2008. Is there any plugin equivalent of SlowCheetah for VS ...
2
votes
0answers
200 views
Config files transform stopped working after upgrade to .NET Framework 4.5
After upgrading our solution to .NET Framework 4.5 the transformation of our config files stopped working.
I also asked a question that might be connected to this but still a separate question, After ...
3
votes
2answers
229 views
Using xml transformations in unit tests
Background:
Currently we have around 10 unit/integration test projects that hit a database to do tests. Each test class that hits the database inherits from a class called IntegrationTest which is ...
2
votes
3answers
2k views
Automated Slow Cheetah Build methods
I don't want to install Slow Cheetah on all the build servers.
We are using Slow Cheetah for config transformations and it is working perfectly fine. It generates multiple app.config files and we ...
5
votes
1answer
253 views
Can multiple build configs share one config transformation?
I'm using SlowCheetah for XML transforming a bunch of config files in a project.
However, this same solution is part of a load balanced setup, where some config values differ between the different ...
2
votes
0answers
119 views
Slowcheeta not working for web applications in Teambuild
I read this article on getting slowcheeta working on the build server. It works fine with Console apps but I can not get it to work for Web Applications.
I verified that the build service can ...
3
votes
2answers
780 views
SlowCheetah executes after post-build events
I use SlowCheetah to transform my app.configs. I have a multi-project solution where one of the projects executes a post-build event where the output of the bin is copied elsewhere. I've found that ...
0
votes
3answers
787 views
Slow cheetah not transforming endpoint tags in app.config
i love SlowCheetah for what it is, but having some issues with getting it to transform endpoints in my app.config. I was hoping maybe someone could take a look and see what I am missing or has had ...
0
votes
1answer
702 views
VS2012 Installer and SlowCheetah XML Transforms
I'm trying out the Publish option for a Windows Service project in VS2012.
I use NLog, and have an NLog.config file. I also use SlowCheetah to transform that config file for each build ...
0
votes
2answers
346 views
SlowCheetah - Getting it to work
I tried using the SlowCheetah extension, but I can't seem to get it to work. I think i may have missed a step somewhere.
I downloaded the extension and installed it.
The i created my web.config file ...
3
votes
2answers
570 views
ServiceReferences.ClientConfig plus slow cheetah not transforming
I have a silverlight 5 project in VS 2010 and would like to have its config file changed based on my configuration, pretty much like one would change database connection strings for a web app.
My ...
2
votes
2answers
452 views
slowcheetah new asp.net mvc transform not working
I think I must be missing something with slowcheetah. I created a new asp.net mvc3 application. Added one appsetting to web.config with a default value. Then I added one transform to each the debug ...
1
vote
2answers
325 views
Azure Worker Role configuration issue while using SlowCheetah with custom config
We are using Nlog as logging tool with our Worker Role of Azure app.
It requires NLog.config file. We installed "SlowCheetah - XML Transforms", and have two Debug/Release transforms).
Solution does ...
1
vote
0answers
89 views
SlowCheetah not recognizing ServiceReferences.ClientConfig file
I'm working on a Silverlight 5 application, trying to use SlowCheetah to get my xml transformations to happen during the build process, so that it's only done during the deployment part of the build. ...
0
votes
1answer
260 views
Xml file transforms using One-click publish, but not Web Deploy
I have two different ways to deploy my web app - one via IIS Web Deploy, hooked up via MSBuild arguments in a custom build template, and using the One-click publish built into Visual Studio. I have ...
1
vote
0answers
84 views
Configuration Management and SlowCheetah
I need to apply xdt transformations to other files than *.config ones.
I found the SlowCeetah extension which seems to provide this kind of feature as authors and extension page says, but, even if I ...
1
vote
0answers
261 views
Can I include web.release.config.transform in my NuGet package?
We're using SlowCheetah config transforms to manage configuration, so in each of my web apps I have:
> Web.config
> Web.debug.config
> Web.release.config
I want to include an ...
2
votes
1answer
296 views
SlowCheetah not working after installation of azure sdk
I have Visual Studio 2010 together with slowcheetah. I have a website where I use multiple configuration files and some of them need to have different values on debug and on release. To accomplish ...
1
vote
1answer
572 views
Unable to Remove Web.Config Nodes using Transform
I have a web.config containing rewrite rules like this:
<system.webServer>
<rewrite>
<rules><!-- Some rules here --></rules>
</rewrite>
...
0
votes
1answer
1k views
How do I get an msbuild task to do config transforms on a collection of files?
I am trying to transform all of the web.config files in a project I have, here's a my tree structure:
Transform.bat
Transforms
ConfigTransform.proj
Web.Transform.config
Website
web.config
Views
...
4
votes
1answer
655 views
SlowCheetah not producing transformed config file on CI server
I'm using SlowCheetah to transform an XML config file in a Visual Studio web project on a CI server. In Visual Studio 2010 the XML will transform just fine when I publish, but on the CI server no ...
0
votes
3answers
175 views
how it works the Web.config Transformation?
I'm not pretty sure about how it works this.
I mean, when I create a deployment package the web config is changed, but my doubt is this.
I have 2 webConfig transformation files:
web.debug.config
...
2
votes
1answer
325 views
SlowCheetah - Using transformed linked config files to share configuration elements
What I'm trying to do
Currently we have duplicate WCF config settings in several projects in our solution. I want to store the WCF config values in one file which can be then referenced from as many ...
2
votes
1answer
928 views
Web.config transformation with SlowCheetah and ASP.NET Web site project
I'm trying to use SlowCheetah XML Transforms with an ASP.NET Web site project (not an ASP.NET Web Application Project) in Visual Studio 2010.
When I right click on the Web.config file in my ASP.NET ...
1
vote
1answer
255 views
SlowCheetah XML transformation Preview not working with custom transformation
SlowCheetah is great, but I'm trying to get it to work with Sayed's custom transformation to support replacing partial text.
When I try to preview a transform I get "There was an error processing the ...
4
votes
4answers
230 views
How to determine at runtime if I am connected to production database?
OK, so I did the dumb thing and released production code (C#, VS2010) that targeted our development database (SQL Server 2008 R2). Luckily we are not using the production database yet so I didn't ...





