我们的接口需要返回一个gird++生成PDF文件的二进制数据,在本地测试都很好,发布到服务器上一直出现“Retrieving the COM class factory for component with CLSID”问题. 最后终于找到问题的解决方法:把程序池里的Enable 32-Bit Applications 设置为True 另外 附上代码 public struct MatchFieldPairType { public IGRField grField; public int Ma…
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005. 1:在“组件服务”中 依次找到 "组件服务"->"计算机"->"我的电脑"->"DCOM配置".运行"中输入dcomc…
[Excel]Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046}: 1.首先确保你的服务器上正确安装了excel 2.确保你的服务器上注册了COM组建 搜索OWC11.dll,如果没有,重新安装office 3.解决方法1: 1)运行dcomcnfg打开组件服务 2)依次展开"组件服务"->"计算机"->"…
1. Exeption Error: System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {877AA945-1CB2-411C-ACD7-C70B1F9E2E32} failed due to the following error: 80040154. solution: It means the class id…
环境及异常信息说明 环境说明: Win2008 R2 企业版 x64 .IIS 7.0 功能说明:服务端操作Excel,(上传Excel到服务器,并在服务器端读取Excel中的数据) 异常信息:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 拒绝访问. (Excep…
异常信息:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 拒绝访问. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)). 由于用户没有操作excel的权限,需要通过如下操作对 Microsoft Excel…
环境说明: Win2008 R2(中文版) x64 .IIS 7.0 功能说明:上传Excel到服务器,并在服务器端读取Excel中的数据: 异常信息:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 拒绝访问. (Exception from HRESULT: 0x…
异常:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005. 解决方法:服务器上:“控制面板”——“管理工具”——“组件服务”——“我的电脑”——“DCOM配置”——“Microsoft Excel Application”——右击“属性”——“启用和激活权限”选择“自定…
异常信息如下 捕获到执行这句时异常: Excel.Application ep = new Excel.ApplicationClass(); Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 8000401a. 解决: com组件中修改如下…
这几天在写一个导出word的功能,使用 Microsoft.Vbe.Interop.dll和Office.dll 在本地都可以正常运行,但是上传到服务器后就报错,如下图: 对于此问题,也在网上查了一些资料,原因就是 这个服务组件的权限问题. 在服务器上,首先需要安装OFFICE软件 1,运行dcomcnfg打开组件服务 2,依次展开"组件服务"->"计算机"->"我的电脑"->"DCOM配置" 3,找到&qu…