250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Wildcard
- 혼공자바
- 인프런
- Default
- 나도코딩
- 자율학습
- Proxy Object
- 접근 제어자
- dotnet
- 오블완
- 티스토리챌린지
- 스프링 부트 3
- 인터페이스
- Spring Data JPA
- 혼공컴운
- 혼공학습단
- cluster index
- 접근제어자
- 0 시작
- Access Modifier
- Functional Interfaces
- entrySet
- 혼공
- noncluster index
- HashMap
- types
- literal
- java
- Interface
- Lazy loading
Archives
- Today
- Total
지금을 사는 사람
Could not execute because the application was not found or a compatible .NET SDK is not installed. 본문
C#
Could not execute because the application was not found or a compatible .NET SDK is not installed.
지금회 2024. 11. 24. 13:28728x90
강의 : 인프런 - 한 장의 CheatSheet로 살펴보는 C#
dotnet 설치 후 visual studio code에서 실행이 안되는 현상이 발생했다.
우선 최신 버전에서 사용하지 않는 명령어를 사용하기도 했지만, 계속해서 .NET SDK를 찾지 못한다는 오류가 발생했다.
=> 현재는 dotnet new console 명령어 사용
재설치도 해보고, 복구도 해봤지만 계속 발생.
해결
기존에 설치된 .NET이 있다면 모호해서 실행에 실패하는 것 같다.
위 링크와 동일하게 32bit의 dotnet dir 삭제했더니 해결 되었다.
728x90