Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WriteXml in compact framework
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
WriteXml in compact framework
Divers
Thread ID:
00793308
Message ID:
00793308
Vues:
55
Working with the compact framework and writing XML file with the following code I get an error of:

"An unhandled exception of type 'SystemsArgumentException' occurred in System.Data.dll

Additional information: Cannot set column 'workstationguid' to '5/27/2003 05:58:33 PM70754


The workstationguid value is correct.

Code producing problem is the second line

ds.Tables[0].Rows[0]["workstationguid"] = workstationguid;
ds.WriteXml(TAConfigPath + "TAConfig.XML");



Any insight to what I'm missing?

Thanks
Jon
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform