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

    Nov 17, 2025 · Stack Overflow | The World’s Largest Online Community for Developers

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

    Sep 18, 2015 · 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 packages Open a …

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

    Jan 8, 2016 · Afaik, Npgsql does not contain any Powershell module, it is simply a library that can be used in a regular .net project to connect to a PostgreSql database. It it however possible to use …

  4. Exception while reading from stream in npgsql - Stack Overflow

    Feb 25, 2019 · at Npgsql.PostgresDatabaseInfoFactory.d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at …

  5. 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 103k times

  6. 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

  7. c# - npgsql timeout during reading attempt - Stack Overflow

    Sep 28, 2023 · npgsql timeout during reading attempt Asked 2 years, 2 months ago Modified 2 years, 2 months ago Viewed 10k times

  8. Connection Refused error on Postgres database creation using Npgsql ...

    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-first' approach. …

  9. 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 "extra_float_digits" …

  10. Npgsql - Connection String for Google SQL PostgreSQL instance using …

    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 parameters.