지금을 사는 사람

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:28
728x90

 

강의 : 인프런 - 한 장의 CheatSheet로 살펴보는 C#

 

dotnet 설치 후 visual studio code에서 실행이 안되는 현상이 발생했다.

 

우선 최신 버전에서 사용하지 않는 명령어를 사용하기도 했지만, 계속해서 .NET SDK를 찾지 못한다는 오류가 발생했다.

=> 현재는 dotnet new console 명령어 사용

 

재설치도 해보고, 복구도 해봤지만 계속 발생.

 

https://www.hanselman.com/blog/dotnet-could-not-execute-because-the-application-was-not-found-or-a-compatible-net-sdk-is-not-installed

 

Dotnet could not execute because the application was not found or a compatible .NET SDK is not installed

I ran into this interesting issue where my System PATH environment variables ...

www.hanselman.com

 

해결

 

기존에 설치된 .NET이 있다면 모호해서 실행에 실패하는 것 같다.

위 링크와 동일하게 32bit의 dotnet dir 삭제했더니 해결 되었다.

728x90