Hi,
I have a class library in a solution, and have added an XML file to it.
In the solution, there is also a web project, and windows project. these 2 projects use the above mentioned class library for data-access / logic etc...
I'm trying to load the XML file in a class in my class library, but whats the path?
is it compiled into the assemblies?
any ideas much appreciated.
alex