use single user.config for multiple .exe projects
- From: "Matt F" <mfielderREMOVECAPS@xxxxxxxxxxxxx>
- Date: Mon, 5 Feb 2007 11:38:44 -0800
Two of the projects in my solution that both need to use a common
user.config file. This is a data application - the executable that is
created with the first project is the primary executable that users will be
working with 99% of the time, the other is a seperate "maintenance"
executable. The connection string is stored via My.Settings (encrypted of
course). The problem is that obviously with 2 different .exe there are 2
seperate user.config files, but I need to read the connection string out of
a single file. Is this even possible? If not, are there any other
suggestions for how to acheive this same type of functionality through other
methods?
.
- Follow-Ups:
- RE: use single user.config for multiple .exe projects
- From: Linda Liu [MSFT]
- RE: use single user.config for multiple .exe projects
- Prev by Date: Re: constant references
- Next by Date: p.Save(fileName, Imaging.ImageFormat.Icon) does not produce an icon file
- Previous by thread: service uninstalled after reboot
- Next by thread: RE: use single user.config for multiple .exe projects
- Index(es):
Relevant Pages
|