aspx_beginners thread: MSDN List Edit in C# - Server Error - System.Xml.dll not found
I was trying out the ListEditor in C# sample. The URL for the sample is
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/dnexxml/html/xml07242000.asp
Here is the error when I try and browse
http://servername/listeditor/edit.aspx?file=featurelist.xml
The exact text of the error is given below. Any help is appreciated.
OS : Win 2K Server
Browser : IE5.5
VS.NET beta 2 sp2
Thanks,
Server Error in '/listeditor' Application.
---------------------------------------------------------------------------
-----
Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: File or assembly name System.Xml.dll, or one of its
dependencies, was not found.
Source Error:
Line 2: <%@ Import Namespace="System.IO" %>
Line 3: <%@ Import Namespace="System.Xml" %>
Line 4: <%@ Assembly Name="System.Xml.dll" %>
Line 5:
Line 6: <script language="C#" runat="server">
Source File: C:\Inetpub\wwwroot\listeditor\global.asax Line: 4