-
Notifications
You must be signed in to change notification settings - Fork 91
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
GAC - install and uninstall clarification #1906
Comments
Thanks @Kielek , I tested 0.5.1-beta3 without registering to GAC and it seemed working well. I wonder anything (new features/bug fixes) we will lose if we do not register to GAC? |
Hi @muhaook,
The
This actually depends on how the assembly was added to the GAC. If the duplicated assemblies were added to the GAC by a MSI they aren't removed by Let's know if you still have questions about it. [EDIT 00: Clarified what happens when the same assembly is installed multiple times into the GAC] |
Thanks @pjanotti , very helpful! |
@muhaook I did an edit to my earlier comment to clarify what happens when auto-instrumentation removes the assemblies from the GAC. I'm keeping this open for now to track some pending doc updates. |
Hi @Kielek @pellared , with v0.5.1-beta.3, I can not reproduce this issue, even without registering netfx assemblies in GAC.
I have 2 quick questions about registering / unregistering assemblies in GAC:
uninstalling
auto-instrumentation? will it be removed from GAC by auto-instrumentation uninstall?for info, I used this command to register assemblies in GAC:
and I used command below to unregister assemblies from GAC:
before auto-instrument install, my GAC:
gac.1.txt
after auto-instrument install, my GAC:
gac.2.txt
Originally posted by @muhaook in #1858 (comment)
The text was updated successfully, but these errors were encountered: