Getting DirectoryNotFoundException when trying to Connect to Device with CoreCon API
- by ageektrapped
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 = new…