Top "Configurationmanager" questions

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

Why my changes of AppSettings in App.config is not taken into account in run-time? (Console Application)

I have a console application which has its own App.config. I need to change some values in section time …

c# .net app-config configurationmanager
How to load application settings to NHibernate.Cfg.Configuration object?

How to load application settings to NHibernate.Cfg.Configuration object by using System.Configuration.ConfigurationManager from App.config?

nhibernate app-config configurationmanager
ConfigurationManager return null instead of string values

I am trying to retrieve values from my App.config file which is stored in my working directory, however when …

c# .net app-config configurationmanager
ConfigurationSection ConfigurationManager.GetSection() always returns null

I am trying to learn how to use the ConfigurationSection class. I used to use the IConfigurationSectionHandler but released that …

c# configurationmanager configurationsection
Correctly declaring ConfigurationManager when connecting to database

How do I solve the error message "ConfigurationManager not declared" when used to connect to database? Here is the line …

vb.net configurationmanager
The problem with NUnit and app.config

When i run a simple test on connection to DB check i receive an error in NUnit: [Test] public void …

visual-studio nunit app-config configurationmanager
How to set a project output platform to x86 in Visual Studio 2010

In my solution with several projects I am trying to change the Platform from Any CPU to x86. But x86 …

c# visual-studio-2010 configurationmanager
Visual Studio: Configuration Manager missing

I'm using Microsoft Visual Studio Team System 2008 Team Suite. The "Configuration Manager" menu item is missing for me. I've assigned …

visual-studio configurationmanager
Unable to use C# ConfigurationManager

I have the following code: using System.Configuration; namespace test { public partial class MyService : ServiceBase { public static ReadConnectionStrings() { ConnectionStringSettingsCollection connections = …

c# .net .net-3.5 configurationmanager
Is there a way to reinstall an application in SCCM 2012?

In SCCM 2007, there were several "Right Click Tools", and with their help it was possible to "reinstall" a package. In …

software-distribution configurationmanager sccm