views:

218

answers:

3

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  A: 

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

Nicholas Murray
I installed the hotfix but it didn't solve the problem.
HenryHey
What is your version of Visual Studio? I'm on 9.0.30729.1 SP
Nicholas Murray
Same version as you.
HenryHey
A: 

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
Glad to hear you got an interim workaround.
Nicholas Murray
A: 

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