0

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?

HenryHey
  • 2,072
  • 1
  • 15
  • 19

4 Answers4

1

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

Nicholas Murray
  • 13,305
  • 14
  • 65
  • 84
1

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

Sibbo
  • 3,796
  • 2
  • 23
  • 41
mauricio c
  • 11
  • 1
0

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

HenryHey
  • 2,072
  • 1
  • 15
  • 19
0

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.

HenryHey
  • 2,072
  • 1
  • 15
  • 19