I a windows application when i want to find the path my executable is in i use:
System.Windows.Forms.Application.StartupPath;
but in a service i do not have access to "Application".
does any one knows how to get to the path?
i have a xml schema i need to read in my executable path.
thank you
drey
System.Windows.Forms.Application.StartupPath;
but in a service i do not have access to "Application".
does any one knows how to get to the path?
i have a xml schema i need to read in my executable path.
thank you
drey