bovender / XLToolbox

Daniel's XL Toolbox is an open-source add-in for Excel(R) that assists with scientific and technical data analysis and visualization.
https://www.xltoolbox.net
Apache License 2.0
55 stars 10 forks source link

Excel failed to load the legacy Toolbox add-in #885

Open bovender opened 4 years ago

bovender commented 4 years ago

Another report

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

Exception:

XLToolbox.Excel.ExcelException: Excel failed to load the legacy Toolbox add-in ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC
   at Microsoft.Office.Interop.Excel.Workbooks.Open(String Filename, Object UpdateLinks, Object ReadOnly, Object Format, Object Password, Object WriteResPassword, Object IgnoreReadOnlyRecommended, Object Origin, Object Delimiter, Object Editable, Object Notify, Object Converter, Object AddToMru, Object Local, Object CorruptLoad)
   at XLToolbox.Excel.ViewModels.Instance.LoadAddinFromEmbeddedResource(String resourceName) in X:\Code\xltoolbox\NG\XLToolbox\Excel\ViewModels\Instance.cs:line 662
   --- End of inner exception stack trace ---
   at XLToolbox.Excel.ViewModels.Instance.LoadAddinFromEmbeddedResource(String resourceName) in X:\Code\xltoolbox\NG\XLToolbox\Excel\ViewModels\Instance.cs:line 668
   at XLToolbox.Legacy.LegacyToolbox..ctor() in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 65
   at XLToolbox.Legacy.LegacyToolbox.<>c.<.cctor>b__17_0() in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 267
   at System.Lazy`1.CreateValue()
   at System.Lazy`1.LazyInitValue()
   at XLToolbox.Dispatcher.Execute(Command cmd) in X:\Code\xltoolbox\NG\XLToolbox\Dispatcher.cs:line 83

Message: Excel failed to load the legacy Toolbox add-in

Inner exception:

System.Runtime.InteropServices.COMException (0x800A03EC): Exception from HRESULT: 0x800A03EC
   at Microsoft.Office.Interop.Excel.Workbooks.Open(String Filename, Object UpdateLinks, Object ReadOnly, Object Format, Object Password, Object WriteResPassword, Object IgnoreReadOnlyRecommended, Object Origin, Object Delimiter, Object Editable, Object Notify, Object Converter, Object AddToMru, Object Local, Object CorruptLoad)
   at XLToolbox.Excel.ViewModels.Instance.LoadAddinFromEmbeddedResource(String resourceName) in X:\Code\xltoolbox\NG\XLToolbox\Excel\ViewModels\Instance.cs:line 662

Inner exception message: Exception from HRESULT: 0x800A03EC

Environment

Parameter Value
Version 7.3.4
OS Microsoft Windows NT 10.0.18363.0, 64-bit
Excel 365 (16.0.14131), 64-bit
CLR 4.0.30319.42000, 64-bit
VSTO runtime 10.0.60828
ClickOnce False
Bovender 0.18.0.0
FreeImage 3.18.0
Identifier edebeb3b02fec9577396087ebdf51023e7ab158b09855687a9e249d0892df3d2
bovender commented 4 years ago

Another report

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

Exception:

XLToolbox.Excel.ExcelException: Excel failed to load the legacy Toolbox add-in ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC
   at Microsoft.Office.Interop.Excel.Workbooks.Open(String Filename, Object UpdateLinks, Object ReadOnly, Object Format, Object Password, Object WriteResPassword, Object IgnoreReadOnlyRecommended, Object Origin, Object Delimiter, Object Editable, Object Notify, Object Converter, Object AddToMru, Object Local, Object CorruptLoad)
   at XLToolbox.Excel.ViewModels.Instance.LoadAddinFromEmbeddedResource(String resourceName) in X:\Code\xltoolbox\NG\XLToolbox\Excel\ViewModels\Instance.cs:line 662
   --- End of inner exception stack trace ---
   at XLToolbox.Excel.ViewModels.Instance.LoadAddinFromEmbeddedResource(String resourceName) in X:\Code\xltoolbox\NG\XLToolbox\Excel\ViewModels\Instance.cs:line 668
   at XLToolbox.Legacy.LegacyToolbox..ctor() in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 65
   at XLToolbox.Legacy.LegacyToolbox.<>c.<.cctor>b__17_0() in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 267
   at System.Lazy`1.CreateValue()
   at System.Lazy`1.LazyInitValue()
   at XLToolbox.Dispatcher.Execute(Command cmd) in X:\Code\xltoolbox\NG\XLToolbox\Dispatcher.cs:line 83

