Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WriteXml in compact framework
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
WriteXml in compact framework
Miscellaneous
Thread ID:
00793308
Message ID:
00793308
Views:
56
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
Next
Reply
Map
View

Click here to load this message in the networking platform