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 in PowerShell or in C# Console Application. Here's the code I'm using:
static void Main(string[] args)
{
DatastoreManager dm = n...
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 patform, which can be placed onto the target platform to allow for remote degugging from VS.
On previous platforms, ones I haven't designed th...
I'm using the Microsoft.SmartDevice.Connectivity features, but I do not know how to get the CoreCon Folder and files under "C:\Documents and Settings\All Users\Application Data\Microsoft\corecon\1.0\1033" deployed as part of an install project. The "new DatastoreManager(1033)" fails becouse users of my app do not have that folder and dev...
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 either a USB ActiveSync connection or over a TCP/IP network with Remote Debugging enabled on the device. The RAPI and RAPI2 interfaces, howev...