Closed rwil02 closed 5 years ago
Can you use Application Insights 2.10? 2.11 is not yet supported in functions. https://github.com/microsoft/ApplicationInsights-dotnet/issues/1223#issuecomment-535721296
That did it. Both packages had to be rolled back to 2.10
closing as no action of application insight sdk.
Adding NLog 4.6.7 (can reference in code) Adding Microsoft.ApplicationInsights 2.11.0 (can reference in code) Adding Microsoft.ApplicationInsights.NLogTarget 2.11.0 (cannot reference in code)
Error is: NLogTarget does not exist in the namespace Microsoft.ApplicationInsights However, looking in the object browser I can browse to Microsoft.ApplicationInsights.NLogTarget.ApplicationInsightsTarget
These are my packages:
Last time I had this issue with a package, it had to do with a version conflict, but I don't see one this time.