You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error when compiling the project:
Compiler Error Message: CS0234: The type or namespace name 'Web' does not exist in the namespace 'MvcSiteMapProvider' (are you missing an assembly reference?)
Source Error:
Line 23:
Line 24:
Line 25:
Line 26:
Line 27:
Please advise. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi there,
My project is in MVC version 5 and I have installed the following:
MvcSiteMapProvider.MVC5
MvcSiteMapProvider.MVC5.Core
MvcSiteMapProvider.Web
WebActivatorEx
I am getting the following error when compiling the project:
Compiler Error Message: CS0234: The type or namespace name 'Web' does not exist in the namespace 'MvcSiteMapProvider' (are you missing an assembly reference?)
Source Error:
Line 23:
Line 24:
Line 25:
Line 26:
Line 27:
Please advise. Thanks in advance.
The text was updated successfully, but these errors were encountered: