I have written an application in C# with a settings file (which is used to create an app.config file at compile time).This application uses a C# DLL which also has a settings file.
I\'m trying to get update values from app.config while it\'s running. I tried several methods but it still uses old values. How can I get correctly refresh it? I tried these but it didn\'t work:
I think Title is not very suggestive in what I meant to ask, so theres is an example. I have this method that receives a name of System.Windows.Forms Control and then returns the type. (I need to use
Are there any events that will fire if someone edited my custom made applicatio开发者_StackOverflow社区n config? I wanted to know such changes and apply it on my application. If this is a web applicat
After upgrading my project to Visual Studio 2010 and .Net 4.0, my app.config开发者_Go百科 file generates these messages upon building the project:
Here\'s the whole issue:I want to create WCF dll to access WCF services.... the only issue is, when I use the WCF DLL config file with an application that has it\'s OWN app.config file, the WCF DLL ap
Sorry for the long problem statement...I\'ve spent two days debugging and have a lot of notes... I have a WCF data service and another process trying to connect to it as a client via TCP and/or HTTP.
i have the same app config on both programs A - the service itself when i run it , wcf Test Client starts.
Currently, we use a giant configuration object that is serialized to/from XML. This has worked fine for the most part, but we are finding that in the case of power loss and application crashes, that t
I\'ve got a program which uses app.config for storing some prefere开发者_开发百科nces. The problem is that if the program is installed in C:\\program files\\<project name> then the changing of p