Message: Excel failed to load the legacy Toolbox add-in

Inner exception:

System.Runtime.InteropServices.COMException (0x800A03EC): Exception from HRESULT: 0x800A03EC
   at Microsoft.Office.Interop.Excel.Workbooks.Open(String Filename, Object UpdateLinks, Object ReadOnly, Object Format, Object Password, Object WriteResPassword, Object IgnoreReadOnlyRecommended, Object Origin, Object Delimiter, Object Editable, Object Notify, Object Converter, Object AddToMru, Object Local, Object CorruptLoad)
   at XLToolbox.Excel.ViewModels.Instance.LoadAddinFromEmbeddedResource(String resourceName) in X:\Code\xltoolbox\NG\XLToolbox\Excel\ViewModels\Instance.cs:line 662

Inner exception message: Exception from HRESULT: 0x800A03EC

Environment

Parameter Value
Version 7.3.4
OS Microsoft Windows NT 10.0.18362.0, 64-bit
Excel 365 (16.0.11929), 64-bit
CLR 4.0.30319.42000, 64-bit
VSTO runtime 10.0.60828
ClickOnce False
Bovender 0.18.0.0
FreeImage 3.18.0
Identifier edebeb3b02fec9577396087ebdf51023e7ab158b09855687a9e249d0892df3d2
bovender commented 3 years ago

Another report

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

Exception:

XLToolbox.Excel.ExcelException: Excel failed to load the legacy Toolbox add-in ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC
   at Microsoft.Office.Interop.Excel.Workbooks.Open(String Filename, Object UpdateLinks, Object ReadOnly, Object Format, Object Password, Object WriteResPassword, Object IgnoreReadOnlyRecommended, Object Origin, Object Delimiter, Object Editable, Object Notify, Object Converter, Object AddToMru, Object Local, Object CorruptLoad)
   at XLToolbox.Excel.ViewModels.Instance.LoadAddinFromEmbeddedResource(String resourceName) in X:\Code\xltoolbox\NG\XLToolbox\Excel\ViewModels\Instance.cs:line 662
   --- End of inner exception stack trace ---
   at XLToolbox.Excel.ViewModels.Instance.LoadAddinFromEmbeddedResource(String resourceName) in X:\Code\xltoolbox\NG\XLToolbox\Excel\ViewModels\Instance.cs:line 668
   at XLToolbox.Legacy.LegacyToolbox..ctor() in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 65
   at XLToolbox.Legacy.LegacyToolbox.<>c.<.cctor>b__17_0() in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 267
   at System.Lazy`1.CreateValue()
   at System.Lazy`1.LazyInitValue()
   at XLToolbox.Dispatcher.Execute(Command cmd) in X:\Code\xltoolbox\NG\XLToolbox\Dispatcher.cs:line 83

Message: Excel failed to load the legacy Toolbox add-in

Inner exception:

System.Runtime.InteropServices.COMException (0x800A03EC): Exception from HRESULT: 0x800A03EC
   at Microsoft.Office.Interop.Excel.Workbooks.Open(String Filename, Object UpdateLinks, Object ReadOnly, Object Format, Object Password, Object WriteResPassword, Object IgnoreReadOnlyRecommended, Object Origin, Object Delimiter, Object Editable, Object Notify, Object Converter, Object AddToMru, Object Local, Object CorruptLoad)
   at XLToolbox.Excel.ViewModels.Instance.LoadAddinFromEmbeddedResource(String resourceName) in X:\Code\xltoolbox\NG\XLToolbox\Excel\ViewModels\Instance.cs:line 662

Inner exception message: Exception from HRESULT: 0x800A03EC

Environment

Parameter Value
Version 7.3.4
OS Microsoft Windows NT 10.0.18363.0, 64-bit
Excel 365 (16.0.14131), 64-bit
CLR 4.0.30319.42000, 64-bit
VSTO runtime 10.0.60828
ClickOnce False
Bovender 0.18.0.0
FreeImage 3.18.0
Identifier edebeb3b02fec9577396087ebdf51023e7ab158b09855687a9e249d0892df3d2