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
Post a Comment