HOME > .NET Framework > Forum > ผมพัฒนาระบบระบบหนึ่งใช้ภาษา c# ASP.Net มีการ create และ read ไฟล excel ถามเรื่องการใช้งาน Excel บน Windows Server 2003 หน่อยครับ
ผมพัฒนาระบบระบบหนึ่งใช้ภาษา c# ASP.Net มีการ create และ read ไฟล excel ถามเรื่องการใช้งาน Excel บน Windows Server 2003 หน่อยครับ
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
Source Error:
Line 96: Excel.Worksheet NwSheet;
Line 97: Excel.Range ShtRange;
Line 98: appExl = new Excel.Application();
Line 99: workbook = appExl.Workbooks.Open(Server.MapPath("Data/" + FileUpload1.FileName), Missing.Value, Missing.Value,
Line 100: Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value,