Posts

Showing posts from June, 2006

Resolviendo "The underlying connection was closed: An unexpected error occurred on a send." (Webservices)

Tomado de http://weblogs.asp.net/jan/archive/2004/01/28/63771.aspx Algunas veces cuando se invoca un webservice la llamada falla con el siguiente error: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at ... In some cases the first call to the webservice works just fine, but if in the following few minutes no new call to the webservice is made, the next call would throw the exception shown above. This problem could be solved by altering the generated proxy class; in the GetWebRequest function the KeepAlive property must be set to false. This can be accomplished by following these steps: Add a Web Reference using the normal way (if you haven't already add

Evento publico de CITICR

El próximo 15 de julio se llevará a cabo una sessión más de CITICR, la Comunidad de Infraestructura en Tecnología de la Información de Costa Rica, la agenda es la siguiente: Fecha: Sábado 15 de julio de 2006 Hora: 7:45 a.m. – 12:00 p.m. Lugar: Hotel Corobici Salón: Corcovado Dirección: Contiguo Agencia Nissan en la Sabana 7:45 a.m. - 8:15 a.m. Registro 8:15 a.m. - 8:30 a.m. Keynote: Windows Server 2003 R2 Conferencista: Felipe Román 8:30 a.m. - 10:00 a.m. Clustering de SQL Server con Virtual Server 2005 R2 Conferencista: Carlos Rojas - Microsoft MVP 10:00 a.m. - 10:30 a.m. Coffee Break 10:30 a.m. - 12:00 p.m. Visual Studio 2005 Team System en el Desarrollo Integral de Aplicaciones Conferencista: Eduardo Castro - Microsoft MVP 12:00 p.m. Cierre La suscripción a la comunidad es gratuita y al asociarte participas en un espacio virtuoso de aprendizaje continuo. Suscríbete a la comunidad en nuestro sitio: http://www.citicr.org/

Architectura de Software

Les recomiendo que accesen el sitio http://www.architecturejournal.net en este encontran varios artículos muy interesantes para aprender sobre diseño de software