Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Unable to track any dependencies #162

Open
canichols2 opened this issue Jul 8, 2019 · 0 comments
Open

Unable to track any dependencies #162

canichols2 opened this issue Jul 8, 2019 · 0 comments

Comments

@canichols2
Copy link

canichols2 commented Jul 8, 2019

I have a WebAPI (the client) which consumes the WCF SOAP service.
I have installed this nuget on the WCF Service, and it tracks requests without a problem. everything seems to be working on the WCF Service side.

My problem is that the client's applicaton insights, doesn't show any dependencies. Only requests. I'm hoping this is just a missed configuration or something on my end. But I have setup normal app insights and had that working,
I then installed this WCF appInsights into the client, hoping it would track those dependencies.
I then upgraded the .NET Framework version to 4.6.2 since there were comments saying async method calls wouldn't get tracked properly, but were working in 4.6.2
I then made sure the WcfDependencyTrackingTelemetryModule was added to the client's applicationInsights.config file.

But still I get no dependency telemetry from any WCF service in this client app.
Edit: the WCF services are using NET.TCP

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

1 participant