0

I have added the required assemblies and registered the NVelocityViewFactory in global.asax.cs page but when i run the site i get the following error

Could not load file or assembly 'Microsoft.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Any help?

Fabian Steeg
  • 44,988
  • 7
  • 85
  • 112
suhair
  • 10,895
  • 11
  • 52
  • 63

1 Answers1

2

Microsoft.Web.Mvc was moved to ASP.NET Futures. It's on CodePlex.

Roger Lipscombe
  • 89,048
  • 55
  • 235
  • 380