I tried all below with no avail. The Application.Startup path works fine in windows forms.
//string path = System.Reflection.GetCallingAssembly().Location;
//string path1 = System.Windows.Forms.Application.StartupPath;
//string path1 = Directory.GetCurrentDirectory();
Help...