Tagged Questions

Application configuration files contain settings specific to an application.

learn more… | top users | synonyms (1)

92
votes
5answers
35k views

What does 'useLegacyV2RuntimeActivationPolicy' do in the .NET 4 config?

While converting a project that used SlimDX, and therefore has unmanaged code, to .NET 4.0 I ran into the following error: Mixed mode assembly is built against version 'v2.0.50727' of the runtime ...
90
votes
8answers
13k views

App.Config Transformation for projects which are not Web Projects in Visual Studio 2010?

For Visual Studio 2010 Web based application we have Config Transformation features by which we can maintain multiple configuration files for different environments. But the same feature is not ...
47
votes
13answers
40k views

C# Dll config file

Im trying to add a app.config file to my dll, but all attempts have failed. According to MusicGenesis in 'Putting configuration information in a DLL' this should not be a problem. So obviously im ...
33
votes
4answers
18k views

Pros and cons of appSettings vs applicationSettings (.NET app.config)

When developing a .NET Windows Forms Application we have the choice between those App.config tags to store our configuration values. Which one is better? <configuration> <!-- Choice 1 ...
23
votes
6answers
18k views

How to find path of active app.config file?

I'm trying to finish this exception handler: if (ConfigurationManager.ConnectionStrings["ConnectionString"]==null) { string pathOfActiveConfigFile = ...? throw new ...
23
votes
11answers
22k views

Variables within app.config/web.config

Is it is possible to do something like the following in the app.config or web.config files? <appSettings> <add key="MyBaseDir" value="C:\MyBase" /> <add key="Dir1" ...
18
votes
6answers
14k views

Can a unit test project load the target application's app.config file?

I am unit testing a .NET application (.exe) that uses an app.config file to load configuration properties. The unit test application itself does not have an app.config file. When I try to unit ...
16
votes
5answers
2k views

Why do people consistently recommend using appConfig instead of using Settings files? (.NET)

Very often I see the answer to the question like: "How should I store settings in my .NET app?" is to edit the app.config file by manually adding entries to the app.config (or web.config) like so: ...
15
votes
3answers
27k views

How to programatically modify WCF app.config endpoint address setting?

I'd like to programatically modify my app.config file to set which service file endpoint should be used. What is the best way to do this at runtime? For reference: <endpoint ...
12
votes
1answer
4k views

How do I get intellisense in app.config for a custom section?

We have a custom section in my app.config file related to our IoC container class. How can I get intellisense when editing the config file for this section, as well as getting rid of the compiler ...
11
votes
9answers
470 views

The right way to use Globals Constants

In almost every project, I can't decide on how to deal with certain global constant values. In the older days, when I wrote C++ programs which didn't used dll's, it was easy. Just create and .h file ...
11
votes
2answers
2k views

Automatically “upgrade” user settings from previous version of app.config file?

Every time I compile my app and the version number changes (I have an auto-incrementing build number), I lose the user-configured app.config settings, since they're stored in the AppData folder for a ...
11
votes
3answers
12k views

Custom app.config Config Section Handler

What is the correct way to pick up the list of "pages" via a class that inherits from System.Configuration.Section if I used a app.config like this? <?xml version="1.0" encoding="utf-8" ?> ...
11
votes
10answers
16k views

WCF Configuration - Split it out of app.config

I have a specific requirement to remove all client WCF configuration (<system.serviceModel>) out of the main app.config file, and into a separate XML file. The behaviour I would like to see is ...
11
votes
6answers
25k views

.NET 3.5 - Configuration system failed to initialize exception

In my winform app, I am trying to add a userSetting, although the error is occuring with appSettings too. When the setting is added I get an exeption thrown that says: "Configuration system failed to ...
11
votes
2answers
6k views

app.config configSections custom settings can not find schema information

I am just learning about app.config in respect of creating custom sections. I have that part working, it compiles and gets the information out as required but I get warnings about it could not find ...
11
votes
5answers
5k views

Is there a way to override ConfigurationManager.AppSettings?

I really want to be able to have a way to take an app that currently gets its settings using ConfigurationManager.AppSettings["mysettingkey"] to actually have those settings come from a centralized ...
10
votes
3answers
4k views

If app.config for a DLL should be in the “main config”… what do we do with WCF References in DLLs?

Ok, this is rather simple, but from what I've seen… you can only use some sort of Windows Workflow to include another config into another (which I refuse to do). Here's the deal: MAINAPP.EXE ...
10
votes
9answers
7k views

.net dynamically refresh app.config

How do I dynamically reload the app.config in a .net Windows application? I need to turn logging on and off dynamically and not just based upon the value at application start. ...
9
votes
2answers
4k views

Powershell Calling .NET Assembly that uses App.config

I have a Powershell script that is loading a .NET assembly (.EXE in my case) and calling a public method that uses the app.config to pull an encrypted connection string. The script dynamically copies ...
9
votes
3answers
2k views

Enabling Intellisense for Custom Sections in .config Files

When editing .NET config files (app.config, web.config, etc) in Visual Studio, I get Visual Studio's intellisense to guide me when choosing my application's settings. If I add a custom configuration ...
8
votes
2answers
2k views

How to read app.config from another assembly?

I have two projects: Console project (Test.exe) Class Library project (Test.Data.dll) My Class Library project contains an app.config file. <?xml version="1.0" encoding="utf-8"?> ...
8
votes
3answers
5k views

How to implement a ConfigurationSection with a ConfigurationElementCollection

I am trying to implement a custom configuration section in a project and I keep running up against exceptions that I do not understand. I am hoping someone can fill in the blanks here. I have ...
8
votes
2answers
2k views

Writing custom sections into app.config

