| From: | Peter Kroon <plakroon(at)gmail(dot)com> |
|---|---|
| To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Npgsql |
| Date: | 2012-11-23 18:13:46 |
| Message-ID: | CAOh+DOmROEnKrt79gPiqaepLPsvDn6cw-1CNT9UYD1YrDvzH=Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Kroon | 2012-11-23 18:15:10 | Re: create table in memory |
| Previous Message | Tom Lane | 2012-11-23 16:34:37 | Re: [GENERAL] Prepared Statement Name Truncation |