Azure IoT hub basic receiving example, AMQP error
问题 I'm delving into azure Iot hubs and connected technologie for work, using the tutorial found here: https://azure.microsoft.com/nl-nl/documentation/articles/iot-hub-csharp-csharp-getstarted/ When running the receiver example (this section of the article: https://azure.microsoft.com/nl-nl/documentation/articles/iot-hub-csharp-csharp-getstarted/#receive-device-to-cloud-messages) I get an error on the line: var d2cPartitions = eventHubClient.GetRuntimeInformation().PartitionIds; I get this error