tagged [configurationmanager]
How to set a project output platform to x86 in Visual Studio 2010
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 is not in the drop down. What d...
- Modified
- 23 May at 12:30
How to get the values of a ConfigurationSection of type NameValueSectionHandler
How to get the values of a ConfigurationSection of type NameValueSectionHandler I'm working with C#, Framework 3.5 (VS 2008). I'm using the `ConfigurationManager` to load a config (not the default app...
- Modified
- 19 Dec at 12:25
I do not have a 'Any CPU' option present in my Configuration Manager
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. I have a solution co...
- Modified
- 21 May at 16:4
C# ConfigurationManager.GetSection could not load file or assembly
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 a 2.0 C# ASP.NET website. I am trying to u...
- Modified
- 7 Mar at 19:42
Merging custom configuration sections at runtime in .NET
Merging custom configuration sections at runtime in .NET My question is about working with standard .NET configuration objects and custom configuration elements as well, (which one can define by exten...
- Modified
- 11 Nov at 12:6
Can't get my custom configuration section
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 my first experience with config sections and I have...
- Modified
- 20 Feb at 18:56