> I'm trying to write a client program in c# to communicate with omniorb.
> Anyone here can give some kind of hints?
Borland had a CORBA implementation in C# Builder called Janeva once, but C#
Builder has since been subsumed into Delphi and AFAICT Janeva isn't
available separately.
Remoting.Corba is an open source project that aims to bring CORBA to .NET.
It's still in beta, but it looks promising:
http://sourceforge.net/projects/remoting-corba/

Signature
J.
Kun Niu - 28 Feb 2008 01:14 GMT
Thanks.
I'll have a look at it first.
> > I'm trying to write a client program in c# to communicate with omniorb.
> > Anyone here can give some kind of hints?
[quoted text clipped - 6 lines]
> It's still in beta, but it looks promising:
> http://sourceforge.net/projects/remoting-corba/
> I'm trying to write a client program in c# to communicate with omniorb.
> Anyone here can give some kind of hints?
I have never used it myself, but I have seen it mentioned
a couple of times:
http://iiop-net.sourceforge.net/
Arne
Kun Niu - 28 Feb 2008 01:15 GMT
I'll be of great interest if I can run it on Linux.
Thanks.
> > I'm trying to write a client program in c# to communicate with omniorb.
> > Anyone here can give some kind of hints?
[quoted text clipped - 4 lines]
>
> Arne
Arne Vajhøj - 28 Feb 2008 01:29 GMT
>>> I'm trying to write a client program in c# to communicate with omniorb.
>>> Anyone here can give some kind of hints?
>> I have never used it myself, but I have seen it mentioned
>> a couple of times:
>> http://iiop-net.sourceforge.net/
> I'll be of great interest if I can run it on Linux.
It states that it runs with Mono, so ...
Arne
Kun Niu - 28 Feb 2008 04:57 GMT
Thank you for your reply.:)
It seems that it is what I want.
I'll try if it is stable enough.
> >>> I'm trying to write a client program in c# to communicate with omniorb.
> >>> Anyone here can give some kind of hints?
[quoted text clipped - 6 lines]
>
> Arne