Configuration files

  • Thread starter Thread starter Diego F.
  • Start date Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top