0

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 not transforming my App.Config file. I've also tried on a Windows Server 2012 computer; the issue persists.

There are no errors displayed whatsoever. Are there any log files that might have some information?

Al.Sal
  • 984
  • 8
  • 19
  • You should report this at http://connect.microsoft.com/ since Microsoft regressed the scenario. FYI I'm not investing in SlowCheetah for any updates, so hopefully you can make progress with them via connect. – Sayed Ibrahim Hashimi Aug 09 '14 at 03:11
  • Thank you. Bug submitted: https://connect.microsoft.com/VisualStudio/feedbackdetail/view/945606 – user3923143 Aug 13 '14 at 20:23
  • Which VS2013 Update # are the two systems at? It would probably be good to add that to your bug report. – JohnnyHK Aug 14 '14 at 02:17
  • I had my answer [here](https://stackoverflow.com/a/45022031/1584924) You need to download the version just for VS2013 – PriscillaZ Jul 10 '17 at 21:43

2 Answers2

0

I had this exact same issue in Visual Studio 2013 on Windows 8.1. I had installed the package from the SlowCheetah - XML Transforms page on the Visual Studio Gallery and right clicked my App.config, added the transforms, modified the appropriate elements and then compiled. Nothing worked. For me this was solved by installing the Slow Cheetah Nuget package using the Library Package Manager in Visual Studio. After I added the package to my project everything worked as expected. You need to have both packages installed.

fhevol
  • 934
  • 10
  • 28
-1

You need to download the version here just for VS2013 or look for the v2.5.48 to download.

PriscillaZ
  • 49
  • 3
  • Link-only answers are generally [frowned upon](http://meta.stackexchange.com/a/8259/204922) on Stack Overflow. In time it is possible for links to atrophy and become unavailable, meaning that your answer is useless to users in the future. It would be best if you could provide the general details of your answer in your actual post, citing your link as a reference. – herrbischoff Jul 10 '17 at 22:12
  • thanks but i am trying to build my limited reputations as a newbie.. a minus vote really hurts it here. it will be the best that just a comment of suggestion so i can update it.. – PriscillaZ Jul 11 '17 at 15:48
  • If you improve your answer, I will gladly reverse the -1. – herrbischoff Jul 11 '17 at 16:28