I'm working on a project with 3 roles (two WebRoles and one WorkerRole) deployed in windows Azure.
My problem is when the instances try to start the Diagnostic monitor (for trace). Starting the diagnostic monitor from the WorkerRole works fine, but the WebRoles throw "Unhandled Exception" when they try to start it during the Deployment.
I use the same configuration for all the roles so there is no problem with it.
Thanks,