I have tried to use drag and drop for a table adapter. I get the following errors in dataset.designer .vb:
Error 2 variable '_connection' conflicts with a member implicitly declared for property 'Connection' in class 'FamilyDataTableAdapter'. D:\VisualStudio2005\Projects\CMT2\CMTDataSet.Designer.vb 2614 17 CMT2
Error 3 variable '_clearBeforeFill' conflicts with a member implicitly declared for property 'ClearBeforeFill' in class 'FamilyDataTableAdapter'. D:\VisualStudio2005\Projects\CMT2\CMTDataSet.Designer.vb 2620 17 CMT2
I am using version 1.0.66 in Visual Studio 2010. I am clueless on how to resolve these errors. They occur for this and another table adapter. Suggestions would be greatly appreciated.