简体   繁体   中英

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.

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. Better ask them which components are safe in multi-threading and which are not.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM