Results 1 to 3 of 3

Thread: Application Configuration File

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2001
    Location
    Chicago, IL
    Posts
    49

    Application Configuration File

    Quick easy question. When I create the application.exe.config file and put my app settings into it and build, the build deletes the config file! Is there a way to build that into my solution?

    - DBridle

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Compiling the config into the exe defeats the purpose of the config. You should be trying to find out why the file gets deleted.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Member
    Join Date
    Dec 2001
    Location
    Chicago, IL
    Posts
    49
    I'm saving the file in the BIN folder.

    - DBridle

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width