ExcelDna.Integration Error: 4 : The Ribbon/COM add-in helper required by add-in Morningstar Add-In (64 bit) could not be registered.
This may be due to restricted permissions on the user's HKCU\Software\Classes key. : UnauthorizedAccessException - Access to the registry key 'HKEY_CLASSES_ROOT\CLSID\{EB981F7E-A63E-512A-ABEE-D4C136B67BE5}\InProcServer32' is denied.
I have some questions for this:
1. does this is must need action to do?
2. if not, can we have some setting to skip?
3. if Need, do we have the registry keys which need permission?
Also, I will try to check the code about it.
Now we using version is 0.33 ?
Thanks.
-Govert
To post to this group, send email to exc...@googlegroups.com.
ExcelDna.Integration Verbose: 4 : Loading Ribbon/COM Add-In
ExcelDna.Integration Verbose: 4 : RegistrationUtil.CanWriteMachineHive - returning True
ExcelDna.Integration Verbose: 4 : RegistrationUtil.ClassesRootKey - Using HKLM\Software\Classes
ExcelDna.Integration Verbose: 4 : ProgIdRegistration - Set Value - HKEY_LOCAL_MACHINE\Software\Classes
ExcelDna.Integration Verbose: 4 : ProgIdRegistration - Set Value - HKEY_LOCAL_MACHINE\Software\Classes\Dna.eb981f7ea63e512aabeed4c136b67be5.0 -> {EB981F7E-A63E-512A-ABEE-D4C136B67BE5}
ExcelDna.Integration Verbose: 4 : RegistrationUtil.SetValue(HKEY_LOCAL_MACHINE\Software\Classes\Dna.eb981f7ea63e512aabeed4c136b67be5.0\CLSID, , {EB981F7E-A63E-512A-ABEE-D4C136B67BE5}, String)
ExcelDna.Integration Verbose: 4 : ProgIdRegistration - Delete SubKey Dna.eb981f7ea63e512aabeed4c136b67be5.0
ExcelDna.Integration Verbose: 4 : RegistrationUtil.DeleteSubKeyTree(HKEY_LOCAL_MACHINE\Software\Classes, Dna.eb981f7ea63e512aabeed4c136b67be5.0)
ExcelDna.Integration Error: 4 : The Ribbon/COM Add-In helper required by add-in Morningstar Add-In (64 bit) could not be registered.
This may be due to restricted permissions on the HKCU\Software\Classes key : UnauthorizedAccessException - Access to the registry key 'HKEY_LOCAL_MACHINE\Software\Classes\CLSID' is denied.
ExcelDna.Integration Verbose: 1 : Exit Integration.DnaLibraryAutoOpen
ExcelDna.Integration Verbose: 1 : In XlAddIn.XlAutoClose
Thanks.
Excel-DNA tries to clean up changes that it makes to the registry, that’s why it is trying to delete.
I don’t know why it would fail.
Is it true that you can write to the HKEY_LOCAL_MACHINE\Software\Classes, but you cannot delete from it?
I’m sure Excel-DNA does not expect the permissions to be configured that way. It would be better if the user cannot write to that key, then Excel-DNA will try to write to the HKEY_CURRENT_USER instead.
Sometimes there is other security software installed on a machine that interferes with the registry access.
-Govert
--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
exceldna+u...@googlegroups.com.
To post to this group, send email to exce...@googlegroups.com.