Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2009.08.02;
Скачать: CL | DM;

Вниз

SharpDevelop+Postgre   Найти похожие ветки 

 
desc   (2009-06-04 14:29) [0]

Здравствуйте уважаемые мастера.

Пот решил поэксперементировать:

SharpDevelop 3.0.0.3800
postgresql-8.3.7-1


Провайдер:

Npgsql2.0.5-bin-ms.net

На форуме http://forum.vingrad.ru/forum/topic-203411/kw-postgresql.html написанно что нужно “где-то” разместить 2 файла Npgsql.dll и Mono.Security.dll . Так-как я использую IDE  SharpDevelop, мне непонятно где размещать эти файлы, на представленном выше форуме я так понимаю говорится о Visual Studio

По этой причине возникает ошибка.

using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
using Npgsql;
using NpgsqlTypes;


namespace test
{
/// <summary>
/// Description of MainForm.
/// </summary>
public partial class MainForm : Form
{
 public MainForm()
 {
  //
  // The InitializeComponent() call is required for Windows Forms designer support.
  //
  InitializeComponent();
 
  //
  // TODO: Add constructor code after the InitializeComponent() call.
  //
 }
 
 void Button1Click(object sender, EventArgs e)
 {
  //
 }
}
}


The type or namespace name "Npgsql" could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Documents and Settings\User1\Мои документы\SharpDevelop Projects\test\MainForm.cs:13,7

И

The type or namespace name "NpgsqlTypes" could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Documents and Settings\User1\Мои документы\SharpDevelop Projects\test\MainForm.cs:14,7

Гуглил нечего не нашел, или руки кривые…

Буду благодарен за помощь.

Спасибо.


 
boa_kaa ©   (2009-06-04 17:04) [1]

References -> Add reference



Страницы: 1 вся ветка

Текущий архив: 2009.08.02;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.016 c
4-1212486676
rider_j
2008-06-03 13:51
2009.08.02
Помогите закрыть вкладку браузера Opera


2-1238673155
bagos
2009-04-02 15:52
2009.08.02
Реальные данные вместо ссылок


15-1243456205
Юрий
2009-05-28 00:30
2009.08.02
С днем рождения ! 28 мая 2009 четверг


15-1243360649
dmk
2009-05-26 21:57
2009.08.02
Че-то с ХДД


15-1244110187
GEN++
2009-06-04 14:09
2009.08.02
Интересная (возможно) задача.