• Viernes 29 de Marzo de 2024, 11:45

Autor Tema:  Unable to read data from the transport connection:  (Leído 2757 veces)

homess

  • Nuevo Miembro
  • *
  • Mensajes: 11
    • Ver Perfil
Unable to read data from the transport connection:
« en: Miércoles 20 de Agosto de 2008, 19:01 »
0
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.PgConnectionInternal.Connect() +68
   PostgreSql.Data.PostgreSqlClient.PgConnectionPool.Create() +46
   PostgreSql.Data.PostgreSqlClient.PgConnectionPool.CheckOut() +175
   PostgreSql.Data.PostgreSqlClient.PgConnection.Open() +114
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(PgConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) +196
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(PgConnection connection, String spName, Boolean includeReturnValueParameter) +298
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) +152
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) +32
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) +158
   DotNetNuke.Data.SqlDataProvider.GetPortalAliasByPortalID(Int32 PortalID) +87
   DotNetNuke.Entities.Portals.PortalAliasController.GetPortalAliasByPortalID(Int32 PortalID) +35
   DotNetNuke.Entities.Portals.PortalSettings.GetPortalAliasLookup() +72
   DotNetNuke.Entities.Portals.PortalSettings.GetPortalAliasInfo(String PortalAlias) +14
   DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app) +3313
   DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +1155
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +138
   System.Web.HttpApplication.ExecuteStep(IExecutionStep 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 lnto_27@yahoo.com estaré muy agradecido por su respuesta...