About 11,700 results
Open links in new tab
  1. Newest 'npgsql' Questions - Stack Overflow

    Dec 12, 2025 · [npgsql] It allows any program developed for .NET framework to access a PostgreSQL database server. Sign up to watch this tag and see more personalized content

  2. c# - Installing Npgsql.dll for Postgresql - Stack Overflow

    Sep 18, 2015 · 0 Another way to obtain the npgsql.dll file is: Open Visual Studio and start a new project -- ASP.NET Core for instance. Use the NuGet Package Manager to install Postgres …

  3. postgresql - How to import the npgsql module? - Stack Overflow

    Jan 8, 2016 · I need to connect to a PostgreSQL database from within PowerShell scripts. But how to install npgsql WITHOUT VisualStudio? There is no nuget! So I tried to install the driver …

  4. Npgsql Exception while reading from stream, Postgres

    Nov 1, 2016 · Npgsql Exception while reading from stream, Postgres Asked 9 years, 1 month ago Modified 2 years, 8 months ago Viewed 104k times

  5. Exception while reading from stream ---> System.IO.IOException

    Aug 19, 2022 · I use Postgresql-13 in my ASP MVC NET 6 project, occasionally, I face this issue below: Npgsql.NpgsqlException (0x80004005): Exception while reading from stream ---> …

  6. Npgsql - Connection String for Google SQL PostgreSQL instance …

    Oct 5, 2022 · But I cannot figure out how to prepare a correct connection string for Npgsql when using SSL. Not sure if the problem is my client machine configuration or the connection string …

  7. Connection Refused error on Postgres database creation using …

    Apr 15, 2020 · I am trying to create and use a PostgreSQL database with my .NET Core application. I'm using Entity Framework Core provided by Npgsql, and I'm going for the 'code …

  8. c# - Npgsql exception when connecting - Stack Overflow

    Sep 4, 2012 · A first chance exception of type 'Npgsql.NpgsqlException' occurred in Npgsql.dll Additional information: ERROR: 22023: 3 is outside the valid range for parameter …

  9. Preparing statements and batching in npgsql - Stack Overflow

    Feb 14, 2019 · Preparing statements and batching in npgsql Asked 6 years, 10 months ago Modified 3 years, 7 months ago Viewed 9k times

  10. postgresql - Confused about NpgSql connection pooling vs ...

    Jul 16, 2024 · I'm trying to implement database pooling in my .net core application that's connecting to PostgreSql db. While reading documentation on NpgSql, It states that pooling is …