Re: [Mono-list] asp.net and Npgsql namespace not found

2005-10-10 Thread Alan Campbell
> 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, >

RE: [Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Carl Olsen
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

Re: [Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Alan Campbell
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

Re: [Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Alan Campbell
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

RE: [Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Carl Olsen
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

Re: [Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Alan Campbell
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

RE: [Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Carl Olsen
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

RE: [Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Carl Olsen
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

[Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Alan Campbell
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