Problem with Creating TableAdapter
Posted: Sun 20 May 2007 09:17
Hello,
I am using CoreLab PostgreSQL.NET 2.55.23.0 with VS2005. The backend is Postgres 8.1.2 on Debian Linux.
I have an existing DataSet to which I am trying to add a TableDataAdapter. Whenever I do so, everything works fine and the SELECT statements/methods get generated. However, when I click finish, I get the following sample error message:
"Failed to add TableAdapter. Input string was not in a correct format. Couldn't store in Comments Column. Expected type is Byte."
Obviously, the said table has comments associated with it in Postgres. When I remove the comments, the error disappears, but occurs for the next table which has comments and is defined in that dataset. Obviously, the workaround is to remove the comments on all tables in the dataset but then I am left without my important comments... !
Am I doing something wrong? Is there a version that fixes this issue?
Thanks for all the help.
I am using CoreLab PostgreSQL.NET 2.55.23.0 with VS2005. The backend is Postgres 8.1.2 on Debian Linux.
I have an existing DataSet to which I am trying to add a TableDataAdapter. Whenever I do so, everything works fine and the SELECT statements/methods get generated. However, when I click finish, I get the following sample error message:
"Failed to add TableAdapter. Input string was not in a correct format. Couldn't store in Comments Column. Expected type is Byte."
Obviously, the said table has comments associated with it in Postgres. When I remove the comments, the error disappears, but occurs for the next table which has comments and is defined in that dataset. Obviously, the workaround is to remove the comments on all tables in the dataset but then I am left without my important comments... !
Am I doing something wrong? Is there a version that fixes this issue?
Thanks for all the help.