Re: Remote Debugging



? You can download and install something off the Internet, but you don't have permission to put a CD
in a drive and install from there?? If you want to remote debug a .NET application, you're going to
need the MDM. The whole remote debugging process becomes a great deal easier if you upgrade to VS
2005.

"NRao" <NRao@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F63C8C9D-65CF-4612-A273-0F796654F65D@xxxxxxxxxxxxxxxx
Scot,

Thanks for your reply. I looked at services on the server but can not find
Machine Debug Manager. I do not have access to install on the server using
CD. Its big process to get the installation permissions. thats why I am
looking for package that I can install by downloading it.

Is copying and registering those 4 dlls is an alternative to MDM service? Or
service must be running even after registering dlls.

Seems msvcmon.exe is only c and c++ apps. Its not of use for .NET apps

Please provide any instructions how I can install MDM service without CD if
it is required service.



"Scot T Brennecke" wrote:

It's quite likely that MDM.exe was already installed as a service. Go to your Administrative
Tools
| Services applet and look for Machine Debug Manager. If it's not there, the most reliable way
to
get things ready is to use your VC install disk and select the Remote Components setup option.
You
say "I don't have an option", but I don't really know what you mean by that.

Alternatively, those minimum required files must be registered using RegSvr32. Do NOT copy them
to
the GAC -- they are not .NET assemblies.

The instructions for using msvcmon.exe are in the article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vctskInstallingRemoteDebugMonitor.asp

and I couldn't make it any clearer by repeating all that here.

"NRao" <NRao@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:036776AA-FC94-41AF-9167-031E86CDA438@xxxxxxxxxxxxxxxx
Hello,

I need to remote debug VS2003 asp.net web application which is deployed on
win 2003. I am following the instructions from microsoft.com site to setup
remote debugging. I have few questions

1) According to instructions, server needs to have mdm.exe running as
service. How do I setup MDM.exe as service. I found MDM.exe on my local
machine but not sure how to setup it as service.

2) It says list of below dlls needs to on server. Do I need to register in
registry or copy to GAC assembly.
msvcmon.exe
msvcr71.dll
NatDbgTLNet.dll
natdbgdm.dll

3) How do I use msvcmon.exe

It could have been easy by installing remote debugging using cd but I do not
have an option.











.



Relevant Pages

  • Re: Runtime error problem
    ... install the program on each machine. ... Remote debugging doesn't work for me. ... connected but the debugging host reports "Host ... the debug version fails only about 1/3 of the ...
    (microsoft.public.vc.mfc)
  • Re: Installing VB 6.0 in Vista
    ... warnings before it shut down. ... and got to registering the *.dlls and it gave me a message that MSADDNDR.DLL ... program did not install properly and Setup shut down. ...
    (comp.lang.basic.visual.misc)
  • Re: Visual Studio Installation in WINXPE
    ... I don't know if I realy undestood you, but before you install the VS, try ... for remote debugging, it's simplier. ... Basically we wanted to integrate those codes in the WINXPE ... >> Best regards, ...
    (microsoft.public.windowsxp.embedded)
  • Re: Small Business Server 2003 Setup Fails
    ... What is the organization name you're using when you install? ... Les Connor [SBS Community Member - SBS MVP] ... > suggests the registering of WIZCHAIN.DLL and restarting setup - do they ... > cancel the install and register the DLL and run the "continue setup" icon ...
    (microsoft.public.windows.server.sbs)
  • Re: Remote Debugging
    ... | Services applet and look for Machine Debug Manager. ... get things ready is to use your VC install disk and select the Remote Components setup option. ... It could have been easy by installing remote debugging using cd but I do not ...
    (microsoft.public.vsnet.debugging)

Loading