Add newData Source: Error getting type information

I'm trying unsuccessfully to add a new data source. I can create a dataset from the whole database, with no problem. When I try to create a dataset from just one table, I get the error:
"An error occurred while creating the new data source: could not get type information for 'MyDB.Customers.Dataset'.

Suggestions

The .xsd is created, but not the .xss file. I've tried selecting only certain fields, etc., but it makes no difference. I don't want to use the dataset for the whole database, because its HUGE.


Answer this question

Add newData Source: Error getting type information

  • zlobish

    Thanks Google! I found the answer to my question. VB chokes on one of my fields being named "System". Changed the field name... No errors.

  • Add newData Source: Error getting type information