Hi,
We are trying to configure connection to PostgreSQL database (version 9.4.9) in LLBLGen Pro v 5.9.2 but we have following error:
Exception information.
LLBLGen Pro version: v5.9. Build: 5.9.2
Exception details:
Message: Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source: Npgsql
Stack trace: at Npgsql.NpgsqlConnection.<>c__DisplayClass32_0.<Open>g__OpenLong|0() at Npgsql.NpgsqlConnection.Open(Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnection.Open() at SD.LLBLGen.Pro.Gui.Controls.WizardPages.MetaDataRetrievalWizard_Step_ConnectionData.TestConnectionData(Boolean showSuccess)
Inner exception: <null>
stack trace:
LLBLGen Pro version 5.9. Build 5.9.2
-----[Core exception]-------------------- at Npgsql.NpgsqlConnection.<>c__DisplayClass32_0.<Open>g__OpenLong|0() at Npgsql.NpgsqlConnection.Open(Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnection.Open() at SD.LLBLGen.Pro.Gui.Controls.WizardPages.MetaDataRetrievalWizard_Step_ConnectionData.TestConnectionData(Boolean showSuccess)
Please advise.
Many thanks, Marcin