Hai, am using c# and wpf am having my value as a string, i need to call the string value in my app.config file
I know I can have 1 parent element and 1 child element in my own custom app.config section like so: <sectionGroup开发者_JAVA技巧>
I have a windows service that loads multiple \"handlers\" written by different developers. The windows service exe has it\'s own app.config which I need.
I\'m building a plugin assembly and I would like to provide an accompanying config file. Deployed assembly is probably copied somewhere, don\'t know wher开发者_开发技巧e, and would like to know wher
I\'m trying to get data from app.config and I always get zero. The App.config is here: <?xml version=\"1.0\" encoding=\"utf-8\"?>
I moved some hardcoded settings to acustom Section (so I did not use the <appSetting> tag) in the app.config of my ClickOnce application. When updating, the clients got an error stating that the se
My guess is that this question will fall under the category of \"duh\", but, nevertheless, I\'m confused.
As you all know, when you build a project with an app.config file it gets copied to the bin directory and renamed $(targetFileName).config.
I want to save some custom data into application configuration file and I need to create some custom sections in app.config. Reading custom data from app.config is simple task, but I can\'t write info
I\'m trying to change some config file user settings values in my WPF application, but its only working partly. The value is changed correctly and the program runs fine with the value. I can even rest