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.
Add reference System.Windows.Forms and add in using section
System.Windows.Forms
using System.Windows.Forms;