Installing Visual Studio Remote Debugger for Native Applications (Windows Embedded Standard 2009)

4/23/2012

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

  1. 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
  2. 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