I\'m currently working on a piece of software designed in WPF that connects to a set of WebServices. The WebServices are defined in the app.config:endpoint of my application:
I a开发者_JS百科m currently reading up on documentation for a possible assignment I might be put on. In a design document they talk about the .exe.config file. They state that its only purpose is to s
Hello when I try to add parameters to the settings table I get multiple messages for each parameter I add.
We have several .NET projects where we store certain settings in configuration files. Now each developer will have their own configuration files that differ a little (different connection strings to
in client 开发者_运维百科i do it in app.config : <basicHttpBinding ... <binding ... <readerQuotas maxDepth=\"32\" maxStringContentLength=\"8192\" maxArrayLength=\"50000\" maxBytesPerRead=\"4
I\'ve set up my VSTO Excel add-in to use log4net for logging. Unfortunately I\'m (seemingly) not able to make it configure itself from the app.config (which I deliver together with the add-in via Clic
I get this error no matter what version of SubSonic I use. When I query the database for data, it errors out, saying it can not connect to the database.
I have a class library that contains a valid connectionString inside the app.config. Inside that class library I want to use it with
I\'m looking for a way to store application or machine level settings that can be written to at runtime using Application Settings. User settings allow read/write but application settings do not. I ha
We have a Visual Studio 2010 solution that contains several C# projects in accordance with Jeffery Palermo\'s Onion Architecture pattern (http://jeffreypalermo.com/blog/the-onion-architecture-part-1/)