6

I've been hand editing Azure cloud .cscfg and the .csdef file after a painful merge. I believe I have everything right and the solution builds with no errors or warnings. Nothing appears in the output tab during the build. I have a number of Azure roles and configuration files and I know they all need to match.

However, I see a yellow triangle on the Azure roles folder in Visual Studio 2012. How can I find out my configuration error?

4

2 に答える 2

3

Jaxidian がコメントしたように、解決策は、選択したマスターに対して 8 つの .cscfg ファイルすべてを比較し、タグ内のすべてのタグが存在することを確認することでした。

リモート デスクトップを構成しようとしている場合は、すべてのリモート デスクトップ タグのすべての値が同一である必要があります。

于 2013-03-04T18:33:23.860 に答える
0

私にとってはどちらかでした

<ServiceConfiguration serviceName="...

また ...

  <Role name="...

無効です(別の/間違ったサービス名/ロールに設定されています)。

于 2016-06-29T03:06:14.700 に答える