일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- convert
- log
- Visual Studio
- ListView
- mysql
- algorithm
- File
- windows
- coding-test
- 코딩테스트
- Github
- csharp
- logging
- C#
- Process
- WPF
- string
- tls
- windows10
- Binding
- programmers
- dotNET
- IValueConverter
- chashtag
- Coding
- git
- .net
- nullable
- Microsoft
- commit
Archives
- Today
- Total
목록visuals studio 2022 (1)
CHashtag
[Visual Studio 2022] the project doesn't know how to run the profile 해결방법
안녕하세요. Visual Studio 2022에서 Console Project를 생성해 실행하려던 도중 아래와 같은 오류를 발견했습니다. command line에서 "dotnet run" command도 잘 동작하고, bin\Debug 에 존재하는 exe파일을 직접 실행하면 잘 실행되는데 말이죠. 1. Visual Studio Update 우선 미뤄뒀던 Visual Studio를 최신으로 Update했습니다. 그랬더니 바로 되네요,,?? 다음은 뭘 해봐야되나 고민중이였는데,,, 하하 17.0.0 -> 17.0.4 로 업데이트가 되었고, 그 결과 문제가 해결되었습니다. 감사합니다. 도움이 되었길 바랍니다.
C#
2022. 1. 9. 21:22