> Carl
>
> -Original Message-
> From: Alan Campbell [mailto:[EMAIL PROTECTED]
> Sent: Sunday, October 09, 2005 12:36 PM
> To: [EMAIL PROTECTED]
> Cc: mono-list@lists.ximian.com
> Subject: Re: [Mono-list] asp.net and Npgsql namespace not found
>
> Carl,
>
Alan Campbell [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 09, 2005 12:36 PM
To: [EMAIL PROTECTED]
Cc: mono-list@lists.ximian.com
Subject: Re: [Mono-list] asp.net and Npgsql namespace not found
Carl,
do you compile your codebehind pages into dlls? If I compile my
codebehind into a dll th
hat is causing the problem.
> >
> > Carl
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Alan Campbell
> > Sent: Sunday, October 09, 2005 9:59 AM
> > To: [EMAIL PROTECTED]; mono-list@lists.ximia
gsql that is causing the problem.
>
> Carl
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Alan Campbell
> Sent: Sunday, October 09, 2005 9:59 AM
> To: [EMAIL PROTECTED]; mono-list@lists.ximian.com
> Subject: Re: [Mono-list] asp.net an
TECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan Campbell
Sent: Sunday, October 09, 2005 9:59 AM
To: [EMAIL PROTECTED]; mono-list@lists.ximian.com
Subject: Re: [Mono-list] asp.net and Npgsql namespace not found
Carl,
thanks for the information. I installed in the GAC. I already had
"using Npgs
h is probably
> going to create a compile error.
>
> Carl
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Carl Olsen
> Sent: Sunday, October 09, 2005 8:46 AM
> To: 'Alan Campbell'; mono-list@lists.ximian.com
> Subje
2005 8:46 AM
To: 'Alan Campbell'; mono-list@lists.ximian.com
Subject: RE: [Mono-list] asp.net and Npgsql namespace not found
I installed Npgsql.dll in the Global Assembly Cache (GAC) by running the GAC
utility, like this:
gacutil -I Npgsql.dll
I also include it in the code page, li
hurt to install it again.
Carl Olsen
http://www.carl-olsen.com/
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan Campbell
Sent: Sunday, October 09, 2005 7:14 AM
To: mono-list@lists.ximian.com
Subject: [Mono-list] asp.net and Npgsql namespace not foun
Hi all,
I am trying to convert code from IIS/Access DB to XSP (or mono-mono) /
PostgreSQL in Debian Sarge. I can compile and run the Npgsql sample
code fine. But, I get the following error when I try and use Npgsql
in my codebehind page.
error CS0246: The type or namespace name `Npgsql' could n