Design view not working in Web Projects in Visual Studio 2008

6.6k Views Asked by At

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?

4

There are 4 best solutions below

0
On

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

1
On

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

0
On

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.

0
On

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