Sample Northwind database

  • Thread starter Thread starter George Tikakis
  • Start date Start date
G

George Tikakis

Hello
I'm using VB 2008 with Windows Mobile 6 Professional emulator
I made a dataset from Northwind Customers table and i'm using a datagrid to
display the data
VS also made 2 addiniotal forms with Edit and View
When i try to execute i take the error System.InvalidOperationException An
error occurred creating the form. See Exception.InnerException for details.
The error is: DataMember property 'Customers' cannot be found on the
DataSource.

Thank you
 
Just one table etc. Customers, no special query
I take the same error also with every database.
 
Back
Top