Quantcast
Channel: #Zyan Communication Framework
Viewing all articles
Browse latest Browse all 665

New Post: [en] Setting up an IPC client/server connection

$
0
0
Hi Dave,

looks like your component class doesn't match the interface.
Make sure your class implements the interface:
PublicInterface IEngineLink
    Sub SendEngineCommand ...
EndInterfacePublicClass EngineLink
    Implements IEngineLink `<--- this line is important!
    ...
    PublicSub SendEngineCommand
      ...
    EndSubEndClass
Also, I think that the problem may be related to case sensitivity.
Visual Basic is not case sensitive, but C# and Zyan are case-sensitive.
In your debug session I see camel-cased method name, which is not common in .NET code:
MethodName = "sendEngineCommand"
Make sure that this method is named exactly the same in your interface and component class
so it's either sendEngineCommand or SendEngineCommand in both of them.

Let me know if it helps.
yallie

Viewing all articles
Browse latest Browse all 665

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>