Problems Generating a Dataset Schema

  • Thread starter Thread starter Anthony
  • Start date Start date
A

Anthony

Hi There

When trying to add a dataset to a web form I get the
following error msg.

"There were problems generating [dataset name]. To
resolve this problem build the project, fix the errors
and generate the dataset again."

My SQLadapter is configured properly and I can preview
the data?

Any ideas would be helpful
 
Hi Anthony,

It can of course be millions of reasons, but maybe we know more if we know
how you add the dataset to the webform?

Cor
 
Ok here is the scenario, I'm trying out one of the
walkthroughs on Webforms see
http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/vsintro7/html/vxwlkwalkthroughcreatingwebapplicationusi
ngvisualcorvisualbasic.asp

After configuring the SQLadapter and selecting my table
and fields that I need I select the DATA menu and choose
Generate Dataset. I select the radio button for new
dataset and check my sql in the list. The error appears
at this point the following files are created but I
cannot go any further with the dataset.

DataSet1.vb
DataSet.xsd

I followed the instructions on the error message but
building the project does not yeild any problems.

Thanks
Anthony


-----Original Message-----
Hi Anthony,

It can of course be millions of reasons, but maybe we know more if we know
how you add the dataset to the webform?

Cor
When trying to add a dataset to a web form I get the
following error msg.

"There were problems generating [dataset name]. To
resolve this problem build the project, fix the errors
and generate the dataset again."

My SQLadapter is configured properly and I can preview
the data?


.
 
Back
Top