Top "App-config" questions

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

Can a class library have an App.config file?

Here is what my solution is looking like at the moment: In the Tutomentor.Branding project, I'd like to save …

c# winforms app-config
Reading keyvalue pairs into dictionary from app.config configSection

I currently have an app.config in an application of mine set up like so: <?xml version="1.0" encoding="utf-8" ?&…

c# wpf xml dictionary app-config
Using App.config to set strongly-typed variables

I'm a C# novice running .NET 3.5, and I'd like to store a bunch of application default values in App.config, …

c# .net-3.5 configuration-files app-config
Relocating app.config file to a custom path

Is it possible to relocate the whole App.Config file to a custom path? It seems a bit odd that …

c# .net path app-config
app.config "Could not find schema information" after converting to Visual Studio 2010 / .Net 4.0

After upgrading my project to Visual Studio 2010 and .Net 4.0, my app.config file generates these messages upon building the project: …

.net visual-studio-2010 xsd app-config
Consume a SOAP web service without relying on the app.config

I'm building a .NET component that will call an external web service. I used the "Add Service Reference" dialog to …

c# .net vb.net web-services app-config
Only one configSections element allowed per config file and if present must be the first child of the root configuration element

I am developing the console application and when I run the .exe file, I get the following error: system.Configuration.…

c# asp.net iis-7 console-application app-config
Read from App.config in a Class Library project

I am developing a simple class library project, which will give me a dll. I wanted a particular value to …

c# .net app-config class-library
Differences between App.Config and Web.Config?

when building a desktop app in wpf can you read documentation of problems and safely subsititute 'app.config' when people's …

asp.net wpf web-services app-config
App.config: User vs Application Scope

I have added App.config file in my project. I have created two settings from Project > Properties > Settings …

c# .net winforms app-config application-settings