Re: Npgsql

From: "Francisco Figueiredo Jr(dot)" <francisco(at)npgsql(dot)org>
To: Peter Kroon <plakroon(at)gmail(dot)com>
Cc: PgSql General <pgsql-general(at)postgresql(dot)org>, Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
Subject: Re: Npgsql
Date: 2012-11-26 20:19:58
Message-ID: CACUQdMaa04Eb+M-5E3PJ=Smpc9WVJ9kH79yRfG8YBY4bXRms4Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> You should check if npgsql has been correctly installed in the gac by
running gac -l Npgsql. If it is it will return something.
>
> Another possibility is to add a folder called bin to the root of your web
app and put npgsql.dll and mono.security. dll inside.
>
> I hope it helps.
>
> Em 26/11/2012 17:56, "Peter Kroon" <plakroon(at)gmail(dot)com> escreveu:
>>
>> The actual error message was in Dutch. In my previous post I've added:
>> "It's unable to find/load dependencies." That's the translation.
>>
>> I don't have a project. I have a vb.net page, like -> Default.aspx
>> I used the stackbuilder to install Npgsql and altered nothing else.
>>
>>
>> 2012/11/26 Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
>>>
>>> An actual error message would be useful, but did you add a reference to
the assembly in your project?
>>>
>>>
>>>> ________________________________
>>>> From: Peter Kroon <plakroon(at)gmail(dot)com>
>>>> To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
>>>> Sent: Friday, 23 November 2012, 18:13
>>>> Subject: [GENERAL] Npgsql
>>>>
>>>> I've installed Npgsql via Application stack builder without a
problem(I guess, no error messages seen).
>>>>
>>>> http://npgsql.projects.pgfoundry.org/docs/manual/UserManual.html
>>>> The projectpage tells me I have to add:
>>>>
>>>> <%@ Assembly name="System.Data" %>
>>>> <%@ Assembly name="Npgsql" %>
>>>>
>>>>
>>>> When I do this I get an error:
>>>>
>>>> Regel 1: <%@ Page Language="VB" Debug="true" %>
>>>> Regel 2: <%@ Import Namespace="System.Data.Odbc" %>
>>>> Regel 3: <%@ Assembly name="Npgsql" %>
>>>> Regel 4: <%
>>>> Regel 5:
>>>>
>>>> It's unable to find/load dependencies.
>>>> Has anyone ever encountered this problem?
>>>> If so, what was your solution.
>>>>
>>>> Thanks,
>>>>
>>>> Peter
>>>>
>>>>
>>>>
>>

In response to

  • Re: Npgsql at 2012-11-26 19:56:12 from Peter Kroon

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Grittner 2012-11-26 20:23:51 Re: Restore postgres to specific time
Previous Message Vlad K. 2012-11-26 20:07:19 Re: Copy rows, remember old and new pkey