Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
266 views

What's the proper method of deploying the Corecon API with my app?

I have a WinForms app that instantiates the WP7 emulator. Everything works great locally (of course). But I've created a VM to test installations and XCopies. Getting the following exception upon ...
1
vote
1answer
279 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
1answer
379 views

Does ConManClient2 have any prerequisites on WinCE6?

I have created a Windows CE6 Image through Platform Builder, and I now want to develop c++ applications on this device with VS2005. With Visual Studio 2005 comes ConManClient2, compiled for each ...
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 ...