problem with sgml readerhttp://forums.asp.net/t/297277.aspx/1?problem+with+sgml+readerSun, 03 Aug 2003 05:40:36 -0400297277297277http://forums.asp.net/p/297277/297277.aspx/1?problem+with+sgml+readerproblem with sgml reader 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 2003-08-01T14:09:08-04:00298450http://forums.asp.net/p/297277/298450.aspx/1?Re+problem+with+sgml+readerRe: problem with sgml reader 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 2003-08-03T05:40:36-04:00