-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The invoked member is not supported in a dynamic assembly #4511
Comments
Hi @lrwh, sorry to see you're having issues. Please could you provide some more details?
How are you using multiple versions? Are you using custom instrumentation and automatic instrumentation? That would still only allow 2
This is a very old version of the tracer, which has known bugs, especially related to enumerating dynamic assemblies. We strongly recommend updating to a newer version of the tracer.
When you say ".NET probe", do you mean that it doesn't happen if you don't use the tracer? How are you running your application? Have you installed the MSI? Are you using custom instrumentation? Thanks |
Hi,andrewlock ,Thank you very much for your reply.
Use one version at a time, not all.
Unable to update program version, it was written by another team.
Using MSI without customization,We speculate that this engine Razor is not supported. If possible, we hope to find the configuration and eliminate it to avoid this error. Thanks |
Thanks for the reply @lrwh!
Razor is definitely supported, we have tests for it and haven't run into any issues. I think we're going to need more information to get to the bottom of this problem (which version of the framework you're using, which libraries, all the debug logs etc). Could you please open a support ticket by visiting https://help.datadoghq.com/hc/en-us/requests/new and they'll handle securely collecting all the relevant information. You can link back to this github issue when you submit the request. Thanks! |
Sorry, @andrewlock , some information cannot be obtained due to the customer's environment. The current knowledge is as follows:
This business is mainly a After the code is executed to |
Hi @lrwh, could you please open a support ticket by visiting https://help.datadoghq.com/hc/en-us/requests/new and they'll handle securely collecting all the relevant information. You can link back to this github issue when you submit the request. Thanks! |
Describe the bug
Hi,I have a .NET application that uses versions
1.31.2
,2.32
, and2.27
ofdd-trace-donet
. An error was reported in the application call flowchart. If the. NET probe is not used, this exception will not occur. It seems that ddtrace and the application used the samedll
, but this is just my speculation.Error info
dd-trace-dotnet debug log
dotnet-tracer-native-w3wp-72892.log.txt
This is a very old application that cannot be upgraded to code. Can we filter from the .NET probe, but I don't know what the conflicting component is. I need your help. Thank you!
The text was updated successfully, but these errors were encountered: