microsoft / ApplicationInsights-SDK-Labs

Application Insights experimental projects repository
MIT License
61 stars 48 forks source link

Getting error in event source initialization in AggregateMetrics project #20

Closed SergeyKanzhelev closed 8 years ago

SergeyKanzhelev commented 8 years ago

ERROR: Exception in Command Processing for EventSource Microsoft-ApplicationInsights-Extensibility-AggregateMetrics: Use of undefined keyword value 0x10 for event ModuleInitializationStarted.

Have no idea why it happens. It doesn't affect execution, but need to look into it.

abaranch commented 8 years ago

You may want to try to make nested Keywords class public. Also consider adding reference to Microsoft.Diagnostics.Tracing.EventRegister that adds a target so that such issues are caught during build time.

SergeyKanzhelev commented 8 years ago

thanks! 🎉