Smart Device Project Debugging using VS .NET 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is it possible to run .exe file before beginning VS .NET 2003 debugger for
smart device? My application uses requires a run-time(.exe file) in order to
execute it. Can somebody provide me suggestions how to execute run-time from
VS .NET 2003 in order to debug my smart device application for Pocket PC?
 
From memory, with VS.NET 2003, I don't think you can attach a debugger to a
netcf app that is running (if that is what you are asking).

This is possible with VS2005.

Either way, check David Kline's blog for more info...

Cheers
Daniel
 
Back
Top