maartenba / MvcSiteMapProvider

An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
Microsoft Public License
537 stars 220 forks source link

Error-The type or namespace name 'Web' does not exist in the namespace 'MvcSiteMapProvider' (are you missing an assembly reference?) #470

Open mFahim007 opened 6 years ago

mFahim007 commented 6 years ago

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.