Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating DataSet class for XML file
Message
De
13/10/2013 22:22:49
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01585409
Message ID:
01585410
Vues:
49
>I am in the process of converting WinForms project into ASP.NET Web Forms. The code of WinForms project was created by off-shore developer who stopped communicating. So I have no help there. Good thing I have the WinForms project code but too bad I don’t understand a lot.
>
>So the first thing I am trying to understand is what VS/.NET tool he had used to create a DataSet that is used to be populated from XML file.
>
>Here is the segment of the code:
>
>
>//Instantiate dataset for data files list.
> dstDataFiles = new DataFilesDataSet();
>
>
>I found in the WinForms solution the file DataFilesDataSet.Designer.cs where the class DataFilesDataSet is defined. The line of code that defines the class is:
>
>
>public partial class DataFilesDataSet : global::System.Data.DataSet {
>
>
>The top of the DataFilesDataset.Designer.cs says that
>
><auto-generated>
>//     This code was generated by a tool.
>
>
>So I am trying to figure how do I create the DataFilesDataset.Designer.cs in my ASP.NET Web Forms project.
>
>TIA for any help.

Dimitry

Can you show us the contents of a sample .xml file ?
I create .xml files that are later used to create datasets, but I need more clues to be of any help here.
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform