0

I have a .NET Framework 4.5.2 console project, in Visual Studio 2015. I would like to have transforms for app.config. Very similar to Slowcheetah installed but there's no transform option But: When I try to install SlowCheetah - XML Transforms package, as levininja sugests, I get the following error from the log:

VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products. at VSIXInstaller.App.InitializeInstall(Boolean isRepairSupported) at VSIXInstaller.App.InitializeInstall() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute()

As nobody complains in the related post I assume this is a version problem on the newest Visual Studio Version.

Community
  • 1
  • 1

1 Answers1

1

SlowCheetah will be taken over by Microsoft. There is already a preview version available.

Have you tried that version?

More information on the preview.

Martin Klinke
  • 7,294
  • 5
  • 42
  • 64