Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/08/2008, 11:12
homess
 
Fecha de Ingreso: junio-2008
Mensajes: 12
Antigüedad: 15 años, 10 meses
Puntos: 1
Pregunta Unable to read data from the transport connection

saludos

tengo un problema obtengo este error cuando trato de conectar un manejador de contenidos desde visual studio express (VWD) con postgresql 8.1.3 desde windows xp


Server Error in '/sitiopostgresql' Application.
--------------------------------------------------------------------------------

Unable to read data from the transport connection: Se ha forzado la interrupción de una conexión existente por el host remoto.
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: PostgreSql.Data.PostgreSqlClient.PgException: Unable to read data from the transport connection: Se ha forzado la interrupción de una conexión existente por el host remoto.

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:


[PgException (0x80004005): Unable to read data from the transport connection: Se ha forzado la interrupción de una conexión existente por el host remoto.]
PostgreSql.Data.PostgreSqlClient.PgConnectionInter nal.Connect() +68
PostgreSql.Data.PostgreSqlClient.PgConnectionPool. Create() +46
PostgreSql.Data.PostgreSqlClient.PgConnectionPool. CheckOut() +175
PostgreSql.Data.PostgreSqlClient.PgConnection.Open () +114
Microsoft.ApplicationBlocks.Data.SqlHelperParamete rCache.DiscoverSpParameterSet(PgConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) +196
Microsoft.ApplicationBlocks.Data.SqlHelperParamete rCache.GetSpParameterSetInternal(PgConnection connection, String spName, Boolean includeReturnValueParameter) +298
Microsoft.ApplicationBlocks.Data.SqlHelperParamete rCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) +152
Microsoft.ApplicationBlocks.Data.SqlHelperParamete rCache.GetSpParameterSet(String connectionString, String spName) +32
Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Reader(String connectionString, String spName, Object[] parameterValues) +158
DotNetNuke.Data.SqlDataProvider.GetPortalAliasByPo rtalID(Int32 PortalID) +87
DotNetNuke.Entities.Portals.PortalAliasController. GetPortalAliasByPortalID(Int32 PortalID) +35
DotNetNuke.Entities.Portals.PortalSettings.GetPort alAliasLookup() +72
DotNetNuke.Entities.Portals.PortalSettings.GetPort alAliasInfo(String PortalAlias) +14
DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl (HttpApplication app) +3313
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginReq uest(Object s, EventArgs e) +1155
System.Web.SyncEventExecutionStep.System.Web.HttpA pplication.IExecutionStep.Execute() +138
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +65


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

si esta obteniendo la cadena de conexion la ip y el puerto no se que pasa

si me podrian enviar información a mi correo [email protected] estaré muy agradecido por su respuesta...