slowcheetah Questions
16
Solved
For Visual Studio 2010 Web based application we have Config Transformation features by which we can maintain multiple configuration files for different environments. But the same feature is not ava...
Physical asked 9/6, 2010 at 8:38
8
Solved
I have a project I am trying to use SlowCheetah for.
I have created my config file (Test.web.config) and all the transformations I want to use
(Debug_Mock.config, Debug_SQL.config, Release)
in my B...
Ziegfeld asked 21/11, 2012 at 19:37
3
Solved
I have a main Web.config file, and under that there is a Web.Test.config, Web.Development.Config etc.
When I preview the transformation via SlowCheetah on the Test config, it appears to transform ...
Undernourished asked 22/2, 2016 at 16:52
6
Solved
I want to use Slow Cheetah for transform .config file. Currently I am using Visual Studio 2017 and for this I have installed Slow Cheetah 2.5.48 from nuget but 'Add Transform' does not appear when ...
Uppermost asked 16/6, 2017 at 6:36
10
Solved
In a .NET MVC 3.0 Application I have the following configuration in appSettings:
web.config
<appSettings>
<add key="SMTPHost" value="mail.domain.com"/>
<add key="SMTPUsername" val...
Hammy asked 12/1, 2012 at 19:26
3
When you start an ASP.NET Core project from Visual Studio (2017) it assumes the working directory is where the source code is located, not where the built files are actually placed.
Which means th...
Isolecithal asked 4/7, 2019 at 13:2
4
Solved
I need to be able to transform my app.config file using msbuild. I can transform the file if it is called app.DEBUG.config or app.Release.config, but I cannot if I add one called app.PROD.config.
...
Pily asked 19/12, 2013 at 19:51
1
It's my first time using SlowCheetah for JSON config file. I could not find a way to let it transform an array settings. For example, if my base config file has this setting:
{
"Settings" : [1, ...
Montreal asked 19/7, 2017 at 22:18
12
After installing Slow Cheeath (v. 2.5.10.3) to two projects in my solution, I am receiving the following error:
"The "SlowCheetah.Xdt.TransformXml" task could not be loaded from the assembly C:\Us...
Darlington asked 12/11, 2013 at 17:56
3
Solved
I have a .NET 4.5 project with MVC 5 and EF 6, in Visual Studio 2013. I want to have transforms for app.config.
I've installed the SlowCheetah project via NuGet, and (supposedly)[https://visualstu...
Avertin asked 9/12, 2014 at 22:13
6
Solved
From my .csproj file:
<Content Include="log4net.config">
<SubType>Designer</SubType>
</Content>
<Content Include="log4net.Release.config">
<DependentUpon>log4...
Bony asked 5/4, 2011 at 20:10
3
I installed the SlowCheetah package via nuget and added transform files for my web.config based on Build config.
However, on building, the web.config does not get transformed. I checked my project...
Bowling asked 30/8, 2013 at 22:7
2
Solved
So what I want to accomplish is transform all config files on the build.
Web.config
App.config
....config.xml
In the project files they all look like this:
<None Include="FooBar.config.xml...
Afterheat asked 7/2, 2014 at 8:37
0
I would like to be have multiple DB connection strings in my app.config file with the same server name. I am using SlowCheetah to perform transforms based on different configurations. Here is what ...
Hormonal asked 1/8, 2015 at 19:26
2
Scenario:
I have a class library project with custom .config files. Build Action for these config files are set to 'Content' and 'Copy Always'. This library project is then referenced in at least ...
Highpowered asked 18/12, 2013 at 15:29
4
Are there any tools or Visual Studio 2010 extensions which allow me to view the output of a configuration file transformation short of having to publish the entire project? Is the process which per...
Windbreak asked 22/9, 2010 at 17:25
4
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...
Invest asked 14/9, 2012 at 11:55
4
Solved
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 ...
Shatter asked 1/10, 2012 at 10:16
1
Solved
I assume this is a simple fix considering I don't see any other posts about others having this issue. I am using VS2012 and I added slowcheetah 2.5.10.3 to the project using the nuget package insta...
Becker asked 15/1, 2014 at 3:53
9
Solved
i'm trying to track a NullReferenceException that shows up on sitecore 6.5 at loading any webpage:
[NullReferenceException: Object reference not set to an instance of an object.]
Sitecore.Diagnos...
Chipboard asked 6/3, 2012 at 15:59
2
Solved
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 app...
Milky asked 25/4, 2013 at 21:47
1
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...
Hydroponics asked 1/10, 2012 at 9:18
3
Solved
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 o...
Thaler asked 5/2, 2013 at 23:58
1
Solved
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>
<configSection...
Catarina asked 14/1, 2013 at 17:8
3
Solved
I have setup some configuration transforms in my web.config for my connectionStrings, etc. But I have separated out some areas of my web.config into separate files, ex) appSettings.config.
How can...
Telesthesia asked 11/5, 2010 at 14:31
1 Next >
© 2022 - 2025 — McMap. All rights reserved.