Is there a way for me to include a simple array of strings, or List<string> on my custom subclass of ConfigurationSection?(Or an array or generic list of simple data objects, for that matter?)
;) I am writing a .NET application wher ethe user connects to a given server. ALl information within 开发者_运维百科the application is stored in the server. But I want / need to store the following in
I am running a c# unit test (VS 2008). Within the test I do write to the settings, which should result in saving the data to the user.config.
I created a customer configuration class Reports. I then created another class called \"ReportsCollection\". When I try and do the \"ConfigurationManager.GetSection()\", it doesn\'t populate my collec
Is it posible to re-cach开发者_JAVA百科e app.config? for example after changing some fields in app.config do not restart application.
I have an older C++ Windows program that I\'ve been asked to get run in a kiosk style environment for a student project. From the main menu, hitting ESC will exit the program, which is undesirable. In
Quick Question Is it possible to have more than 1 config file in a windows service? Or is there some way I can merge them at run time?
Does anyone know if it is possible to create a single connection str开发者_StackOverflow社区ing that will be accessible to all the projects in a solution (we have about 6).
I am working in VB.NET and I am familiar with working in the vb[design] view as well as regul开发者_JAVA百科ar vb.I am looking to view/edit my APP.CONFIG file how do I access this file?I am using Visu
I have a .Net 3.5 application that needs to load a string from settings.settings or app.config. I made sure I have a reference to ConfigurationManager but a very simple call from form load value retur