Ch 25 Data Binding Example
I get the following errors when compiling the example form:
<<The type name 'NorthwindDataSet' does not exist in the type 'GettingData.GettingData'>>
and
<<The type name 'NorthwindDataSetTableAdapters' does not exist in the type 'GettingData.GettingData'>>
Looking at the code I find "GettingData." stuck in front of the "NorthwindDataSet()" and "NorthwindDataSetTableAdapters.CustomersTableAdapt er()" code. I remove "GettingData." and the application compiles and runs. If I do any modification to the form the "GettingData." string shows up again.
Anyone have any idea why this is happening?
|