본문 바로가기
develop

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

by 파드 2008. 10. 10.
반응형

증상.

웹폼에서 aspx.cs는 소스나오고, 일반 클래스.cs는 소스 안 나오고, 윈폼에서 form1.cs 안 열리고,

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

메세지가 나옴.
.cs 파일타입 응용프로그램이 인스톨 되었는지 확인하세요.

원인.
"Visual Studio 2005 Extensions for Windows Workflow Foundation" 을 설치한 적이 있다고함.
하지만 확실하지는 않다는거.


해결.
Visual studio command prompt 에서
devenv.exe  /ResetSkipPkgs
실행.
설명: Clears all SkipLoading tags added to VSPackages.
사용자가 문제의 VSPackages를 로드하지 않도록 VSPackages에 추가된 로딩 건너뛰기와 관련된 모든 옵션을 지운 다음 Visual Studio를 시작합니다.

혹은
devenv.exe  /ResetSettings
실행.
설명: Restores the IDE's default settings, optionally resets to the specified VSSettings file.
-->실행을 하면 비주얼 스투디오 최초 실행시와 같은 안내 팝업이 뜬다.
"           ~~~ 필요한 환경을 구성하고 있습니다. 몇 분 정도 걸릴 수 있습니다."



참고사항
aspx 디자인 보기에서 vs.net 컨트롤(Textbox, Dropdownlist, ...) 만 안 보일 경우도 위의 해결 방법과 동일하다.
자세한 사항은 아래를 참조하시길.
[증상 : 서버컨트롤만 안 보인다.(vs.net 2005 asp.net 2.0)]
반응형