【发布时间】:2015-06-10 08:08:18
【问题描述】:
将我的云项目升级到 Azure SDK 2.6 后。 (通过项目属性窗口中的按钮),一切正常,除了我收到了数百个 *.cscfg 文件的警告:
The complexType 'http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration:AccessControlElement' has already been declared.
The complexType 'http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration:AddressAssignmentsElement' has already been declared.
The complexType 'http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration:Certificate' has already been declared.
等等。更多元素。
已经尝试过清理、重建、关闭打开 VS...但没有成功。它不会影响项目的功能,但是让错误列表充满这些东西真的很烦人。
知道什么是错误的以及如何解决它吗?
【问题讨论】: