Top "Configurationmanager" questions

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

wpf - Get values from App Config file

How to get values from App.Config. Code: <configuration> <appSettings> <add key="ShowRoomCode" value="1000"/> &…

wpf appsettings configurationmanager
How do I fix a mismatch between processor Architectures?

I have a number of projects that I have combined in my project. The error message I get is this: …

.net visual-studio compiler-warnings configurationmanager
Cannot find ConfigurationManager in class library

So, I have a class library that I know will be used by websites and I need to access the …

c# .net web-config class-library configurationmanager
How to read values from multiple Configuration file in c# within a single project?

Here in my project I have two application configuration files called app.config and accessLevel.config. Now using the OpenExeConfiguration …

c# app-config configuration-files config configurationmanager
How to read system value from web.config and use in ASP.NET MVC C# method

I'm working on a ASP.NET MVC3 web application (not written by me) which has a max upload size of 100…

asp.net asp.net-mvc-3 iis-7 web-config configurationmanager
I do not have a 'Any CPU' option present in my Configuration Manager

I have read several posts about the configuration manager in VS2010 (or before) but I can not find my problem. …

c# visual-studio-2010 configurationmanager anycpu
Can't get my custom configuration section

I am trying to create a custom config section to load the list of 'ovens' my application monitors. This is …

c# .net app-config configurationmanager
How do you instruct NUnit to load an assembly's dll.config file from a specific directory?

If an assembly contains an app.config file, ConfigurationManager will load it as long as it is in the same …

.net unit-testing nunit app-config configurationmanager
ConfigurationManager.AppSettings - Returns Null

Im trying to read settings from my app.config and im sure it was working before but now it returns …

c# app-config configurationmanager appsettings
Visual Studio will not give me the platform option of 64 bit in configuration manager..?

I am currently trying to build a project for a 64 bit computer, but the configuration manager doesn't list 64 bit as …

c++ visual-studio-2010 64-bit configurationmanager building