N2 CMS 安装问题,缺少程序集引用
我正在尝试使用 N2 CMS。我已经下载了 Template MVC 版本。我已按照安装文本中的步骤进行操作。当我运行它时,我得到:
类型或命名空间名称“Web”在命名空间“Microsoft”中不存在(您是否缺少程序集引用?)
还有其他人遇到过这个问题吗?
谢谢
凯文
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须下载 MVC futures 程序集并将其放入 bin 文件夹中,
可以在此处找到
http: //aspnet.codeplex.com/releases/view/41742
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