Ok, I m 试图在vb.net中编辑一个数据表:
Dim dt As New System.Data.DataTable
并且用于序列器:
Dim js As JavaScriptSerializer = New JavaScriptSerializer()
dim jsonString as string
jsonString=js.serialize(dt)
when it serialize the data table on the last line, it got an error:
An unhandled exception of type System.InvalidOperationException occurred in System.Web.Extensions.dll
补充资料: 在序列化一个类型系统标的时,发现了一个通知。 全球化。 文化信息
我甚至只用1栏和1行打上了最简单的数据表,但只是打上序号,
我知道,这一问题得到了回答:。
but I don t know how to implement the answer (make a new class), or maybe there s an even better solution?