Installing Visual Studio Remote Debugger for Native Applications
5/10/2007
Debugging native applications requires the MSVCMON remote debugging application included with the Visual Studio .NET 2003 installation.
To install Visual Studio Remote Debugger for native applications
Copy the following files from the \Windows\System32 to the shared drive on the development system (Z: in this example):
- MSVCR71.DLL
- MSVCP71.DLL
- PSAPI.DLL
- DBGHELP.DLL
Copy the following files from the \Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\Debugger to the shared drive on the development system (Z: in this example):
- MSVCMON.EXE
- NATDBGDM.DLL
- NATDBGTLNET.DLL
Copy the following files from the \Windows\System32 to the shared drive on the development system (Z: in this example):
- MSVCR71.DLL
- MSVCP71.DLL
- PSAPI.DLL
- DBGHELP.DLL
Copy the following files from the \Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\Debugger to the shared drive on the development system (Z: in this example):
- MSVCMON.EXE
- NATDBGDM.DLL
- NATDBGTLNET.DLL
See Also
Tasks
Installing Visual Studio Remote Debugger for Managed Applications
Concepts
How to Configure a Device for Remote Debugging
Configure the Firewall to Enable Remote Debugging