我的 Visual Studio 错误列表中出现了以下相当烦人的警告:
The element 'behavior' has invalid child element 'silverlightFaults'. List of possible elements expected: 'clientVia, callbackDebug, callbackTimeouts, clear, clientCredentials, transactedBatching, dataContractSerializer, dispatcherSynchronization, remove, synchronousReceive, enableWebScript, webHttp, endpointDiscovery, soapProcessing'.
它源自 web.config。应用程序编译得很好,我只想抑制错误。
什么不起作用:
- 右键单击 > 抑制(这不是 fxcop 错误)
- 在构建窗口中找到警告 ID 并通过项目属性对话框将其抑制(警告不会显示在构建窗口中)。
有什么办法可以隐藏这个警告,还是我必须忍受它?