我有問題讓我的C#解決方案構建“新鮮”。如果我清理解決方案並重新構建它,它將不會構建(我可以做幾次,然後構建它)。它有一個關於azure項目在它所依賴的worker和web項目之前獲得構建的錯誤。關於解決方案中大多數項目是如何尋找的
WAT070 : The referenced assembly {...}/Worker.dll was not found.
Please make sure to build the role project that produces this assembly before building this Windows Azure Cloud Service Project.
{...}\VisualStudio\v12.0\Windows Azure Tools\2.2\Microsoft.WindowsAzure.targets 1252 5 AzureProjectName
Now if I build the projects in the order listed in the Project Dependencies -> Build Order everything works. Also, the web and work role are listed before Azure Project.