I am trying to play around with an XML Menu system that I found and when I try to view the page I am getting this error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'XmlHierMenu' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 1: <%@ Page language="C#" %>
Line 2: <%@ Import Namespace="XmlHierMenu" %>
Line 3: <html>
Line 4: <head>
Source File: E:\Intranet\Mystuff\Mystuff\ASP+Menu\createMenus.aspx Line: 2
What does this error mean, and how would I fix it?
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'XmlHierMenu' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 1: <%@ Page language="C#" %>
Line 2: <%@ Import Namespace="XmlHierMenu" %>
Line 3: <html>
Line 4: <head>
Source File: E:\Intranet\Mystuff\Mystuff\ASP+Menu\createMenus.aspx Line: 2
What does this error mean, and how would I fix it?