Logged In: YES
user_id=78421

I've tried running the EchoClient application using Mono 0.30.1.
I rewrote a simple EchoServer in C++ using TAO 1.3 with the
required interface. When I start the client I get the
following error-message:

Exception: System.Runtime.Remoting.RemotingException: Cannot
create channel sink to connect to URL IOR:010000000d
00000049444c3a4563686f3a312e3000000000020000000000000068000000010102000c0000003139322e3136382e302e3100308000001b0
0000014010f005253547f7e4b404e4109000000000001000000010000000002000000000000000800000001000000004f4154010000001400
000001da8440010001000000000009010100000000000000000078000000010102001c00000032302e35372d3230312d38302e6164736c2e7
36b796e65742e6265003080404e1b00000014010f005253547f7e4b404e410900000000000100000001000000000200000000000000080000
0001000000004f415401000000140000000100000001000100000000000901010000000000
. An appropriate channel has probably not been registered.
in <0x00079>
System.Runtime.Remoting.RemotingServices:GetClientChannelSinkChain
(string,object,string&)
in <0x000c9>
System.Runtime.Remoting.RemotingServices:GetOrCreateClientIdentity
(System.Runtime.Remoting.ObjRef,S
ystem.Type,object&)
in <0x0001b>
System.Runtime.Remoting.RemotingServices:GetRemoteObject
(System.Runtime.Remoting.ObjRef,System.Type
)
in <0x00047>
System.Runtime.Remoting.RemotingServices:Connect
(System.Type,string)
in <0x00010> System.Activator:GetObject (System.Type,string)
in <0x00113> Remoting.Corba.Examples.EchoClient.App:Main
(string[])

So, I started the server, copied the file containing the IOR
to the EchoClient directory, and fired up mono EchoClient
echo.ior.