简体   繁体   English

请阐明“服务器引发异常。 (来自HRESULT的异常:0x80010105(RPC_E_SERVERFAULT))”

[英]Please clarify the meaning of “The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))”

I am developing a C# Console application, that has nothing to do with the server but it does use a library vcamcomlib which comes with the trial version of e2e vcam. 我正在开发一个与服务器无关的C#控制台应用程序,但它确实使用了e2e vcam试用版随附的库vcamcomlib。

These are my lines of code 这些是我的代码行

refByte = File.ReadAllBytes(@"filepath");

vcam.PlayBuffer(ref refByte[0], 640, 480);//Exception comes here

My program was running fine yesterday, however i started my system today and trying to run it. 我的程序昨天运行良好,但是今天我启动了系统并尝试运行它。 the exception just showed up. 刚刚出现的异常。 Can somebody help? 有人可以帮忙吗? Thanks alot 非常感谢

From this URL , they discussed about the COM interop and thread safety. 他们从该URL讨论了有关COM互操作和线程安全的信息。 Better ask them which components are safe in multi-threading and which are not. 最好询问他们在多线程中哪些组件是安全的,哪些不是。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 打开 xlsx 文件时出现 HRESULT 异常:0x80010105 (RPC_E_SERVERFAULT) - Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT) when opening xlsx file Function...Workbooks.Open() 在打开 excel 到 c# 的.xla 和.xla 插件时失败 - HRESULT:0x80010105 (RPC_E_SERVERFAULT) - Function ...Workbooks.Open() is failed while opening .xla and .xla addins of excel through c# - HRESULT: 0x80010105 (RPC_E_SERVERFAULT) 从.Net调用Visual FoxPro COM对象(进程外)时发生RPC_E_SERVERFAULT? - RPC_E_SERVERFAULT when calling Visual FoxPro COM object (out-of-process) from .Net? 将Excel图表从Excel导入PowerPoint会在某些计算机上导致`RPC_E_SERVERFAULT` - Importing Excel Charts from Excel to PowerPoint causes `RPC_E_SERVERFAULT` on some machines 关闭Word文档时RPC_E_SERVERFAULT - RPC_E_SERVERFAULT when closing Word document 自动化Microsoft Word时的RPC_E_SERVERFAULT - RPC_E_SERVERFAULT when automating Microsoft Word UWP ObservableCollection(来自 HRESULT 的异常:0x8001010E (RPC_E_WRONG_THREAD)) - UWP ObservableCollection (Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD)) (来自HRESULT的异常:0x8001010E(RPC_E_WRONG_THREAD)) - (Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD)) 呼叫被被叫方拒绝了。 (来自HRESULT的异常:0x80010001(RPC_E_CALL_REJECTED)) - Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED)) 如何解决异常:呼叫被被叫方拒绝。 (来自 HRESULT 的异常:0x80010001 (RPC_E_CALL_REJECTED))在 C# 中? - how to solve Exception:Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED)) in C#?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM