Hi,
On looking at the error message “Received unexpected backend message ParseComplete. Please file a bug”, it seems to be related with npgsql. In this scenario, I would check the vdp.log file located at “<DENODO_HOME>\logs\vdp" folder to know more about the error.
Apart from this, I would try to connect to Virtual DataPort from C# using Entity Framework, which can be found under *<DENODOHOME>\samples\vdp\vdp-clients-EntityFramework* folder. Ensure to use the Npgsql Driver which is compatible with PostgreSQL ADO.NET driver to connect Entity Framework with Denodo.
For more information, I would suggest you to refer to the **README** file present in the EntityFramework directory.
Also, you can take a look at [Access Through an ADO.NET Data Provider](https://community.denodo.com/docs/html/browse/6.0/vdp/developer/access_through_an_ado.net_data_provider/access_through_an_ado.net_data_provider#access-through-an-ado-net-data-provider) section under the Virtual DataPort Developer Guide for more details.
Hope this helps!