About 50 results
Open links in new tab
  1. 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 …

  2. Newest 'npgsql' Questions - Stack Overflow

    Jan 29, 2026 · [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,156 questions

  3. c# - DynamicJson enabling in NpgSql - Stack Overflow

    Nov 4, 2024 · I have updated few days ago .NET version in my project to 8. Also Npgsql.EntityFrameworkCore.PostgreSQL package have been updated to version 8.0.10. Some part …

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

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

  5. 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 …

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

  7. Npgsql Exception while reading from stream, Postgres

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

  8. .net postgres EF core Cannot write DateTime with Kind=Local to ...

    Sep 12, 2022 · 10 npgsql 6.0 breaking changes UTC timestamps have been cleanly separated from non-UTC timestamps, aligning with the PostgreSQL types. The former are represented by timestamp …

  9. npgsql - Installing ngpsql to use PostgreSQL in PowerBI - Stack Overflow

    Dec 1, 2015 · I'm trying to get data from a PostgreSQL database into PowerBI Desktop but it doesn't seem to work. I think the problem is with the installation with npgsql. When trying to setup a new …

  10. how can I get cursor data with calling stored procedure in npgsql

    Sep 30, 2015 · 8 Npgsql 2.x had a feature whereby it automatically "dereferenced" cursors returned from functions. This feature was dropped from Npgsql 3.0; this is mentioned in our migration nodes for …