How can i solve a Dotnet build Error "namespace name 'Azure' could not be found"?
I am running a simple .NET application that connects to Azure Event Hubs and send sample data. Unfortunately when i hit " dotnet run" i get the following errors: C:Users[...]EventHubSampleSendDataProgram.cs(1,7): error CS0246: The type or namespace name 'Azure' could not…