|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Debugging Dataset XMLIn VB.NET, I add a Dataset to the Solution Explorer and start adding
elements, complex and simple types, and so forth. I then go to Form1 and try to create a new dataset object based on that dataset definition; however, it does not appear in the intellisense. There is an error somewhere in the XML code appearently, but it's a lot of code/objects to sift through. Is there a way of troubleshooting XML? I can't run the code, because I can't instanitiate the dataset object until it's debugged. Thanks. |
|||||||||||||||||||||||