moigoliprov
New Member
HI all,<BR>I am trying to retrieve the data from SQL server 2000 in XML format. I downloaded the SQLXML 3.0 and using the Microsoft.Data.SQLXML to get the xml string in a stream. But when I call this Microsoft.Data.SQLXML in my import Statement its saying<BR><BR><BR>Compiler Error Message: CS0234: The type or namespace name 'Data' does not exist in the class or namespace 'Microsoft' (are you missing an assembly reference?)<BR><BR>Source Error:<BR><BR> <BR><BR>Line 1: using System;<BR>Line 2: using System.IO;<BR>Line 3: using Microsoft.Data.SqlXml;<BR>Line 4: using System.Collections;<BR>Line 5: using System.ComponentModel;<BR> <BR>Could any one please tell me how to add this reference, to an ASPX file without using Vistual Studio. For some reason its not seeing this.<BR><BR>Thanks,<BR>pradeep