Tagged Questions

1
vote
1answer
278 views

Microsoft Windows Mobile Remote Debugging API

Visual Studio comes with a set of "Remote Tools" (like Remote Spy, Zoom-In, Process Viewer, etc...) for debugging applications on Windows Mobile and Windows CE devices. These applications will work ...
1
vote
5answers
830 views

Getting DirectoryNotFoundException when trying to Connect to Device with CoreCon API

I'm trying to use the CoreCon API in Visual Studio 2008 to programmatically launch device emulators. When I call device.Connect(), I inexplicably get a DirectoryNotFoundException. I get it if I try it ...