Correction to my previous post.

I have created a windows application.
There are forms inside the windows form application project. There is a class library project too.

The .sln is in the following path:
C:\Work\Developments\SQLchecks\SQLchecks

The windows forms are inside the windows application project as below:
C:\Work\Developments\SQLchecks\SQLchecks\SQLchecks

There is a class library project called DataAccess which has classes and an xml file called Settings.xml :
C:\Work\Developments\SQLchecks\SQLchecks\DataAccess

Question:
from within a class inside the DataAccess project which is a class library project, how do I refer to the Settings.xml file which is also in the same directory?

Thanks