K
Kevin S Gallagher
I have been attempting to read a value from the starting executable while in
a DLL.
So far have tried the following were "Test" is a defined value in the EXE.
What is returned is a blank/empty string
System.Configuration.ConfigurationManager.AppSettings.Item("Test")
Did some research on Google but only found people untried suggestions, none
that work in .NET Framework 2.
Any thoughts?
Kevin
a DLL.
So far have tried the following were "Test" is a defined value in the EXE.
What is returned is a blank/empty string
System.Configuration.ConfigurationManager.AppSettings.Item("Test")
Did some research on Google but only found people untried suggestions, none
that work in .NET Framework 2.
Any thoughts?
Kevin