XLToolbox icon indicating copy to clipboard operation
XLToolbox copied to clipboard

Could not load file or assembly 'CBPrefs, Version=11.1.4716.0, Culture=neutral, PublicKeyToken=eb03ba481455f998' or one of its dependencies. El sistema no puede encontrar el archivo especificado.

Open bovender opened this issue 5 years ago • 0 comments

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

Exception:

System.IO.FileNotFoundException: Could not load file or assembly 'CBPrefs, Version=11.1.4716.0, Culture=neutral, PublicKeyToken=eb03ba481455f998' or one of its dependencies. El sistema no puede encontrar el archivo especificado.
File name: 'CBPrefs, Version=11.1.4716.0, Culture=neutral, PublicKeyToken=eb03ba481455f998'
   at CBRecalcCounterFN()
   at Microsoft.Office.Interop.Excel._Worksheet.set_Name(String RHS)
   at XLToolbox.WorkbookStorage.Store.CreateStoreWorksheet() in X:\Code\xltoolbox\NG\XLToolbox\WorkbookStorage\Store.cs:line 543
   at XLToolbox.WorkbookStorage.Store.get_StoreSheet() in X:\Code\xltoolbox\NG\XLToolbox\WorkbookStorage\Store.cs:line 134
   at XLToolbox.WorkbookStorage.Store.ReadFromWorksheet() in X:\Code\xltoolbox\NG\XLToolbox\WorkbookStorage\Store.cs:line 468
   at XLToolbox.WorkbookStorage.Store..ctor(Workbook workbook) in X:\Code\xltoolbox\NG\XLToolbox\WorkbookStorage\Store.cs:line 205
   at XLToolbox.Export.ViewModels.SettingsViewModelBase.LoadExportPath() in X:\Code\xltoolbox\NG\XLToolbox\Export\ViewModels\SettingsViewModelBase.cs:line 174
   at XLToolbox.Export.ViewModels.SingleExportSettingsViewModel.DoChooseFileName() in X:\Code\xltoolbox\NG\XLToolbox\Export\ViewModels\SingleExportSettingsViewModel.cs:line 338
   at Bovender.Mvvm.DelegatingCommand.Execute(Object parameter) in X:\Code\bovender\Bovender\Mvvm\DelegatingCommand.cs:line 121

AVS: El registro del enlace de ensamblado está desactivado.
Para habilitar el registro de errores del enlace de ensamblado, establezca el valor de Registro [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) como 1.
Nota: existe una disminución del rendimiento asociada registro de errores del enlace de ensamblado.
Para desactivar esta característica, elimine el valor de Registro [HKLM\Software\Microsoft\Fusion!EnableLog].

Message: Could not load file or assembly 'CBPrefs, Version=11.1.4716.0, Culture=neutral, PublicKeyToken=eb03ba481455f998' or one of its dependencies. El sistema no puede encontrar el archivo especificado.

Environment

Parameter Value
Version 7.3.4
OS Microsoft Windows NT 10.0.18362.0, 64-bit
Excel 365 (16.0.13001), 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 38091ad80c465e48a3bd28069231d8d1ceda209852aa06b41fb171ea13582f3d

bovender avatar Jul 19 '20 15:07 bovender