I’ve been trying to monitor my worker role using IntelliTrace, particularly during times when we’ve been subjecting to high load.
When I try to download the logs using Visual Studio, I get:
Failed to open IntelliTrace log. Error message: System error.
Other times, when the log file has been downloaded another error is produced:
The operation could not be completed.
I’ve downloaded, IntelliTraceReader and while debugging, it pointed out that there’s a problem with the logfile itself, declaring:
An item with the same key has already been added
I saw a post on SO pointing out that this may be a known issue, however, I’m not sure how to work around it. Any further recommendations than that?
http://stackoverflow.com/questions/10485911/intellitrace-logs-from-windows-azure-worker-role-not-working
















































