In the .Net framework, ConfigurationManager is a built-in object that provides access to configuration files.
I have a console application which has its own App.config. I need to change some values in section time …
c# .net app-config configurationmanagerHow to load application settings to NHibernate.Cfg.Configuration object by using System.Configuration.ConfigurationManager from App.config?
nhibernate app-config configurationmanagerI am trying to retrieve values from my App.config file which is stored in my working directory, however when …
c# .net app-config configurationmanagerI am trying to learn how to use the ConfigurationSection class. I used to use the IConfigurationSectionHandler but released that …
c# configurationmanager configurationsectionHow do I solve the error message "ConfigurationManager not declared" when used to connect to database? Here is the line …
vb.net configurationmanagerWhen i run a simple test on connection to DB check i receive an error in NUnit: [Test] public void …
visual-studio nunit app-config configurationmanagerIn my solution with several projects I am trying to change the Platform from Any CPU to x86. But x86 …
c# visual-studio-2010 configurationmanagerI'm using Microsoft Visual Studio Team System 2008 Team Suite. The "Configuration Manager" menu item is missing for me. I've assigned …
visual-studio configurationmanagerI have the following code: using System.Configuration; namespace test { public partial class MyService : ServiceBase { public static ReadConnectionStrings() { ConnectionStringSettingsCollection connections = …
c# .net .net-3.5 configurationmanagerIn SCCM 2007, there were several "Right Click Tools", and with their help it was possible to "reinstall" a package. In …
software-distribution configurationmanager sccm