After upgrading to 1.8, I noticed several exceptions being logged in the Console:
'WaWorkerHost.exe' (Managed (v4.0.30319)): Loaded 'F:\projects\...\approot\Microsoft.WindowsFabric.Common.dll' A first chance exception of type 'System.IO.FileNotFoundException' occurred in Microsoft.WindowsFabric.Common.dll A first chance exception of type 'System.IO.IOException' occurred in mscorlib.dll Microsoft.WindowsAzure.ServiceRuntime Information: 200 : Role entrypoint . CALLING OnStart() A first chance exception of type 'System.ArgumentException' occurred in System.dll 'WaWorkerHost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.Services.Client\v4.0_4.0.0.0__b77a5c561934e089\System.Data.Services.Client.dll' A first chance exception of type 'System.Net.WebException' occurred in System.dll A first chance exception of type 'Microsoft.WindowsAzure.StorageClient.StorageClientException' occurred in Microsoft.WindowsAzure.StorageClient.dll A first chance exception of type 'Microsoft.WindowsAzure.StorageClient.StorageClientException' occurred in Microsoft.WindowsAzure.StorageClient.dll A first chance exception of type 'Microsoft.WindowsAzure.StorageClient.StorageClientException' occurred in Microsoft.WindowsAzure.StorageClient.dll The thread 'Role Initialization Thread' (0x2300) has exited with code 0 (0x0). A first chance exception of type 'System.ArgumentException' occurred in System.dll The thread 'Role Initialization Thread' (0x23e4) has exited with code 0 (0x0). A first chance exception of type 'System.Threading.WaitHandleCannotBeOpenedException' occurred in mscorlib.dll A first chance exception of type 'System.ArgumentException' occurred in System.dll
When I stop debugging my Azure application (worker role with 2 instances), the Azure Worker Host crashes:
My colleague uses the exact same project, I already re-downloaded everything form our repository, so I don't think it's a configuration problem but rather my environment has some flaws.
The erros do not prevent me from testing the application (it runs fine), but the crash dialog is annoying and I want to get rid of the exceptions (only I get them on my machine).
Where can I find logs or similar to get an understanding of the problem?