Critical error in PgSqlConnectionStringBuilder version 7.3.457

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
tum
Posts: 2
Joined: Sat 20 Dec 2008 00:48

Critical error in PgSqlConnectionStringBuilder version 7.3.457

Post by tum » Tue 21 Jul 2015 12:23

IndexOutOfRangeException is thrown by the static constructor of PgSqlConnectionStringBuilder.

It appears the static constructor of PgSqlConnectionStringBuilder initialises an array of size 28 for storing possible connection string keys but tries to set 29 items in the array.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Critical error in PgSqlConnectionStringBuilder version 7.3.457

Post by MariiaI » Wed 22 Jul 2015 07:12

tum wrote:IndexOutOfRangeException is thrown by the static constructor of PgSqlConnectionStringBuilder.
We have fixed the bug related to the "The type initializer for 'Devart.Data.PostgreSql.PgSqlConnectionStringBuilder' threw an exception" error. We will notify you when the corresponding build of dotConnect for PostgreSQL is available for download.

aktivo
Posts: 1
Joined: Thu 23 Jul 2015 10:52

Re: Critical error in PgSqlConnectionStringBuilder version 7.3.457

Post by aktivo » Thu 23 Jul 2015 10:55

I have same problem with Express edition v7.3.457 (downloaded 23. 7. 2015).

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Critical error in PgSqlConnectionStringBuilder version 7.3.457

Post by MariiaI » Thu 23 Jul 2015 11:55

We will post here when the corresponding build of dotConnect for PostgreSQL with the fix is available for download.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Critical error in PgSqlConnectionStringBuilder version 7.3.457

Post by MariiaI » Fri 31 Jul 2015 11:13

The bug related to the "The type initializer for 'Devart.Data.PostgreSql.PgSqlConnectionStringBuilder' threw an exception" error is fixed.
New build of dotConnect for PostgreSQL 7.4.464 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/postgr ... nload.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=3&t=32205.

Post Reply