|
-
Oct 9th, 2003, 04:05 PM
#4
Unless you are using dynamic properties then you'll need to read values from the config file in your dll. You can use the Configuration.AppSettingsReader object or a couple others in the Configuration namespace (i.e. Configuration.AppSettings.GetSetting). The auto part is that you don't specific file information when using these objects it knows to look in the app.config file.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|