设计视图在 Visual Studio 2008 的 Web 项目中不起作用
当我尝试使用设计视图编辑 ASPX 文件时,它会冻结一会儿并且不执行任何操作,甚至没有错误消息。 浏览菜单时,我看到了一些奇怪的事情:
- 如果我转到“工具”->“选项”->“HTML 设计器”,它在右侧面板上没有给我任何选项,只有一条“加载属性页时出错”消息。
- 当我尝试使用“打开方式...”打开文件时,应该有类似“Web 表单 - 编辑器”的内容,但它丢失了,我只能使用代码视图打开它们。
我尝试修复 Visual Studio 并重新安装 WebDesignerCore,但没有任何效果。有人遇到同样的问题吗?
When I try to edit an ASPX file with the Design View it freezes for a moment and does nothing, not even an error message.
Looking through menus I've seen some strange things:
- If I go to Tools->Options->HTML Designer it gives me no options on the right panel, just a "Error loading property page" message.
- When I try to open a file using "Open With..." there should be something like "Web Form - Editor", but it is missing and I can only open them using Code View.
I've tried repairing Visual Studio and reinstalling WebDesignerCore, but nothing works. Anyone had the same problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这似乎是一个已知的 bug - 您可以尝试 此问题的修补程序。
This seems to be a known bug with Visual Studio 2008 - you could try the hotfix for this issue.
这不是最终的解决方案,但我安装了 Visual Web Developer Express ,然后将 aspx 文件关联到 %Program文件%\Microsoft Visual Studio 9.0\Common7\IDE\VWDExpress.exe
Not a final solution but I installed Visual Web Developer Express and then associated aspx files to %Program Files%\Microsoft Visual Studio 9.0\Common7\IDE\VWDExpress.exe
越来越接近最终的解决方案。如果我与另一个用户启动 Windows 会话,设计器将按其应有的方式工作,尽管当我返回到第一个用户时,它仍然无法工作。
Getting closer to the final solution. If I start a Windows session with another user, the designer works as it should, although when I go back to the first user it still doesn't work.