Error Starting to debug

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roberto Hernández

    #1

    Error Starting to debug

    When I start to debug my application the following error stop me:
    "the operation could not be completed. The process cannot access the file
    because it is being used by another process"
    Some times killing a process named "appname.vshost .exe" the application
    continue working but other times I have to restart the machine.

    Thanks


  • Gary Chang[MSFT]

    #2
    RE: Error Starting to debug

    Hi Roberto,
    [color=blue]
    >Some times killing a process named "appname.vshost .exe"
    >the application continue working but other times I have to
    >restart the machine.[/color]

    It appears to be the Visual Studio hosting process caused the problem. If
    so, you can disable it via the following steps in Visual Studio 2005:

    1. Open a project in Visual Studio.
    2. On the Project menu, click Properties.
    3.Clear the Enable the Visual Studio hosting process check box.


    Wish this helps!

    Best regards,

    Gary Chang
    Microsoft Community Support
    =============== =============== =============== =========
    PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00
    AM PST, February 14, 2006. Please complete a re-registration process by
    entering the secure code mmpng06 when prompted. Once you have entered the
    secure code mmpng06, you will be able to update your profile and access the
    partner newsgroups.
    =============== =============== =============== =========
    When responding to posts, please "Reply to Group" via your newsreader so
    that others may learn and benefit from this issue.
    =============== =============== =============== =========
    This posting is provided "AS IS" with no warranties, and confers no rights.
    =============== =============== =============== =========

    Comment

    Working...