System.Runtime.InteropServices.COMException (0x80004005): 对 COM 组件的调用返回了错误 HRESU

问题描述

在ESRI.ArcGIS.Display.ServerStyleGalleryClass.AddFile(Stringpath)在SWRLApp.MainFrm.CallRepresent2(IFeatureLayerfeatureLayer,IWorkspaceworkSpace)在SWRLApp.MainFrm.btOpen_Click(Objectsender,EventArgse)在DevComponents.DotNetBar.BaseItem.RaiseClick(eEventSourcesource)在DevComponents.DotNetBar.BaseItem.InternalMouseUp(MouseEventArgsobjArg)在DevComponents.DotNetBar.PopupItem.InternalMouseUp(MouseEventArgsobjArg)在DevComponents.DotNetBar.ButtonItem.InternalMouseUp(MouseEventArgsobjArg)在DevComponents.DotNetBar.BaseItem.InternalMouseUp(MouseEventArgsobjArg)在DevComponents.DotNetBar.ItemContainer.InternalMouseUp(MouseEventArgsobjArg)在DevComponents.DotNetBar.ItemControl.OnMouseUp(MouseEventArgse)在DevComponents.DotNetBar.RibbonBar.OnMouseUp(MouseEventArgse)在System.Windows.Forms.Control.WmMouseUp(Message&m,MouseButtonsbutton,Int32clicks)在System.Windows.Forms.Control.WndProc(Message&m)在System.Windows.Forms.ScrollableControl.WndProc(Message&m)在System.Windows.Forms.ContainerControl.WndProc(Message&m)在DevComponents.DotNetBar.ItemControl.WndProc(Message&m)在System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&m)在System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&m)在System.Windows.Forms.NativeWindow.Callback(IntPtrhWnd,Int32msg,IntPtrwparam,IntPtrlparam)**************已加载的程序集**************mscorlib程序集版本:2.0.0.0Win32版本:2.0.50727.4016(NetFxQFE.050727-4000)基本代码:file:///E:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------

解决方案

解决方案二:
ArcGIS有没有安装好,重新引用下。
解决方案三:
安装好了的,就是在软件加载地图的时候总是出现《System.Runtime.InteropServices.COMException(0x80004005):对COM组件的调用返回了错误HRESULTE_FAIL》
解决方案四:
安装好了的,就是用《SWRLApp>软件加载地图的时候就出现《System.Runtime.InteropServices.COMException(0x80004005):对COM组件的调用返回了错误HRESULTE_FAIL》
解决方案五:
顶一个

时间: 2024-12-02 23:13:01

System.Runtime.InteropServices.COMException (0x80004005): 对 COM 组件的调用返回了错误 HRESU的相关文章

System.Runtime.InteropServices.COMException (0x80040154)错误

用windwos服务.owc.excle组件生成Excel文档,然后通过邮件自动发生给公司管理层,本来在本地测试.配置都正常,但是部署到Window 2003服务器上,服务启动后,日志文件记录程序出错,错误如下所示System.Runtime.InteropServices.COMException(0x80040154): 检索 COM 类工厂中 CLSID 为 {00024500-0000-0000-C000-000000000046} 的组件时失败,原因是出现以下错误: 80040154.

关于c#生成word的问题 System.Runtime.InteropServices.COMException

问题描述 单个或者批量执行中的第一条没有问题,只要cShape用过一次就报错误.System.Runtime.InteropServices.COMException"类型的未经处理的异常在ModelPrint.exe中发生其他信息:对COM组件的调用返回了错误HRESULTE_FAIL.privatevoidquerendan_Click(boolprintModel,stringprintName,stringhetongId,stringhetongName,stringhetongCon

System.Runtime.InteropServices.COMException (0x8004E00F): COM+ 无法与 Microsoft 分布式事务协调程序交谈 (异常来自 HRESU

错误信息: System.Runtime.InteropServices.COMException (0x8004E00F): COM+ 无法与 Microsoft 分布式事务协调程序交谈 (异常来自 HRESULT:0x8004E00F) 解决方案: 1.删除注册表中的键:     HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/MSDTC HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MSDTC HKEY

System.Runtime.InteropServices.COMException (0x8000FFFF): 灾难性故障 (异常来自 HRESULT:0x

问题描述 System.Runtime.InteropServices.COMException(0x8000FFFF):灾难性故障(异常来自HRESULT:0x8000FFFF(E_UNEXPECTED))在MS.Win32.UnsafeNativeMethods.ITfKeystrokeMgr.TestKeyDown(Int32wParam,Int32lParam,Boolean&eaten)在System.Windows.Input.TextServicesContext.Keystrok

System.Runtime.InteropServices.COMException的解决方法_实用技巧

完美解决"换另一台电脑上用VS2008继续开发web项目时出现 "System.Runtime.InteropServices.COMException",然后是加载不了项目." 只需要打开项目配置文件*.csproj,将<UseIIS>True</UseIIS> 改为 False,然后可以正常加载项目,接着重新配置为正常的IIS.

Interop.DSOFramer,调用DSOFramer._FramerControl.ReplaceText方法时出现对 COM 组件的调用返回了错误

问题描述 对COM组件的调用返回了错误HRESULTE_FAIL.在DSOFramer._FramerControl.ReplaceText(StringstrSearchText,StringstrReplaceText,Int32lGradation)在AxDSOFramer.AxFramerControl.ReplaceText(StringstrSearchText,StringstrReplaceText,Int32lGradation)在CSFramework4.detectionm

axwebbrowser.hwnd返回&amp;amp;#x27;对 COM 组件的调用返回了错误 HRESULT E_FAIL&amp;amp;#x27;

问题描述 usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingmshtml;namespaceBHOBrowser{publicpartialclassForm1:Form{publicForm1(){In

c#2005调用Grid++Report时出现”对 COM 组件的调用返回了错误 HRESULT E_FAIL。”

问题描述 列头已经设置好了,在追加数据集时.Report.DetailGrid.Recordset.Append();用到这条语句时出现对COM组件的调用返回了错误HRESULTE_FAIL.请各位大侠帮忙! 解决方案 解决方案二:试试将程序改到32位模式解决方案三:你的意思是说只能在32位运行?解决方案四:在线等!急!!!解决方案五:你没看说明吗,这玩意只能32为模式运行呢,但不是说只能在32位平台,32为模式编译,运行还是可以在64位平台的

c# aspx h-创建控件时出错,对COM组件的调用返回了错误 HRESULT E_FAIL

问题描述 创建控件时出错,对COM组件的调用返回了错误 HRESULT E_FAIL 问题背景为: 打开已有的web工程,所有的aspx设计页面空间都是报"创建控件时出错,对COM组件的调用返回了错误 HRESULT E-fail"的错误,无法进行编辑,但通过vs2013新建web工程,然后把代码赋值过去后打开能正常看到控件,由于是同一客户机打开一种不能显示,一种可以正常显示,所以应该不是权限设置的问题,希望大神帮忙分析一下,谢谢! 解决方案 强制你的程序编译为32bit看看.可能是你