From: Mr. X. on 1 Apr 2010 11:13 Hello. How can I create main configuration file for my solution (Win-Form : VS 2008. VB.NET), like a general ini-file. Thanks :)
From: Mr. Arnold on 1 Apr 2010 13:41 "Mr. X." wrote: > Hello. > How can I create main configuration file for my solution (Win-Form : VS > 2008. VB.NET), like a general ini-file. > It's called an app.config. There is a name space you can use to mainulupate the app.config from a program.
From: Mr. X. on 2 Apr 2010 03:23 I see it on the project source directory (not for solution). I cannot see it on the release directory. Is there any convention to read / write from app.config : I want to use it for main application (connectionString for mySql). When calling another exe file from the main application - should I pass the connectionString as a parameter, or it is preferred that each project has it's own app.config, and not pass parameter trough? Thanks :) "Mr. Arnold" <No(a)No.com> wrote in message news:0D718AD9-9E62-4C5D-86FE-F838ECAD7B95(a)microsoft.com... > > > "Mr. X." wrote: > >> Hello. >> How can I create main configuration file for my solution (Win-Form : VS >> 2008. VB.NET), like a general ini-file. >> > > It's called an app.config. There is a name space you can use to > mainulupate > the app.config from a program. >
From: Mr. X. on 3 Apr 2010 00:03 Can I decrypt the app.config somehow ? Thanks :)
From: Mr. X. on 3 Apr 2010 00:12 I meant : encrypt.
|
Pages: 1 Prev: Displaying Panel After Timer Loop Next: Deploy my solution. |