Hi nate78,
Are you calling wait() on the UI thread? If so that could be your problem, in the WIndows Runtime waiting on a task throws an exception. If you instead hook up a continuation and process the result asynchronously does everything work fine.
Steve
Are you calling wait() on the UI thread? If so that could be your problem, in the WIndows Runtime waiting on a task throws an exception. If you instead hook up a continuation and process the result asynchronously does everything work fine.
Steve