I want to save some custom data into application configuration file and I need to create some custom sections in app.config. Reading custom data from app.config is simple task, but I can't write ...
8
votes
3answers
2k views

.Net Encryption

Similar questions have been asked here, but their answers are not enough to me. What I would like to know is the definite approach to encrypting connection strings in a config file. Here are my ...
8
votes
5answers
4k views

How to store a collection of custom objects to an user.config file?

I would like to store a collection of custom objects in a user.config file and would like to add and remove items from the collection programmatically and then save the modified list back to the ...
8
votes
7answers
6k views

MSTest.exe not finding app.config

I'm currently trying to run MSTest.exe from NCover, but I believe the question could apply generally to running MSTest.exe from the command line. If I have the "/noisolation" argument, then ...
8
votes
1answer
6k views

Use XML includes or config references in app.config to include other config files' settings

I have standard logging, nhibernate, etc configuration blocks in my app.config and I'd like to extract them into a common xml file that can be included as a reference by all of my applications' ...
7
votes
3answers
7k views

app.config “Could not find schema information” after converting to Visual Studio 2010 / .Net 4.0

After upgrading my project to Visual Studio 2010 and .Net 4.0, my app.config file generates these messages upon building the project: Could not find schema information for the element ...
7
votes
2answers
570 views

app.config and 64-bit machines

I have an app that works fine on 32-bit systems, but fails on XP 64 bit systems. I've tracked it down to the connection string defined in my app.config thus: <connectionStrings> ...
7
votes
6answers
1k views

Can I use / access the app.config from .net code, when called via COM

I have an existing set of .net libraries that I wish to call from Excel VBA (that part is working fine). These libraries rely on settings in the app.config. I know I can enter these settings in a ...
7
votes
8answers
13k views

How to edit application configuration settings? App.config best way to go?

For my project I have settings that I added through the Settings in the project properties. I quickly discovered that editing the app.config file directly seems to no really update the settings ...
7
votes
5answers
4k views

Is switching app.config at runtime possible?

Is there a way at runtime to switch out an applications app.config (current.config to new.config, file for file). I have a backup/restore process which needs to replace its own application.exe.config ...
7
votes
1answer
5k views

How to enable configSource attribute for Custom Configuration Section in .NET?

following the wealth of information found here how can we get an external .config to work? I've tried the same setup I would use for an external appSettings file, but it is unable to find the file for ...
7
votes
5answers
1k views

How can I share application configuration in a .net application?

I've got a relatively large .Net system that consists of a number of different applications. Rather than having lots of different app.config files, I would like to share a single configuration file ...
6
votes
1answer
96 views

How can I prevent VS2010 to create a new binding each time I update a service reference?

I'm developing a Winforms Client application with a WCF Service in C # 3.5 and Visual Studio 2010. Every time I use "Update Service Reference" in the IDE, considering I have already a working binding ...
6
votes
4answers
2k views

Change default app.config at runtime

I have the following problem: We have an application that loads modules (add ons). These modules might need entries in the app.config (e.g. WCF configuration). Because the modules are loaded ...
6
votes
4answers
410 views

Can I add conditions in app.config file?

Is it possible to add conditions in app.config file? I do below in the C# code and I want to do something similar in my app.config file too. #if (Debug) ....... #else ..... #endif
6
votes
9answers
722 views

developer specific app.config/web.config files in Visual Studio [closed]

we have several .net projects where we store certain settings in config files. Now each developer will have their own config files that differ a little (different connection strings to connect to ...
6
votes
4answers
418 views

How to configure database connection securely

Similar but not the same: How to securely store database connection details Securely connecting to database within a application Hi all, I have a C# WinForms application connecting to a database ...
6
votes
1answer
436 views

Access the path to the app.config programmatically

I am looking for a way to programmatically obtain the path to the app.config file from within a Windows Service executable. The build process changes App.config to program-name.exe.config and I could ...
6
votes
4answers
4k views

How do I create editable configuration settings in a C# WinForms application?

I have configuration values saved in an app.config. I want to create a WinForms application which shows all the AppSettings values in a form. The user should be able to change the settings values and ...
6
votes
5answers
1k views

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 TestConn() { string connectionString = ...
6
votes
4answers
3k views

Consume webservice from a .NET DLL - app.config problem

I'm building a DLL, let's call it mydll.dll, and in it I sometimes need to call methods from webservice, myservice. mydll.dll is built using C# and .NET 3.5. To consume myservice from mydll I've ...
6
votes
3answers
6k views

Error “A namespace does not directly contain members such as fields or methods”

I'm trying to build my C# project and I'm getting the error message "A namespace does not directly contain members such as fields or methods". It is flagging the first character (the less than ...
6
votes
1answer
1k views

app.config “forced” (?) on .net 4.0.. is it needed?

It seems that when upgrading a project to .net 4.0 in VS 2010 Beta 2, a app.config file is generated, which roughly looks like this: <?xml version="1.0"?> <configuration> ...
6
votes
2answers
2k views

Converting programmatic configuration of WCF service to config file

I have written a simple WCF web service which is configured programmaticaly. It exposes three endpoints which bind different bindings to the same contract: WebHttpBinding WebHttpRelayBinding (over ...
6
votes
4answers
2k views

unable to save settings in app.exe.config

i am facing one problem. i want to save settings in app.config file i wrote separate class and defined section in config file.. but when i run the application. it does not save the given values ...
6
votes
6answers
4k views

C# Plugin to use its own app.config

I finally managed to build a working solution of a plugin architecture with help of some guys over here, but now a new problem arises. My hosting application uses it's app.config file for some ...
6
votes
5answers
3k views

Including a service reference from a class library

I have a C# class library and a startup project (a console app). The class library includes a service reference to a web service. When I try to run the project, I get an InvalidOperationException ...

1 2 3 4 5 18