Top "Configurationmanager" questions

In the .Net framework, ConfigurationManager is a built-in object that provides access to configuration files.

C# ConfigurationManager.GetSection could not load file or assembly

I am stuck! this seems really daft but I can not see where I am going wrong. I am creating …

c# configurationmanager configsection
How to avoid "The name 'ConfigurationManager' does not exist in the current context" error?

I am using VS2008. I have a project connect with a database and the connection string is read from App.…

c# linq entity-framework configurationmanager
ConfigurationManager not found

I am new to VS 3.5 and I am writing a console app that needs to pull some key values from …

.net app-config configurationmanager
Changing Project Build Configuration to Debug mode

I am using VS 2008. I am getting a PopUp everytime i run my application. Following is the PopUp: The following …

.net visual-studio debugging configurationmanager
Accessing another projects app.config properties?

I have two projects within my solution, for this example I will call them project A and B. Project B …

c# configuration app-config configurationmanager
What's the difference between the WebConfigurationManager and the ConfigurationManager?

What's the difference between the WebConfigurationManager and the ConfigurationManager? When should I use one over the other? UPDATED I just …

c# .net asp.net configurationmanager webconfigurationmanager
Does ConfigurationManager.AppSettings[Key] read from the web.config file each time?

I'm wondering how the ConfigurationManager.AppSettings[Key] works. Does it read from the physical file each time I need a …

c# asp.net web-config configurationmanager
ConfigurationManager in WPF

I have a config file in a wpf project to store the connectionstring. But when I try to get AppSettings …

c# sql wpf configurationmanager appsettings
ConfigurationProperty is inaccessible due to its protection level

I wanna read/write (and save) application's configuration file in program The app.config is like this: <configuration> &…

c# .net app-config configurationmanager configurationsection
Changing App.config at Runtime

I'm writing a test WinForms / C# / .NET 3.5 application for the system we're developing and we fell in the need to …

c# .net-3.5 configuration-files app-config configurationmanager