Jump to content
Software FX Community

Generating DataSet


User (Legacy)

Recommended Posts

When I try to generate a DataSet I get an error:

"Class 'DataRow' cannot inherit from itself"

The error is in the generated code of DataSet1.vb

<System.Diagnostics.DebuggerStepThrough()> _

Public Class DataRow

Inherits DataRow

Private tableData As DataDataTable

Any help you can give me would be appreciated.

Thanks

Ben Schipper

Link to comment
Share on other sites

When I try to generate a DataSet I get an error:

"Class 'DataRow' cannot inherit from itself"

The error is in the generated code of DataSet1.vb

<System.Diagnostics.DebuggerStepThrough()> _

Public Class DataRow

Inherits DataRow

Private tableData As DataDataTable

Any help you can give me would be appreciated.

Thanks

Ben Schipper

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...