Foros del Web » Programando para Internet » ASPX (.net) »

.NET Remoting

Estas en el tema de .NET Remoting en el foro de ASPX (.net) en Foros del Web. Alguien me puede ayudar con este error: Código: This remoting proxy has no channel sink which means either the server has no registered server channels ...
  #1 (permalink)  
Antiguo 11/09/2008, 16:48
 
Fecha de Ingreso: septiembre-2008
Mensajes: 3
Antigüedad: 15 años, 7 meses
Puntos: 0
.NET Remoting

Alguien me puede ayudar con este error:

Código:
This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Runtime.Remoting.RemotingException: This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server.

Source Error: 
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 


Stack Trace: 

[RemotingException: This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server.]
   System.Runtime.Remoting.Proxies.RemotingProxy.InternalInvoke(IMethodCallMessage reqMcmMsg, Boolean useDispatchMessage, Int32 callType) +1129
   System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(IMessage reqMsg) +274
   System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +647
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +0
   FondoPensiones.Reportes.Mensual.Bajas.Reporte_Bajas.LlenarMensualBajas(String IdMes, String selecAnio) +470
   FondoPensiones.Reportes.Mensual.Bajas.Reporte_Bajas.Page_Load(Object sender, EventArgs e) +108
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750


Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
O sugerencias de que configuracion editar...

Gracias...
  #2 (permalink)  
Antiguo 17/09/2008, 03:56
 
Fecha de Ingreso: septiembre-2007
Mensajes: 34
Antigüedad: 16 años, 7 meses
Puntos: 4
Respuesta: .NET Remoting

Si el servidor hace una llamada de retorno y no hay cliente que escuche te salta ese error. Puedes probar a registrar un cliente con

ChannelServices.RegisterChannel

Otro truco es establecer el puerto del cliente en "0" (cero). Ello hace que el framework establezca automáticamente el más adecuado.

Fuentes:
http://www.cookcomputing.com/blog/archives/000308.html

http://social.msdn.microsoft.com/For...-eac4e76ea150/
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 20:46.