remote debugging vs.net2003 webapp - "unable to attach to the process"

I am getting the error message "Unable to attach tot he rocess.  The debugger is not properly installed.  Run setup ro install or repair the debugger."  I installed everything from the VS.NET setup app and it still says this.

Any ideas


Answer this question

remote debugging vs.net2003 webapp - "unable to attach to the process"

  • OziSnowman

    Are the remote debugger components installed on the remote machine

    Habib Heydarian (habibh@microsoft.com)
    Program Manager
    Visual Studio Debugger


  • Alibong

    It's most likely that mscordbi.dll is not registered. Can you try registering mscordbi.dll using regsvr32 mscordbi.dll

    Habib Heydarian
    Program Manager
    Visual Studio Debugger

  • Scotty Davis

    Tried reregistering it.  That didn't help.  Any other ideas

    Edit: something to note.  I tried remote debugging to another machine which is server 2000 (aspnet insetad of w3) and it tied to it.  That is odd!

  • remote debugging vs.net2003 webapp - "unable to attach to the process"