Search code examples
c#slowcheetah

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 packages.config file

<packages>
<package id="SlowCheetah" version="2.5.10.6"/>
</packages>

any help would be appreciated

Thanks


Solution

  • the solution is:

    1- Uninstall SlowCheetah. 2- Install it again using This Link! 3- Referesh Visual Studio