How can i Get application Path

Tech-Archive recommends: Fix windows errors by optimizing your registry



I have created a project in "c:\myproject\" directory

how can i access this path in c#.
I have a XML File in this same directory and i want to load this file
using xmldom.load method.

.