You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a .NET Framework application that has a binding redirect for System.ValueTuple, referencing an old version of that assembly, the .NET agent v10.11 and later produces a profiler log file but does not create an agent log file and does not report data to New Relic.
Run the application and note that a NewRelic.Profiler.99999.log file is created in the New Relic home folder, but an Agent logfile is not created. Also note that the application fails to report data to New Relic.
Remove the binding redirect and run the application. Note that Profiler and Agent log files are created and the application reports data to New Relic
For Maintainers Only or Hero Triaging this bug Suggested Priority (P1,P2,P3,P4,P5):
P1 Suggested T-Shirt size (S, M, L, XL, Unknown):
M
The text was updated successfully, but these errors were encountered:
Description
When running a .NET Framework application that has a binding redirect for
System.ValueTuple
, referencing an old version of that assembly, the .NET agent v10.11 and later produces a profiler log file but does not create an agent log file and does not report data to New Relic.Example:
If the binding redirect for
System.ValueTuple
is removed from the .NET Framework application, the .NET agent starts and reports data as expected.Expected Behavior
The .NET agent should start and report data without regard to any binding redirects in a customer application.
Steps to Reproduce
Create a .NET Framework console application targeting Framework v4.8 and add a binding redirect to the
app.config
file similar to the following:Run the application and note that a
NewRelic.Profiler.99999.log
file is created in the New Relic home folder, but an Agent logfile is not created. Also note that the application fails to report data to New Relic.Remove the binding redirect and run the application. Note that Profiler and Agent log files are created and the application reports data to New Relic
For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1,P2,P3,P4,P5):
P1
Suggested T-Shirt size (S, M, L, XL, Unknown):
M
The text was updated successfully, but these errors were encountered: