Unhandled Exception
- Dominant language
- C#
- Stars
- 76
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
mark_oxenham[CodePlex]
Version: 1.6.13.2
Description:
Error: System.IO.FileNotFoundException: Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' or one of its dependencies. The system cannot find the file specified.
File name: 'ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73'
at Excel.Core.ZipWorker.Extract(Stream fileStream)
at Excel.ExcelOpenXmlReader.Initialize(Stream fileStream)
at Excel.ExcelReaderFactory.CreateOpenXmlReader(Stream fileStream)
at DataImport.Excel.ExcelImporter.AsDataSet(IImporterSettings settings)
at DataImport.Excel.ExcelImporter.UpdatePreview(IWizardImporterSettings settings)
at DataImport.Excel.FormatOptionsPage.ShowPreview()
at DataImport.Excel.FormatOptionsPage.FormatOptionsPage_SetActive(Object sender, CancelEventArgs e)
at Wizard.UI.WizardPage.OnSetActive(CancelEventArgs e)
at Wizard.UI.WizardSheet.SetActivePage(WizardPage newPage)
at Wizard.UI.WizardSheet.SetActivePage(Int32 pageIndex)
at Wizard.UI.WizardSheet.WizardSheet_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Messageamp m)
at System.Windows.Forms.Control.WndProc(Messageamp m)
at System.Windows.Forms.Form.WndProc(Messageamp m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the stack-trace entry points Excel.Core.ZipWorker.Extract, Excel.ExcelOpenXmlReader.Initialize, and DataImport.Excel.ExcelImporter.AsDataSet. Check how the ICSharpCode.SharpZipLib assembly is supplied to the application and reproduce the failure through the Excel import preview. Done means the preview no longer raises the reported FileNotFoundException.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100