I have an xsd, , vb, xsc, and xss file for a dataset in VS 2008 that I copied over from another VS project, however I need to make changes to the dataset. Thus I got into the xsd file, created new columns, deleted ones that aren't needed, etc., etc. However I realized when I attempted to use the new dataset I did not have the vb code behind the scenes. This code is typically found in dataset.designer.vb. When I copied the old one over of course it is no longer valid since columns have changed.
Any idea How I can force VS 2008 to use a xsd and to have it create/update its designer code?
THANKS