how to get the application path in windows forms , i used the bellow code but it is saying like \"method not found\"
Application.ExecutablePath; Application.
This will return the complete path to your Application
System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)