Design view not working in Web Projects in Visual Studio 2008

岁酱吖の 提交于 2019-12-12 04:27:28

问题


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?


回答1:


This seems to be a known bug with Visual Studio 2008 - you could try the hotfix for this issue.




回答2:


Tools > options > international settings, then set the language to English solved my problem.




回答3:


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




回答4:


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.



来源:https://stackoverflow.com/questions/2469322/design-view-not-working-in-web-projects-in-visual-studio-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!