I am using the CoreLab.BDP.Postgresql.dll v1.0.2.0 Which I pulled from Their web site. It is registered in the .net cache and the appropriate code is in the BDPDatasources.xml and BDPConnections.xml files as per The read me. When I try to get a data connection set up I get the BdpConnection object set and test the connection, all is good. I then try to ad a data adapter and when I set the connection object I get the error message "Object reference not set to an instance of and object" What might this mean? I am using a blank WinForm.pas and have added nothing yet except the attempted data connection and adapter. Any help would be most appreciated