E
Eric Renken
I currently use statements like this in my 1.1 code.
System.Configuration.ConfigurationSettings.AppSettings[ "jobclock.net" ]
I use this in DLLs that are referenced by the application. The application
has this data in its app.config file. I would like to switch to the new
Setting files in 2.0, but I don't know if I can access these settings from a
different DLL. I can't make a reference in the DLL back to the application
because that would create a circular reference.
Anyone done this or have any ideas?
Thanks,
Eric Renken
System.Configuration.ConfigurationSettings.AppSettings[ "jobclock.net" ]
I use this in DLLs that are referenced by the application. The application
has this data in its app.config file. I would like to switch to the new
Setting files in 2.0, but I don't know if I can access these settings from a
different DLL. I can't make a reference in the DLL back to the application
because that would create a circular reference.
Anyone done this or have any ideas?
Thanks,
Eric Renken