by degiocuondi.com
24. January 2011 08:39
Retrieving the COM class factory for component with CLSID {00020906-0000-0000-C000-000000000046} failed due to the following error: 80080005.
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 {00020906-0000-0000-C000-000000000046} failed due to the following error: 80080005.
Source Error:
Line 29: object nullobj = System.Reflection.Missing.Value;
Line 30: object saveFormat = Word.WdSaveFormat.wdFormatPDF;
Line 31: Word.Document doc = new Microsoft.Office.Interop.Word.Document();
Line 32:
Line 33: try
|
Source File: D:\Projects\Quanlythitracnghiem\www\cube\LtTest.Web\Code\Word.cs Line: 31
Nếu server 64 thì tạo thư mục
C:\Windows\SysWOW64\config\systemprofile\Desktop
Nếu server 32 thì tạo thư mục
C:\Windows\System32\config\systemprofile\Desktop
Kiểm tra thêm web.config
<identity impersonate="true" userName="useradmin" password="pass"/>
Trong đó useradmin là user được cấp đủ quyền thực thi. Cấp role administrators cho khỏe.