473,385 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

xml config file...

hello,
I ve a Windowsapplication with a configuration file app.config... (it's in
xml)

code app.config:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name = "MyNameValueSection"
type="System.Configuration.NameValueSectionHandler " />
</configSections>
<MyNameValueSection>
<add key="MyKey" value="MyValue" />
</MyNameValueSection>
<appSettings>
<add key="test" value="MeinInhalt" />
</appSettings>
</configuration>

I want to change in my c# programm the values of "test" and "MyKey"...
any information or samples would be helpful
thanx a lot in advance
Andrea
Nov 11 '05 #1
1 2104
Andrea,

The .NET Framework does not let you modify config files via the classes in
System.Configuration.

If you have to modify them, then you can do so by hand with the XmlDocument
class or with the Configuration Management Application Block [0].

However, modifying the .config files has its own set of issues that may
collide with the development guidelines for windows applications.User
specific settings, for example should not be stored in the application
directory (where app.config resides), but in the user's folder \documents
and settings\username\LocalSettings\<blablabla>

HTH,
Christoph Schittko
Software Architect, .NET Mentor
MS MVP XML .NET

[0]
http://www.gotdotnet.com/Community/W...e-fa4bf2e3080f
"andrea" <le**********@hotmail.com> wrote in message
news:ee**************@tk2msftngp13.phx.gbl...
hello,
I ve a Windowsapplication with a configuration file app.config... (it's in
xml)

code app.config:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name = "MyNameValueSection"
type="System.Configuration.NameValueSectionHandler " />
</configSections>
<MyNameValueSection>
<add key="MyKey" value="MyValue" />
</MyNameValueSection>
<appSettings>
<add key="test" value="MeinInhalt" />
</appSettings>
</configuration>

I want to change in my c# programm the values of "test" and "MyKey"...
any information or samples would be helpful
thanx a lot in advance
Andrea

Nov 11 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Maxim Khesin | last post by:
I want to have a config file with my python proggie, satisfying the following requirements: 1) support key->(value, default) 2) simple and intuitive to read and edit 3) easyly readable into a...
4
by: Fuzzyman | last post by:
There have been a couple of config file 'systems' announced recently, that focus on building more powerful and complex configuration files. ConfigObj is a module to enable you to much more *simply*...
2
by: Suresh Gladstone | last post by:
Hi, This is a bit with versioning and installation of the .NET dlls. I want to perform the following, 1. A third party application will be invoking my .NET dll through COM interop . For this I...
4
by: grs | last post by:
Can a class library have a app.config file. Reason for asking is that the microsoft application blocks all read from myApp.exe.config. How can you use the application blocks if you do not have an...
22
by: Daniel Billingsley | last post by:
Ok, I wanted to ask this separate from nospam's ridiculous thread in hopes it could get some honest attention. VB6 had a some simple and fast mechanisms for retrieving values from basic text...
6
by: Rich | last post by:
Hello, I picked up this example on using the Reflection namespace for loading forms/classes on the fly at msdn http://msdn.microsoft.com/library/default.asp?...
13
by: Khodr | last post by:
Hello, I am using VS.NET 2003 and vb. I build my application MyApp and it generates MyApp.exe.config. So now MyApp.exe reads parameters from MyApp.exe.config. Great and no problem! I need to...
3
by: Blasting Cap | last post by:
I am working on a web app that I want to be able to use a separate config file on, in addition to the web.config file that's already working in the application. If I put the following in the...
12
by: dbuchanan | last post by:
Hello, (Is this the proper newsgroup?) === Background === I am building a solution with two projects. One project is my data access layer which contains my DataSet as an xsd file. The XSD...
5
by: mmcd79 | last post by:
I built a VB.net application that makes use of a machine level DB connection string setting, and a user level starting location setting. The machine level setting and the default user based...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.