ms-iot / azure-client-tools

Azure Client Tools
Other
43 stars 37 forks source link

DeviceInfoHandler::BuildReported faild #19

Closed v-jiq closed 5 years ago

v-jiq commented 5 years ago

Hi, When DeviceInfoPlugin.dll runs to DeviceInfoHandler::OnConnectionStatusChanged will occur error and below is log message: 1553838409(1)

According to log message,I know that the program error is due to it can't get xml file. but I don't know what should I do for resolve the problem.

Thanks.

gmileka commented 5 years ago

Hi v-jiq,

This problem occurs because Embedded Mode is not turned on on the machine where the device agent is running. I assume you are running this on the desktop?

To enable Embedded Mode, please, follow the instructions here: https://docs.microsoft.com/en-us/windows/iot-core/develop-your-app/embeddedmode

thanks, george

gmileka commented 5 years ago

Hi v-jiq, please, re-open the issue if you're seeing a problem.