I'm using Application Insights in my application. The App runs without any warnings or problems but when I packaged the App and ran a Windows App Certification Kit on it, it failed stating this:
FAILED General metadata correctness test
•Error Found: The general metadata correctness test detected the following errors:◦The type Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration referenced by type Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry.RemoteDependencyModule in file Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry.winmd was not found. All types referenced in metadata files must be discoverable. ◦The type Microsoft.ApplicationInsights.Extensibility.ISupportConfiguration referenced by type Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry.RemoteDependencyModule in file Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry.winmd was not found. All types referenced in metadata files must be discoverable.
Does anyone have any idea how to resolve this?