나. 설치 및 설정/Visual Studio

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

LemonDory 2010. 1. 8. 14:29

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)

시작 - 실행 cmd 창을 열고
비주얼 스튜디오가 설치된 폴더로 이동합니다.((C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE)비주얼 스튜디오2008 기준)
devenv.exe /setup 실행합니다.
그리고 devenv /resetskippkgs 다시 실행합니다.
그럼 새로운 빈 비주얼스튜디오 창이 뜨게 되고 빈 비주얼 스튜디오에서 열거나  sin 파일을 실행하게 되면
이상 없이 잘 될것입니다.