Share via


Running a Plug-in (Windows Embedded CE 6.0)

1/6/2010

After you have built a plug-in and are ready to run it in Microsoft Visual Studio 2005, perform the following steps.

For information about how to connect to a target device, see the Visual Studio documentation.

Running an existing plug-in

  1. From the Debug menu, select one of the following options.

    • If you want to run the plug-in for debugging, select Start Debugging.
      For more information about running a plug-in for debugging, see Debugging Desktop-Side Plug-in Code.
    • If you want to run a plug-in, but do not want to debug, select Start Without Debugging.
  2. (Optional) If you want to run more than one plug-in at the same time, open the Remote Tools Shell and pass in each .cetool file name as arguments.

    For more information, see Remote Tools Shell.

See Also

Other Resources

Remote Tools Framework Plug-in Development