Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get the error message if I see a yellow triangle on the Azure roles folder in vs2012?

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?

like image 368
Brian Leeming Avatar asked Mar 01 '13 19:03

Brian Leeming


1 Answers

As Jaxidian commented, the solution was to diff all 8 .cscfg files against a selected master and make sure that all the tags inside the tag were present.

If you are trying to configure remote desktop, all the values for all the remote desktop tags need to be identical.

like image 180
Brian Leeming Avatar answered Oct 23 '22 05:10

Brian Leeming