How to override values in Global Container variables from a config file?
Hi,
I would like to have a configuration file which can override values on Global Container variables.
I'm trying to get the path where deployed project (.OpenSpan) is located using this code:
System.IO.Path.GetDirectoryName(System.Windows.Forms.Application.ExecutablePath);
Unfortunately, it's returning path in C:\Program Files.
Any idea on how to do return the correct path where .OpenSpan file is located?
Other suggestions are welcome as well.
Thanks