zoukankan      html  css  js  c++  java
  • 求解:C#.Net 远程方法调用失败 (Exception from HRESULT: 0x800706BE)

    服务器:Windows Server2003 sp2服务器

    客户端:XP SP3

    内容:C#Winform客户端调用服务器的Excel模板生成报表的时候,生成失败,抛出的异常如下:

    TargetInvocationException{
     Source    : mscorlib
     Message   : Exception has been thrown by the target of an invocation.
     Data      : ListDictionaryInternal{}
     HelpLink  : null
     TargetSite: InvokeDispMethod
        at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
        at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
        at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture)
        at CIS.Interop.ComBase.InvokeMethod(String method, Object[] args)
        at CIS.Interop.Microsoft.Excel.ExcelApplication.Run(String macroName, Object[] args)
        at CIS.IS.Data.Manager.ExcelReportMaker.DoWork()
     ************************
     COMException{
      Message   :远程方法调用失败 (Exception from HRESULT: 0x800706BE)
      Data      : ListDictionaryInternal{}
      ErrorCode : -2147023170
      HelpLink  : null
     }
    }

    求解决方法!不胜感激!

  • 相关阅读:
    Maven配置--《maven实战》读书笔记
    设置定时任务
    C#中的==
    C# lock的应用
    JDK和JRE
    末尾不以.OK文件结尾的正则表达式匹配
    ftp访问空目录的返回
    正则表达式的结尾匹配
    匿名对象和匿名类
    匿名内部类的调用
  • 原文地址:https://www.cnblogs.com/aukle/p/3217857.html
Copyright © 2011-2022 走看看