无法安装 ASP.Net MVC 3
我尝试从 http://www.asp.net/mvc/mvc3 - 带或不带 Web 平台安装程序。下载完成后,安装程序表示安装已完成,但我没有看到任何明显的效果 - 我无法创建 MVC 项目,并且它没有出现在“卸载程序”中。
知道如何安装 MVC 3 吗?
编辑:忘了说了,我安装了刚刚发布的SP1。
I tried installing MVC 3 from the download in http://www.asp.net/mvc/mvc3 - both with and without the Web Platform Installer. As soon as the download is finished, the installer says installation is finished, yet I get no observable effect - I can't create MVC projects and it doesn't appear in Uninstall Programs.
Any idea how I can get MVC 3 to install?
Edit: Forgot to mention, I have the just-released SP1 installed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看事件日志以查看是否存在与 Windows Installer 相关的任何错误。
我们遇到了类似的问题,因为我们安装了 SP1 beta。卸载测试版,然后运行安装程序对我们有用。
Look in the eventlog to see if there any errors related to Windows Installer.
We had a similar issue, because we had the SP1 beta installed. Uninstalling the beta, and then running the installer worked for us.