跳到主内容

搜索

搜索

The Server Threw An Exception. (Exception From Hresult: 0X80010105 (Rpc_E_Serverfault))

评论

1 条评论

  • Avatar
    Ian Cummings
    版主
    Normally this sort of error is indicative of an effect from a previous problem rather than a cause. The code has tried to perform an action with the RPC server, (a BarTender process), but that RPC server is either busy, hung or crashed and therefore no longer responding. Hence the error. Have the customer check the BarTender and Windows event logs for useful information or for the existence of BarTender dump files to help diagnose the root cause of the problem.

    Note that the problem with the BarTender process might have occurred before the call that you application makes; it’s simply this later call that reveals the problem with the process.

    It should be noted that in BarTender v10 onwards, when the .NET SDK is used, the IsAlive property of the BarTender Engine() object can be checked before making such calls to better handle exceptions destroying and re-spawning processes as needed.
    0

请先登录再写评论。