Visual Studio 2008 - Make sure the application for the file type (.xaml) is installed - Quick Fix
I recently started getting the following error message when attempting to open the design view of a XAML document in VS2008:
Make sure the application for the file type (.xaml) is installed
I haven't yet been able to determine the root cause of the issue (I run SP1 of both the .NET Framework and Visual Studio itself and use this functionality every day), though there is a pretty straightforward fix. Navigate to the IDE folder of your VS2008 installation (for me: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\) in DOS and run the following:
devenv.exe /setup
Reopening the development environment should result in the return of this functionality.
Comments
Til now i have try reistalling VC# express, reinstall .NET 3.5, and so on and nothing works.
I'm using Vista
Whats really weird is I did what you said and got some error saying it couldn't do it. however when I re-loaded the environment I could see the XAML highlights. Then I clicked View-> Designer and WAMMO!
Thanx again! I was starting to loose it.
Thanks for quick fix
parvathi
Pavan