Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataSetDesigner Error - "Reference to a non-shared member..."

Status
Not open for further replies.

schwarem

Programmer
Apr 18, 2002
159
0
0
US
I am adding a dataset to my project using the dataset designer. It is not tied to any direct datasource. I am just making the dataset manually. I get 30 errors every time I do this. Most of which are "Reference to a non-shared member requires an object reference." There is also "'Convert' is not a member of 'String." All of these errors point to code in the DatasetDesigner file which was generated by the Visual Studio DataSet Designer. Any help would be greatly appreciated.
 
I solved this problem. Apparently, you can't have a column named "System" Once I changed the name, everything worked fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top