SlowCheetah not working on c# console application -


i'm trying use slow cheetah xml transforms console application using c# when right click on app.config file there no "add transform" item in menu.

and "slowcheetah" installed application , can found in packages.config file

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

any appreciated

thanks

the solution is:

1- uninstall slowcheetah. 2- install again using this link! 3- referesh visual studio


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -