for those using sgml reader, I am trying to use this, and getting an error message File or assembly name System.Xml, or one of its dependencies, was not found here is the list of imports: using System; using System.Collections; using System.ComponentModel;
using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Net; using System.IO; using System.Xml; using System.Xml.XPath; using
System.Text; using Sgml; any ideas on why this error is happening bev
Hi Bev, Why don't you post the code that is causing the problem? In theory, you shouldn't be getting that error with the using statements you have, as long as you're referencing the System.Xml namespace. Don
Don Kiely, MCP, MCSD
In the Last Frontier, Interior Alaska
Please post questions and replies to the forum! And remember to MARK AS ANSWER when someone definitively answers a question or resolves a problem!
bevharris
Member
380 Points
76 Posts
problem with sgml reader
Aug 01, 2003 02:09 PM|LINK
donkiely
All-Star
15929 Points
2518 Posts
ASPInsiders
Moderator
MVP
Re: problem with sgml reader
Aug 03, 2003 05:40 AM|LINK
In the Last Frontier, Interior Alaska
Please post questions and replies to the forum! And remember to MARK AS ANSWER when someone definitively answers a question or resolves a problem!