对 COM 组件的调用返回了错误 HRESULT E_FAIL

时间:2022-04-08 18:30:29
最近在网上下了一个C#和Flash通信的例子,可是我在运行的时候出现了以下的问题,网上的方法都试过了,都不行,请大侠解救一下。。大侠如果需要源程序,可以发邮件向我索取:jojinshallar@qq.com。



未处理 System.Runtime.InteropServices.COMException
  Message="对 COM 组件的调用返回了错误 HRESULT E_FAIL。"
  Source="Interop.ShockwaveFlashObjects"
  ErrorCode=-2147467259
  StackTrace:
       在 ShockwaveFlashObjects.IShockwaveFlash.CallFunction(String request)
       在 AxShockwaveFlashObjects.AxShockwaveFlash.CallFunction(String request)
       在 WindowsApplication1.Form2.Form2_Load(Object sender, EventArgs e) 位置 C:\Documents and Settings\sanhao\桌面\WindowsApplication1\WindowsApplication1\Form2.cs:行号 28
       在 System.Windows.Forms.Form.OnLoad(EventArgs e)
       在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
       在 System.Windows.Forms.Control.set_Visible(Boolean value)
       在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       在 System.Windows.Forms.Application.Run(Form mainForm)
       在 WindowsApplication1.Program.Main() 位置 C:\Documents and Settings\sanhao\桌面\WindowsApplication1\WindowsApplication1\Program.cs:行号 17
       在 System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
       在 System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
       在 Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       在 System.Threading.ThreadHelper.ThreadStart()

3 个解决方案

#1


我也有这个问题。照网上那些高手说的做法也不行。“http://www.cnblogs.com/happycatherin/archive/2007/09/01/878470.html”
盼高手来解决。

#2


我清理下项目就行 了。

#3


极可能是flex在调用时没有初始化

#1


我也有这个问题。照网上那些高手说的做法也不行。“http://www.cnblogs.com/happycatherin/archive/2007/09/01/878470.html”
盼高手来解决。

#2


我清理下项目就行 了。

#3


极可能是flex在调用时没有初始化