RE: "The object exporter specified was not found"

From: WildRide (WildRide_at_discussions.microsoft.com)
Date: 11/01/04


Date: Sun, 31 Oct 2004 16:48:01 -0800

When you debug a ASP.NET app on a remote machine, in the background VS
"attatches" to the debugging components on the web server. You can attach
manually by selecting Debug-->Processes-->entering the host name of the box
you want to attach to.

VS uses the same (or nearly the same) transport regardless of wether you are
debugging a remote web app, service, process or gui application.

WR

"etropic" wrote:

>
> What do you mean attach?
>
> I get this message when trying to debug a remote c# asp.net application from
> vs 2003. I have followed the instructions for remoting debugging on the
> server (debugger group etc.) but when running vs from the client, after a
> successful build I get....
> "unable to start debugging on web server. The object exporter specified was
> not found."
>
>
>
> "WildRide" wrote:
>
> > I get the above message when trying to attach to a remote machine.
> >
> > Running VS2003 and XPsp2 without the firewall.
> > Not sure if it's an SP2 problem, but I've got plenty of sp1 pc's on the
> > network that can connect just fine.
> >
> > Has anyone seen this before.
> >
> > WR



Relevant Pages

  • unable to hit breakpoint when remote debugging(ASP.NET)
    ... debugging, I was able to attach to aspnet_wp.exe of remote machine. ... Now, In VS 2005 I set a brakepoint at a line, attach to aspnet_wp.exe ... The problem is that I dosen't stop at that brakepoint. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: VS2005, Debugging my CustomInstaller.dll
    ... to "Attach a Process", MSIEXEC.EXE, for debugging. ... x86" and now you can attach this process for debugging. ... CustomInstaller.dll during the app's Uninstall process. ... my CustomInstaller code. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: vkernel & GSoC, some questions
    ... Can't you say qemu -s and attach gdb to that port as well? ... printf debugging was sufficient for me so far. ... Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. ...
    (freebsd-hackers)
  • vs2005 debugging on ws2k3 server
    ... I get the error "Unable to start debugging on the web server. ... good for localhost so they must be for any site on the local machine. ... NETWORK SERVICES and my user account - to no avail. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: remote debugging
    ... I did run MSVCMON on the remote machine, ... Remote debugging requires you to set up Visual Studio to set the Debugging ... Then in Visual Studio, use the Attach Process ...
    (microsoft.public.vc.mfc)