H
Hannes [MVP]
Problem with reading a RSS
Dim reader As XmlTextReader = New
XmlTextReader(http://weblogs.asp.net/hpreishuber/Rss.aspx")
ds1.ReadXml(reader)
Error
A column named 'comments' already belongs to this DataTable.
this is cause on field comments is with namespace
any workaorund/solution??
--
Gruss Hannes
www.asp-konferenz.de - das Event für den MS Webentwickler
www.aspnet-professional.de - das Magazin
www.devtrain.de ASP und .NET Community Site
www.vbmoves.de VB bewegt sich doch
www.ppedv.de Company Site
Dim reader As XmlTextReader = New
XmlTextReader(http://weblogs.asp.net/hpreishuber/Rss.aspx")
ds1.ReadXml(reader)
Error
A column named 'comments' already belongs to this DataTable.
this is cause on field comments is with namespace
any workaorund/solution??
--
Gruss Hannes
www.asp-konferenz.de - das Event für den MS Webentwickler
www.aspnet-professional.de - das Magazin
www.devtrain.de ASP und .NET Community Site
www.vbmoves.de VB bewegt sich doch
www.ppedv.de Company Site