Monday, January 19, 2009

Make sure the application for the file type (.aspx) is installed.

After I created new WebSite in VS 2005 I'm getting this error

---------------------------Microsoft Visual Studio---------------------------

There is no editor available for 'C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\WebSites\WebSiteUpload\Default.aspx'.
Make sure the application for the file type (.aspx) is installed.

---------------------------OK ---------------------------

Solution:

run from a Visual Studio Command Prompt, type "devenv.exe /setup" and then "devenv /resetskippkgs" (without the quotes)

9 comments:

Unknown said...

Thanks a lots.You made my life esay dude..Thanks again

Unknown said...

Really good! It works perfectly, thanks!

Elizabeth said...

I can't found the files, doesn't exists in the path

Keviv said...

Elizbeth> What is the file your searching for?

Pedro Kbça said...

Please vivekthangaswamy, how can I do this on Visual Web Developer 2008 Express Edition?

Help me! =/

patrick said...

Really great! It's a nice blog.... add your website in application

Jayachandran said...

Hello Mr. Vivek, Good job mate...:)

Johann Medina said...

Ohh men... thanks thanks

f0rgetme said...

thanks it worked

ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...