New Post: [en] Setting up an IPC client/server connection
Hello Dave, everything is basically just the same. The only difference is that you use IpcBinaryClient/ServerProtocolSetup instead of TcpDuplexClient/ServerProtocolSetup. Here is the code:...
View ArticleNew Post: [en] Setting up an IPC client/server connection
Thanks Yallie - I'm almost there with this. Looking good. Just got to deal with "Method not found:" exception when calling a function on the proxy at the client. Intellisense shows the function on...
View ArticleNew Post: [en] Setting up an IPC client/server connection
More info for you: I have 2 Functions and one Sub (I'm using vb.net) on the proxy/interface. The functions return 1) a Boolean and 2) a serializable object. They take no parameters and work fine. The...
View ArticleNew Post: [en] Setting up an IPC client/server connection
Hi Dave, looks like your component class doesn't match the interface. Make sure your class implements the interface:PublicInterface IEngineLink Sub SendEngineCommand ... EndInterfacePublicClass...
View ArticleNew Post: [en] Setting up an IPC client/server connection
Damn it !! What an idiot!I’d never realised that the function/sub names in the implementation had to be spot on with the function/sub names in the interface…So I was using : PublicSub...
View ArticleNew Post: [en] Setting up an IPC client/server connection (solved)
Ah, that's very interesting. Your implementation explicitly renames interface methods, we've never dealt with that before. I think that it's possible for Zyan to remap methods using implementation...
View ArticleCreated Issue: [en] Explicit interface implementations [2088]
Here is an example that confuses Zyan (submitted by [davegrafton](https://www.codeplex.com/site/users/view/davegrafton)):```VBPublic Sub execEngineCommand(commsPacket As CommsInfoEx) _ Implements...
View ArticleEdited Issue: [en] Explicit interface implementations [2088]
Here is an example that confuses Zyan (submitted by [davegrafton](https://www.codeplex.com/site/users/view/davegrafton)):```VBPublic Sub execEngineCommand(commsPacket As CommsInfoEx) _ Implements...
View ArticleNew Post: [en] Projects using Zyan Framework
Hi all, yallie asked if I'd share our experiences of using Zyan with the user base. We're using the Zyan Framework to connect several parts of our suite of Risk Management products together, to give...
View ArticleUpdated Wiki: Home
Project descriptionZyan is a framework that simplifies development of distributed applications.With Zyan you can publish every .NET class for remote access over the network.Zyan is highly customizable...
View ArticleCreated Issue: [en] TcpEx: Connection.IsLocalHost fails [2092]
This issue is extremely rare:NullReferenceException at Zyan.Communication.Protocols.Tcp.DuplexChannel.Connection.get_IsLocalHost() at...
View ArticleEdited Issue: [en] TcpEx: Connection.IsLocalHost fails [2092]
This issue is extremely rare:NullReferenceException at Zyan.Communication.Protocols.Tcp.DuplexChannel.Connection.get_IsLocalHost() at...
View ArticleSource code checked in, #35104
[en] Fixed an issue with Connection.IsLocalHost property (#2092).
View ArticleClosed Issue: [en] TcpEx: Connection.IsLocalHost fails [2092]
This issue is extremely rare:NullReferenceException at Zyan.Communication.Protocols.Tcp.DuplexChannel.Connection.get_IsLocalHost() at...
View ArticleNew Post: [en] Projects using Zyan Framework
我们在中国 为 电脑销售行业开发进销存软件。 使用了zyan的通讯功能。现在想扩展一个更稳定的类似实时聊天的功能。请问您能给我们提供一些帮助吗?
View ArticleNew Post: [en] Projects using Zyan Framework
Thanks everyone for contributing to this thread! I'd like to ask posting in English, please. Here is an automated translation of the last post: We develop in China invoicing software for the computer...
View ArticleNew Post: [zh] 关于发布于订阅的问题?我如果如要向指定客户端推送指定信息该如何做 ?
Hi, I've translated your post to English using an online translator: About issue in subscription question? How if I like do have to assign the client side push to assign the information to be supposed...
View ArticleNew Post: This framework is very good. I can provide you with a set of...
This framework is very good. I can provide you with a set of Chinese documents. Our business is complex analysis requires some time. After you want to get in touch, and distribute these documents to...
View Article