The project Configuration Section Designer http://csd.codeplex.com is such a great tool but now I\'ve moved to VS2010 (forced actually) and it doesn\'t support 2010. I use this tool a great deal but n
This question already has answers here: Multiple values for a single config key (10 answers) Closed 9 years ago.
I don\'t find any examples of how to access such a nested configuration section in a app.config <my.configuration>
I need to set in the app.config the sqlite connection string. I want to set the path relative to the debug/release folders the database file will be copied to those folder开发者_运维技巧s.
I am working with C# & WPF and, of开发者_如何学JAVA course, an app.config file. I have not been able to find an example of encrypted connection strings, stored in the app.config. There\'s plenty o
I have a .NET 4 project made of a EXE project and a class library. The class library contains a reference to a webservice (using WCF).
I have two projects: Console project (Test.exe) Class Library project (Test.Data.dll) My Class Library project contains an app.config file.
I am stuck trying to automate unit tests runs with MSTest and deployment of app.config. I read multiple posts and blogs, tried multiple things and yet still app.config doesn\'t seem to be picked up du
When accessing the current application\'s appSettings, I get a NameValueCollection: NameValueCollection settings =
Here is what my solution is looking like at the moment: In the Tutomentor.Branding project, I\'d like to save branding information in the App.开发者_运维问答config file, like names, colors, etc.