I have this on top of my C# class:
using Microsoft.WindowsAzure.Storage.Blob;
I have also made sure the nuget package is up to date.
However, I get the following compilation error:
The type or namespace name 'WindowsAzure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
I don't understand what I'm doing wrong here.
None of the solutions in the previously asked questions worked