0

I am trying to use Ninject on a Web project. In Visual Studio I ran

Install-Package Ninject.MVC3

But now when I run the project I get the error

Could not find file '<path>\Mvc.sitemap'

What is this Mvc.sitemap file?

Mike Kantor
  • 1,400
  • 4
  • 24
  • 45

1 Answers1

0

Managed to resolve the problem by installing:

Install-Package MvcSiteMapProvider.MVC5

Still don't quite understand why Ninject depends on SiteMap.

Mike Kantor
  • 1,400
  • 4
  • 24
  • 45