Config files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vicmann

    Config files

    If xyz.exe is the executable name...

    What's the purpose of "xyz.config " file?

    For what is the "xyz.vshost.exe "?

    Do they have to be created? Have to distribute them when distributing an
    app?

    Is there a special config file always called App.config? How is it different
    from "xyz.config "?




  • Jon Skeet [C# MVP]

    #2
    Re: Config files

    vicmann <vicmann@hotmai l.comwrote:
    If xyz.exe is the executable name...
    >
    What's the purpose of "xyz.config " file?
    It's the configuration file for xyz.exe.
    For what is the "xyz.vshost.exe "?
    See http://blogs.msdn.com/dtemp/archive/...17/215764.aspx
    Do they have to be created? Have to distribute them when distributing an
    app?
    You don't want to distribute the vshost version. If you use a
    configuration file, you'll need to distribute that as well.
    Is there a special config file always called App.config? How is it different
    from "xyz.config "?
    App.config is copied to xyz.config at build time.

    --
    Jon Skeet - <skeet@pobox.co m>
    http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
    If replying to the group, please do not mail me too

    Comment

    • Kevin Spencer

      #3
      Re: Config files

      See


      --
      HTH,

      Kevin Spencer
      Microsoft MVP
      Short Order Coder
      Thoughts and Ideas about programming, philosophy, science, arts, life, God, and related subjects.


      The devil is in the yada yada yada


      "vicmann" <vicmann@hotmai l.comwrote in message
      news:elDE3Vk%23 GHA.3952@TK2MSF TNGP03.phx.gbl. ..
      If xyz.exe is the executable name...
      >
      What's the purpose of "xyz.config " file?
      >
      For what is the "xyz.vshost.exe "?
      >
      Do they have to be created? Have to distribute them when distributing an
      app?
      >
      Is there a special config file always called App.config? How is it
      different
      from "xyz.config "?
      >
      >
      >
      >

      Comment

      Working...