interacción entre postgresql y aspx

From: Jairo Martín Miguel <jairo010(at)hotmail(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: interacción entre postgresql y aspx
Date: 2005-05-15 12:35:29
Message-ID: BAY104-F738EC80875DC11298355E81140@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

> > hola a todos,
> >
> > necesito conectar una página aspx (desarrollada en
> > vb.net) con mi base de
> > datos postgres (nombre de la base de datos
> > "gestion"). He escrito el código
> > que muestro debajo para realizar la tarea, y no se
> > cual es la razón por la
> > que no funciona correctamente, creo que el error
> > esta en alguno de los
> > puntos remarcados entre asteriscos.
> >
>
>Que quieres decir exáctamente con que no te funciona:
>Te manda algún error?, el código que mostraste no
>realiza lo que debería?
>
>Saludos

Cuando intento probar la aplicación (antes de hacerlo inicio es servicio de
postgres) me da el siguiente error al crear el objeto

con = New
Npgsql.NpgsqlConnection("Server=127.0.0.1;Database=gestion;Port=5432;User
Id=postgres;Password=00000000;")

"No se encuentra el archivo o el nombre del ensamblado MonoSecurity o una de
sus dependencias."

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Mono.Security, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=0738eb9f132ed756
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/accesopostgresql/820932b8/360790a7/Mono.Security.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/accesopostgresql/820932b8/360790a7/Mono.Security/Mono.Security.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/AccesoPostgresql/bin/Mono.Security.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/AccesoPostgresql/bin/Mono.Security/Mono.Security.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/accesopostgresql/820932b8/360790a7/Mono.Security.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/accesopostgresql/820932b8/360790a7/Mono.Security/Mono.Security.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/AccesoPostgresql/bin/Mono.Security.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/AccesoPostgresql/bin/Mono.Security/Mono.Security.EXE.

gracias

_________________________________________________________________
Descubre la descarga digital con MSN Music. Más de medio millón de
canciones. http://music.msn.es/

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Mauricio Zea (Gmail) 2005-05-15 14:40:41 Re: [pgsql-es-ayuda] interacción entre postgresql y aspx
Previous Message Leonel Nunez 2005-05-15 04:10:36 Re: Conexiones desde destinos desconocidos