can I get application path for dllassembly

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to get the application path for a dll assembly in order to specify the path where the xml configuration file will be.

I have tried getpath put that is for web app.
 
I need to get the application path for a dll assembly in order to specify the path where the xml configuration file will be.

System.Reflection.Assembly.GetExecutingAssembly().Location



Mattias
 
Back
Top