D
Diego F.
Hello. I can't find the proper configuration file to that:
Dim chan As New TcpChannel(9999)
ChannelServices.RegisterChannel(chan, True)
RemotingConfiguration.RegisterWellKnownServiceType(GetType(objetoRemoto.RemotingSamples.HelloServer),
"SayHello", WellKnownObjectMode.SingleCall)
I try with many app.config files that found in remoting articles, but all of
them fails in runtime.
What is the correct file to the lines above?
Dim chan As New TcpChannel(9999)
ChannelServices.RegisterChannel(chan, True)
RemotingConfiguration.RegisterWellKnownServiceType(GetType(objetoRemoto.RemotingSamples.HelloServer),
"SayHello", WellKnownObjectMode.SingleCall)
I try with many app.config files that found in remoting articles, but all of
them fails in runtime.
What is the correct file to the lines above?