microsoft / ApplicationInsights-SDK-Labs

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

Unable to track any dependencies #162

Open canichols2 opened 5 years ago

canichols2 commented 5 years ago

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