2

I download visual web developer 2008 to develop seilver-light apps BUT I faced problem! Why design view not appear in visual studio web developer 2008 :( !! just xaml window appears !!

I tried by repair and re-install it also I see some solutions which not obvious! as:

enter image description here

John Conde
  • 217,595
  • 99
  • 455
  • 496

1 Answers1

1

It's possible that Visual Studio had failed to load one or more packages in the past. To reset:

  1. Quit Visual Studio
  2. Run devenv /resetskippkgs from a Visual Studio Command Prompt.

Source: Accepted answer on No xaml designer in vs2008

For anyone else on Windows 8.1 having trouble finding the Visual Studio Command Prompt, check out Where is Developer Command Prompt for VS2013?

Community
  • 1
  • 1
C-Pound Guru
  • 15,967
  • 6
  • 46
  • 67