| | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, June 02, 2009 Posts: 55, Visits: 53 |
| | After complete installation of skelta when we check form start-->programs-->Skelta--> Central configuration is missing . |
| | | | Supreme Being
       
Group: Forum Members Last Login: Monday, May 24, 2010 Posts: 41, Visits: 66 |
| You have to write the below code in pageload event in ViSual studio application, if shortcut of central config is not getting created.
protected void Page_Load(object sender, EventArgs e) { Skelta.FarmConfiguration.HandleSkeltaFarm hnd = new Skelta.FarmConfiguration.HandleSkeltaFarm(); hnd.CreateCCShortCut(); }
Santosh Kumar |
| |
|
|