hola amigos tengo un Aplicativo que tiene como presentacion un WinForms que hace una llamada a un Web Services y este llama a un Componente COM+ .NET ... ahora cuando registro mis dll al server com+ y al GAC todo sale muy bien.
a excepto de este problema:
Reciente he creado un metodo en mi COM+ y en mi WS pero cuando lo llamo desde mi capa de presentacion me sale el siguiente error:
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.MissingMethodException: Method not found: System.Data.DataSet SICOF.DL.DALC.Facturacion.FacturaEstacionamiento.GetFacturaEstacionamiento(Int32).
alguien me puede ayudar.
Gracias |