Thanks.
By Wizard, I meant select Data menu, then Add New Data Source. This starts
the Data Source Configuration Wizard.
The method you are talking about, is that select Project, then Add New Item?
If so, I don't see Data Set in the items I can add. Sorry if I'm on the
wrong track.
If I choose Add Existing Item, I can select a Dataset that was already
created. (For examples AssetsDataSet.xsd)
If this is the easier way, thats fine. I can create the dataset in another
project than add it.
Can you explain further about the namespace issue.
After adding the exising dataset to a new blank project, and doing Show All,
I can see AssetsDataSet.xsd, which has 4 files off it:
AssetsDataSet.designer.vb
AssetDataSet.xsc
AssetDataSet.xss
AssetsDataSet1.designer.vb
In AssetsDataSet1.designer.vb, I have errors. Such as
Partial Public Class AssetsDataSet
Inherits System.Data.DataSet
Private tableAssets As AssetsDataTable ' Error - already declared in
this class
Private tableCatgs As CatgsDataTable ' Error - already
declared in this class
Private tableCostCentres As CostCentresDataTable ' Error - already
declared in this class
etc.
The two designers are obviously conflicting - what must I do to solve this?
thanks
Vayse