Re: Npgsql

Поиск
Список
Период
Сортировка
От Glyn Astill
Тема Re: Npgsql
Дата
Msg-id 1353923035.31610.YahooMailNeo@web133201.mail.ir2.yahoo.com
обсуждение исходный текст
Ответ на Npgsql  (Peter Kroon <plakroon@gmail.com>)
Ответы Re: Npgsql  (Peter Kroon <plakroon@gmail.com>)
Список pgsql-general
An actual error message would be useful, but did you add a reference to the assembly in your project?



From: Peter Kroon <plakroon@gmail.com>
To: "pgsql-general@postgresql.org" <pgsql-general@postgresql.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).

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



В списке pgsql-general по дате отправления:

Предыдущее
От: "Vlad K."
Дата:
Сообщение: Copy rows, remember old and new pkey
Следующее
От: Ranjeet Dhumal
Дата:
Сообщение: Re: Issue with pg_toast tables