C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
8,177 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, I have a software (.NET C#) that access a COM object.
When I run the program, it crashes with the error message RPC Server is unavailable (0x800706BA).
The time of the crash is differently, sometime after over 100 times accessing the COM object, sometime under 100 times accessing the COM object.
I've checked that the RPC services are running automatically.
What can it be?
Best regards, Eddy