Posted on: 11/17/2014 1:34:07 AM | Views : 452

All of a sudden I get the error: "Dataset does not contain a definition for tables" on several aspx.cs created within the project.
This happend after creating a new web form and called it "DataSet", a suitable name since I was gonna experiment with some DataSets.
Every time I exlude this web form from the project the errors dissapears.
So why am I getting this error? It appears that the web form DataSet effects every web form within my project.


Go to the complete details ...