Hi All,
I am getting an error on my Pocket PC device that throws an InvalidProgramException.
I am using VS.NET 2003 and developing for the PocketOC 2003 .NET Compact Framework 2003.
The error occurs in the Dataset Designer code for my JobGroupDataSet
Code:
public virtual JobGroupDataSet.JobGroupDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
JobGroupDataSet.JobGroupDataTable dataTable = new JobGroupDataSet.JobGroupDataTable();
this.Adapter.Fill(dataTable);//<<<ERROR ON THIS LINE
return dataTable;
Any Help would be much appreciated.
======================================
They say, best men are molded out of faults,
And, for the most, become much more the better
For being a little bad.
======================================