views:

928

answers:

6

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!

+1  A: 

To repair your install, Run:

devenv.exe /setup
Jose Basilio
there is no switch for s/setup
greektreat
To the contrary: http://msdn.microsoft.com/en-us/library/ex6a2fad(VS.80).aspx
Jose Basilio
+2  A: 

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
JaredPar
this may have been the fix, i tried this and did a another switche devent /ResetAddin as well so maybe the combination did it or one of them did it. i do not know
greektreat
A: 

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

JonnyBoats
A: 

i have got the same issue reinstalled "vs2008" and ".net framework" but no result. Thanks alot JaredPar! "devenv /resetSkipPkgs" command resolved the issue.

A: 

I have the same issue. I tried uninstalling/repairing and even devenv /resetSkipPkgs. But still the problem is reproducible. I have the SP1 also installed. Is there any other alternative?

A: 

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

gininus