How to attach VS2005 to process running on WinCe 5.0 - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T03:19:13Zhttp://stackoverflow.com/feeds/question/212804http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/212804/how-to-attach-vs2005-to-process-running-on-wince-5-01How to attach VS2005 to process running on WinCe 5.0Stas2008-10-17T16:12:26Z2009-03-22T21:53:53Z
<p>What applications/modules/dlls do I need on the Window CE 5.0 device in order to be able to attach Visual Studio 2005 to process running on the device ?</p>
http://stackoverflow.com/questions/212804/how-to-attach-vs2005-to-process-running-on-wince-5-0/212973#2129732Answer by Mark Cheeseborough for How to attach VS2005 to process running on WinCe 5.0Mark Cheeseborough2008-10-17T17:00:10Z2008-10-17T17:00:10Z<p>In the Debug menu, select Attach to process...<br />
In the dialog that pops up change Transport to Smart Device.<br />
Hit the Browse button and pick the type of device.<br />
It'll pop up a connecting dialog, when it disappears, you get a list of processes on the device.</p>
<p>Pick the one you want to debug and the debugger will start up.</p>
<p>This should work on at least Standard VS2005, as long as you selected Smart device development during install (Express doesn't support smart devices).</p>
http://stackoverflow.com/questions/212804/how-to-attach-vs2005-to-process-running-on-wince-5-0/213400#2134000Answer by ctacke for How to attach VS2005 to process running on WinCe 5.0ctacke2008-10-17T18:52:01Z2008-10-17T18:52:01Z<p>You need to ensure you have a CoreCon connection. This can be done via ActiveSync (which I don't recommend) or directly via Ethernet. It's a fiarly straightforward process, though a little to lengthy to post here clearly, but it entails running the CoreCon client on the device and setting Studio's Device Connectivity options to the device IP. There's an <a href="http://community.opennetcf.com/articles/cf/archive/2007/08/31/debugging-without-activesync.aspx" rel="nofollow">article over at OpenNETCF</a> that covers how to make the connection that works from Studio '05 or '08.</p>