XLToolbox icon indicating copy to clipboard operation
XLToolbox copied to clipboard

Error while invoking [PROPERTYGET, DISPID(0)].

Open bovender opened this issue 4 years ago • 0 comments

This issue was submitted by the add-in's exception handler.

Exception:

System.MissingMemberException: Error while invoking [PROPERTYGET, DISPID(0)].
   at System.Dynamic.ComRuntimeHelpers.CheckThrowException(Int32 hresult, ExcepInfo& excepInfo, UInt32 argErr, String message)
   at CallSite.Target(Closure , CallSite , ComObject , Int32 )
   at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
   at XLToolbox.Excel.ViewModels.SelectionViewModel.ComputeBounds() in X:\Code\xltoolbox\NG\XLToolbox\Excel\ViewModels\SelectionViewModel.cs:line 287
   at XLToolbox.Export.Models.SingleExportSettings.CreateForSelection(Preset preset) in X:\Code\xltoolbox\NG\XLToolbox\Export\Models\SingleExportSettings.cs:line 63
   at XLToolbox.Export.QuickExporter.ExportSelection() in X:\Code\xltoolbox\NG\XLToolbox\Export\QuickExporter.cs:line 50
   at XLToolbox.Dispatcher.Execute(Command cmd) in X:\Code\xltoolbox\NG\XLToolbox\Dispatcher.cs:line 63

Message: Error while invoking [PROPERTYGET, DISPID(0)].

Environment

Parameter Value
Version 7.3.4
OS Microsoft Windows NT 10.0.10240.0, 64-bit
Excel 365 (16.0.4534), 64-bit
CLR 4.0.30319.42000, 64-bit
VSTO runtime 10.0.60301
ClickOnce False
Bovender 0.18.0.0
FreeImage 3.18.0
Identifier a31ed743931c0b8a9f962bc540153285f0a102ced17318349b2574338b653b69

bovender avatar May 24 '20 15:05 bovender