We are trying to build/run the sample vending machine sample from the ISS SDK released on July 11th.
I have entered the credentials that's required in the app.cofig as the following:
<!--Begin Configuration values for client.-->
<add key="IngressServiceApiUri" value="https://xxxxxxxx.device.intelligentsystems.azure.net/" />
<add key="IngressServiceApiKey" value="my device key" />
<add key="ManagementServiceApiUri" value="https://xxxxxxxx.management.intelligentsystems.azure.net/core" />
<add key="ManagementServiceApiKey" value="my management key" />
<add key="AccountName" value="my account name" />
<add key="BusDiagnostics" value="Verbose output. The value should be true or false" /> (I'm not so sure what to do this this one)
<!--End Configuration values for client.-->
I'm not certain if that is correct. It came with 50+ errors that states my interaction trigger is not declared. (see attached screenshot). Am I missing some steps?