Reputation: 4283
I'm trying to use N2 CMS. I've download the Template MVC version. I've followed the steps in the installation text. When I run it I get:
The type or namespace name 'Web' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Has anybody else had this problem?
Thanks
Kevin
Upvotes: 0
Views: 416
Reputation: 10540
You have to download the MVC futures assembly and put it in the bin folder
it can be found here
http://aspnet.codeplex.com/releases/view/41742
Upvotes: 1