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

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

@TheFairey

Description

@TheFairey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions