.vshost ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John A. Bailo

    #1

    .vshost ?


    I upgrade a Windows Service VS.2003 project to VS.2005

    I noticed two new files.

    MyProject.vshos t.exe
    MyProject.vshos t.config

    What are these?

    Do I need copy them to the target to run my Windows service?

    Do I need to reinstall the Windows Service with any new utilities to get
    it to work?

  • Mr. Arnold

    #2
    Re: .vshost ?


    "John A. Bailo" <jabailo@texeme .comwrote in message
    news:3PmdncFOWL UoGPTbnZ2dnUVZ_ s2vnZ2d@speakea sy.net...
    >
    I upgrade a Windows Service VS.2003 project to VS.2005
    >
    I noticed two new files.
    >
    MyProject.vshos t.exe
    MyProject.vshos t.config
    >
    What are these?
    >
    Do I need copy them to the target to run my Windows service?
    >
    Do I need to reinstall the Windows Service with any new utilities to get
    it to work?
    >


    Comment

    • =?Utf-8?B?U2l2YSBN?=

      #3
      RE: .vshost ?

      In short - those files are required to imporve the debugging performance. And
      no, you do not have to copy them to the production environment. They are only
      required for VS 2005 debugging.

      As Arnold suggested, a Google search will get you much more in depth info
      around vshost.

      Here is the link from MSDN:
      http://msdn2.microsoft.com/en-us/lib...31(VS.80).aspx

      "John A. Bailo" wrote:
      >
      I upgrade a Windows Service VS.2003 project to VS.2005
      >
      I noticed two new files.
      >
      MyProject.vshos t.exe
      MyProject.vshos t.config
      >
      What are these?
      >
      Do I need copy them to the target to run my Windows service?
      >
      Do I need to reinstall the Windows Service with any new utilities to get
      it to work?
      >
      >

      Comment

      Working...