R
Rotsey
Hi,
I have a Nteir project in C#.
I am creating a ExceptionHandling assembly to use throughout the app.
My problem is I want to be able to log exceptions in a XML file
and I want the xml file to be a in the application install folder.
How do I get the startup folder dynamically becasue i am
using a class library and cannot find a class to get that info???
I know i could pass it to the exception handler but that is not
what I want to do.
rotsey
I have a Nteir project in C#.
I am creating a ExceptionHandling assembly to use throughout the app.
My problem is I want to be able to log exceptions in a XML file
and I want the xml file to be a in the application install folder.
How do I get the startup folder dynamically becasue i am
using a class library and cannot find a class to get that info???
I know i could pass it to the exception handler but that is not
what I want to do.
rotsey