VS 2012 errors on dragging tables to DataSet Designer

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
r0bmarshall
Posts: 2
Joined: Tue 26 Jun 2012 15:42

VS 2012 errors on dragging tables to DataSet Designer

Post by r0bmarshall » Tue 26 Jun 2012 15:55

I am using the Visual Studio 2012 RC release and just installed the dttConnect for SQLite standard (shows 4.0.25.0 version in program list).

I created the DataConnection and all my tables show up. I can select the table in the data connections window and view the data without issue.

However, I cannot drag (or manually add via query) the tables to the DataSet Designer as they immediately error out with the following:

"Could not retrieve schema information for table or view"

What am I missing ?

Helen
Devart Team
Posts: 127
Joined: Wed 07 Sep 2011 11:54

Re: VS 2012 errors on dragging tables to DataSet Designer

Post by Helen » Tue 03 Jul 2012 13:06

Unfortunately, we cannot reproduce the issue in our environment at the moment.

Looks like this is not a VS2012 RC problem but the peculiarity of your database.
Please send us your database (or the DDL/DML scripts) with which the problem can be reproduced.

Post Reply