Thread: Configuration Files

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    184

    Configuration Files

    Hello everyone,

    I am trying to figure out something about configuration files. I know that I can create a configuration file per project and access it through System.Configuration.ConfigurationSettings.AppSett ings. How would I go about creating one Configuration File for a Solution. I want one config file for multiple projects in a single solution. Also how would I access that config file. Are there any good resources that you can point me to or any examples?????

    Thanks for any and all help,

    Kendal

  2. #2
    Registered User
    Join Date
    Feb 2003
    Posts
    184
    Nevermind. I found out that if I create a configuration file for the startup project, it is accessible to the others.

    Thanks anyway,
    Kendal

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Working with muliple source files
    By Swarvy in forum C++ Programming
    Replies: 1
    Last Post: 10-02-2008, 08:36 AM
  2. Linking header files, Source files and main program(Accel. C++)
    By Daniel Primed in forum C++ Programming
    Replies: 3
    Last Post: 01-17-2006, 11:46 AM
  3. Multiple Cpp Files
    By w4ck0z in forum C++ Programming
    Replies: 5
    Last Post: 11-14-2005, 02:41 PM
  4. Folding@Home Cboard team?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 398
    Last Post: 10-11-2005, 08:44 AM
  5. looking for files configuration
    By frigga in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 11-21-2002, 08:55 AM