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.
Generally, Application.StartupPath() will give the path of the application. And also r u missing this namespace. System.Windows.Forms
Application.StartupPath()
System.Windows.Forms