greektreat
greektreat

Reputation: 2561

VS 2008 designer not installed for xaml

there is no editor for c:......\Page1.xaml please make sure the application for the file type (.xaml) is installed

no idea what the issue could be.

i tried to find devenv.exe but i can't find it anywhere!! i have installed sp1. i have also completly uninstalled vs2008 and .net framework 3.5 and reinstalled it. did not solve it.

some more background: i installed it last week and it was working fine, the tried to install sql server 2008 dev edition but it wouldn't install the client tools because it didn't like something with vs 2008, so i unistalled vs 2008 and the sql server 2008 the installed without an issue. then i reinstalled vs2008 and then my problem happend!

Upvotes: 3

Views: 3625

Answers (4)

gininus
gininus

Reputation: 1

make sure the application for the file type .xaml is installed for this qustion

The best Answer is click start search "devenv /resetskippkgs" then run it it work

Upvotes: 0

JonnyBoats
JonnyBoats

Reputation: 5187

Have you installed Service Pack 1 for Visual STudio? If not, do so.

Upvotes: 0

JaredPar
JaredPar

Reputation: 754525

In addition to Jose's answer, I would try the following in order. One of them should fix the problem.

  • devenv /resetSkipPkgs
  • Go to Add Remove Programs and repair the Visual Studio Installation

Upvotes: 4

Jose Basilio
Jose Basilio

Reputation: 51468

To repair your install, Run:

devenv.exe /setup

Upvotes: 2

Related Questions