Configuration files
C#
1
Posts
1
Posters
0
Views
1
Watching
-
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?
Regards, Diego F.