我正在使用已离开公司的软件开发人员预先存在的代码库.我已经从存储库下载了源代码.当我尝试构建项目时,我收到一条错误消息:
The type or namespace name 'Diagnostics' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?)
我无法弄清楚如何使这个项目正常运行.当我查看与项目关联的NuGet包时,我可以看到已经安装了Windows Azure配置管理器和Windows Azure存储包.我不知道我错过了什么.