I work with an existing code base from a software developer who left my company. I downloaded the source code from the repository. When I try to build a project, I get an error message:
The type or namespace name 'Diagnostics' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?)
I can’t figure out how to run this project. When I look at the NuGet packages associated with the project, I see that the Windows Azure Configuration Manager and Windows Azure Storage packages are already installed. I'm not sure what I am missing.
Can someone tell me what I need to install on my machine to get through this error? Thank!
source
share