SSL related error
Posted: Sat 16 May 2009 23:21
In 4.50.29 and VS2008 I receive the following error all the time:
"Code generation for property 'SSL Options' failed. Error was 'Index was outside the bounds of the array.'"
To reproduce: New Windows application project, then adding PgSqlConnection to it. Then I set connection properties with SSL options set to Require etc.. Then I add a PgSqlDataTable with the above connection, then I add DatagridView and set its datasource to the data table. And then, when I run the project, the error occurs.
When I set everything in code, it works fine. So it seems to me, that designers are somehow not working correctly.
I've reinstalled dotConnect for Potstgresql twice, no help.
"Code generation for property 'SSL Options' failed. Error was 'Index was outside the bounds of the array.'"
To reproduce: New Windows application project, then adding PgSqlConnection to it. Then I set connection properties with SSL options set to Require etc.. Then I add a PgSqlDataTable with the above connection, then I add DatagridView and set its datasource to the data table. And then, when I run the project, the error occurs.
When I set everything in code, it works fine. So it seems to me, that designers are somehow not working correctly.
I've reinstalled dotConnect for Potstgresql twice, no help.