When we create a strongly typed dataset, three types of files get created .xsd, .vb, and .xsx. The IDE only shows .xsd file. How can I show .vb file in solution explorer.
You cant is the short answer, and Im wondering why you would want to. A strongly typed dataset is basically just an XML schema. The vb code is as you realise automatically generated, so long as you right click on the dataset in the GUI, and select Generate Dataset. This feature in particular has thrown me many a time, when linking a strongly typed dataset to a crystal report.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.