2013-10-17 19 views
4

我正在創建一個Windows Azure服務並添加了一個工作者角色。我在Visual Studio 2013 RC中創建了這個。當我打開我的工人角色屬性下面的錯誤顯示:無法導入模塊診斷。沒有發現清單

Unable to Import Module Diagnostics. No menifest was found 

ServiceDefinition.csdef中

 <Imports> 
     <Import moduleName="Diagnostics" /> 
    </Imports> 
    <Startup priority="-2"> 
     <Task commandLine="Microsoft.WindowsAzure.Caching\ClientPerfCountersInstaller.exe install" executionContext="elevated" taskType="simple" /> 
    </Startup> 
    <ConfigurationSettings> 
     <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" /> 
     <Setting name="Microsoft.WindowsAzure.Plugins.Caching.ClientDiagnosticLevel"/> 
    </ConfigurationSettings> 
</WorkerRole> 

回答

2

我就把它修好了通過修復安裝的Windows Azure工具爲我的VS版本。