I saw mention that the npgsql DLLs were to be added directly into 5.9. I assume this has been done, but attempting to connect to a PostGres database gives the exception
Exception information.
=============================================================
LLBLGen Pro version: v5.9. Build: 5.9.1
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>
Do I have to install a specific .Net runtime to resolve this?