Top "App-config" questions

.NET application configuration files contain settings specific to an application.

How to read an object from app.config?

This is not a new question, but I've been researching this for two days and all the answers I can …

c# app-config configurationmanager
Unable to add app.config file in Visual Studio 2017?

Working in Visual Studio 2017; I have added a class library in my project. Now I want to add an app.…

visual-studio-2017 app-config class-library
Add comments in App.config in Winform application

I'm developing a windows application with C# . I need to add some comments into Application settings ( App.config ) Here is …

c# winforms app-config application-settings
how to create properties file android

I would like to create the config file on android application and I know for Xcode we use plist, Dot …

android app-config config-files
<userSettings> in app.config Could not find schema information for the element 'userSettings'

Hello when I try to add parameters to the settings table I get multiple messages for each parameter I add. …

c# schema app-config settings.settings
How do I use .NET custom ConfigurationElement properties on descendent elements?

How can I get and use an attribute set in the parent ConfigurationSection in the descendent CustomSetting element? I need …

.net configuration app-config configurationsection configurationelement
Should Unity be configured in code or configuration file?

Microsoft's Unity dependency injection framework can be configured either through code or through the applications configuration file (app.config). Code …

configuration dependency-injection unity-container app-config ioc-container
How to save application settings in a config file?

I am developing a program that has a settings window in which I can change various parameters for my program. …

python settings app-config ini
Context menu does not display "add transform" in console job when using slow cheetah

I assume this is a simple fix considering I don't see any other posts about others having this issue. I …

visual-studio-2012 app-config slowcheetah config-transformation
How to use App.config in WPF application for log4net configuration

Currently im working on a WPF version of an existing console application. In the console application i use log4net …

c# wpf log4net app-config rollingfileappender