Application name

  • Thread starter Thread starter Peter Meier
  • Start date Start date
P

Peter Meier

Hi,

I want do put my configuration in the XXX.exe.config file.
Know somebody a way to get the applicationname at runtime.
ConfigurationSetting() is not avaible.
I need the Information in every Class that configured
itself. This class are in differend assemblys.

Thanks

Peter
 
Path.GetFileName(System.Reflection.Assembly.GetCallingAssembly().GetName().C
odeBase)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top