comAddIn = excelComAddIns.GetType().InvokeMember("Item", BindingFlags.InvokeMethod, null, excelComAddIns, new object[] { progId }, ci);
System.Reflection.TargetInvocationException was caught
HResult=-2146232828
Message=Exception has been thrown by the target of an invocation.
Source=mscorlib
StackTrace:
at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture)
at ExcelDna.Integration.CustomUI.ExcelComAddInHelper.LoadComAddIn(ExcelComAddIn addIn) in C:\code\ExcelDNA\Source\ExcelDna.Integration\ExcelRibbon.cs:line 186
InnerException: System.Runtime.InteropServices.COMException
HResult=-2147352565
Message=Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))
Source=""
ErrorCode=-2147352565
InnerException:
0 4:31:49.5065299 PM EXCEL.EXE 3352 RegCreateKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd SUCCESS Desired Access: Maximum Allowed, Granted Access: None
1 4:31:49.5066223 PM EXCEL.EXE 3352 RegSetInfoKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd SUCCESS KeySetInformationClass: KeySetHandleTagsInformation, Length: 0
2 4:31:49.5066739 PM EXCEL.EXE 3352 RegQueryKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd SUCCESS Query: HandleTags, HandleTags: 0x401
3 4:31:49.5067589 PM EXCEL.EXE 3352 RegCloseKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd SUCCESS
4 4:33:15.0739836 PM EXCEL.EXE 3352 RegOpenKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd NAME NOT FOUND Desired Access: Read
5 4:33:15.0741476 PM EXCEL.EXE 3352 RegOpenKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd NAME NOT FOUND Desired Access: Read
6 4:33:15.0743951 PM EXCEL.EXE 3352 RegOpenKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd NAME NOT FOUND Desired Access: Maximum Allowed
7 4:33:15.0745563 PM EXCEL.EXE 3352 RegOpenKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd NAME NOT FOUND Desired Access: Maximum Allowed
8 4:33:15.0750236 PM EXCEL.EXE 3352 RegOpenKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd NAME NOT FOUND Desired Access: Read
9 4:33:15.0751849 PM EXCEL.EXE 3352 RegOpenKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd NAME NOT FOUND Desired Access: Read
10 4:33:15.0754185 PM EXCEL.EXE 3352 RegOpenKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd NAME NOT FOUND Desired Access: Maximum Allowed
11 4:33:15.0755724 PM EXCEL.EXE 3352 RegOpenKey HKCU\Software\Classes\AddIn.3dc5c2013b3c4269b61202cd8831bfcd NAME NOT FOUND Desired Access: Maximum Allowed
--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To post to this group, send email to exce...@googlegroups.com.
To unsubscribe from this group, send email to exceldna+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/exceldna?hl=en.