Otis wrote:
Please use this version: https://github.com/npgsql/npgsql/releases/tag/v2.2.5 and grab the .exe for the .NET version you're using. Our designer is a .net 4 application so you should at least install a .net 4.0 version.
If you want to setup the stuff manually, please see: http://www.npgsql.org/doc/ddex.html
Thanks Otis,
I was installed v2.2.5 and edit LLBLGenPro.exe.config this:
<add name="PostgreSql Client Data Provider" invariant="Npgsql" description=".Net Framework Data Provider for PostgreSql" type="Npgsql.NpgsqlFactory, Npgsql, [b]Version=2.2.5.0[/b], Culture=neutral, PublicKeyToken=5d8b90d52f46fda7"/>
But, it not working and show message
Exception message:
Exception type: ConfigurationErrorsException
An error occurred creating the configuration section handler for system.data: Column 'InvariantName' is constrained to be unique. Value 'Npgsql' is already present. (C:\Program Files (x86)\Solutions Design\LLBLGen Pro v4.2\LLBLGenPro.exe.Config line 70)
Inner Exception message:
Column 'InvariantName' is constrained to be unique. Value 'Npgsql' is already present.