The type or name of the Diagnostics namespace does not exist in the Microsoft.WindowsAzure namespace

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!

+4
source share
1 answer

. , Framework 3.5, 2.4 SDK, 4.0. 4.0, .

+1

Source: https://habr.com/ru/post/1529989/


All Articles