Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Method not found: 'Boolean Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.get_Success()'. #47

Open
TheFairey opened this issue Jan 8, 2018 · 1 comment

Comments

@TheFairey
Copy link

TheFairey commented Jan 8, 2018

Running the latest version of App Insights and installed Glimpse.ApplicationInsights.Web, it added the following to my ApplicationInsights.config:

<TelemetryChannel Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel"/>

and at the bottom

<TelemetryChannel Type="Glimpse.ApplicationInsights.GlimpseTelemetryChannel, Glimpse.ApplicationInsights">
<Channel Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel"/>
</TelemetryChannel>
<InstrumentationKey>00000000-0000-0000-0000-000000000000</InstrumentationKey>

However when I run the site I get the error in the subject, I tried changing the InstrumentationKey to the one for our Dev environment but that made no difference, wondering if I'm missing something obvious?

Thanks

Simon

@DarthSonic
Copy link

Same for me. Any fix yet?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants