Server Error in '/' Application.
Creating an instance of the COM component with CLSID {00024500-0000-0000-C000-000000000046} from the IClassFactory failed due to the following error: 8001010a.
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: Creating an instance of the COM component with CLSID {00024500-0000-0000-C000-000000000046} from the IClassFactory failed due to the following error: 8001010a.
Source Error:
Line 97: '列数
Line 98:
Line 99: m_xlApp = New Microsoft.Office.Interop.Excel.Application()
Line 100:
Line 101: m_xlApp.DisplayAlerts = False
|
Source File: D:\WebCode\SKU\App_Code\Common.vb Line: 99
Stack Trace:
[COMException (0x8001010a): Creating an instance of the COM component with CLSID {00024500-0000-0000-C000-000000000046} from the IClassFactory failed due to the following error: 8001010a.] Common.ImportExcel(DataTable tmpDataTable, String strFileName, String imgColumnName, Int32 imgWidth, Int32 imgHeight, Boolean isByte, Int32 Start_Row) in D:\WebCode\SKU\App_Code\Common.vb:99 web_code_Drawing_Module_Drawing_Search.lnkbtnExport_Click(Object sender, EventArgs e) in D:\WebCode\SKU\web_code\Drawing_Module\Drawing_Search.aspx.vb:363 System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +118 System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +113 System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +9 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +176 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563 |