

- MICROSOFT OFFICE INTEROP EXCEL DLL VERSION 12.0.0.0 CODE
- MICROSOFT OFFICE INTEROP EXCEL DLL VERSION 12.0.0.0 PC
MICROSOFT OFFICE INTEROP EXCEL DLL VERSION 12.0.0.0 PC
The file was confirmed to exist and was just loose on the user's PC at C.


It looks like the workbook cannot be opened. This is often an indication that other memory is corrupt.Īt .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) The error that the user gets is: Exception= 'System.AccessViolationException: Attempted to read or write protected memory. I logged the users version as Excel 9.0 (which is 2000). Worksheet excelWorksheet = (.Worksheet)excelSheets.get_Item( 1) Sheets excelSheets = excelWorkbook.Worksheets Workbook excelWorkbook = _(workbookPath, 0, true, 5, "", "", true, .XlPlatform.xlWindows, "", false, false, 0, true, false, false) ApplicationClass _excelApp = new .ApplicationClass()
MICROSOFT OFFICE INTEROP EXCEL DLL VERSION 12.0.0.0 CODE
In my code I try to open a worksheet like so: using On my machine I have installed Excel 2007. I added a reference to my app to .dll, version. I am no Excel interop expert so hopefully you guys can help me out. One of my users is having an issue when trying to open an Excel file through my C# app.Įverything works ok when I run it from my machine and it works for other users.
