Hi,
I am working on a code of someone else. I tried to make
some changes to code and i updated some dataset's file.
After compiling when opened aspx file my Grid showed "Databound" all over and had some errors below :
- DataTable must be set prior to using DataView
- The variable 'DataSet21' is either undeclared or was never assigned.
- An exception occurred while trying to create an instance of Axeltra.DataSet2. The exception was "'column' argument cannot be null. Parameter name: column".
Even when i restore ALL directory from backup it keeps giving me those errors.
When i moved the entire code to different machine it was without those errors....
Are this errors because i updated Dataset.vb which says :"Changes to this file may cause incorrect behavior and will be lost if the code is regenerated."
I tried to delete all cookies,all temp files... NO HELP.
What can i do to getrid of these errors ?????
thanx....
I am working on a code of someone else. I tried to make
some changes to code and i updated some dataset's file.
After compiling when opened aspx file my Grid showed "Databound" all over and had some errors below :
- DataTable must be set prior to using DataView
- The variable 'DataSet21' is either undeclared or was never assigned.
- An exception occurred while trying to create an instance of Axeltra.DataSet2. The exception was "'column' argument cannot be null. Parameter name: column".
Even when i restore ALL directory from backup it keeps giving me those errors.
When i moved the entire code to different machine it was without those errors....
Are this errors because i updated Dataset.vb which says :"Changes to this file may cause incorrect behavior and will be lost if the code is regenerated."
I tried to delete all cookies,all temp files... NO HELP.
What can i do to getrid of these errors ?????
thanx....