Re: Remote Debugging
- From: NRao <NRao@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 7 Feb 2007 07:18:02 -0800
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.
- Follow-Ups:
- Re: Remote Debugging
- From: Scot T Brennecke
- Re: Remote Debugging
- References:
- Re: Remote Debugging
- From: Scot T Brennecke
- Re: Remote Debugging
- Prev by Date: Re: How to Enable Mixed Mode Debugging in VS2005 Asp.Net Web Site?
- Next by Date: Re: Menu item "Detach all" is disabled
- Previous by thread: Re: Remote Debugging
- Next by thread: Re: Remote Debugging
- Index(es):
Relevant Pages
|
Loading