Hi,
I would like to know the way to find out physical path of project from Windows form at design time.
This form is added under same project.
I want to access XML file in project from windows form at design time.
Thanks and Regards,
Alok pandit
1. In Solution Explorer, select AssemblyInfo.cs
2. View->Properties Window
3. refer to "Full Path"
Hope this can help.