winform 프로그램을 빌드 해서 exe로 배포 했습니다.
wpf로 만든건
커멘드 라인에서
dotnet 앱이름.exe
그냥 앱이름.exe 하면 안나오고요
하니깐 실행 로그가 나옵니다.
winform 빌드 할떄 부터 출력형식을 콘솔 애플리케이션 이라고 하니까 나옵니다.
그런데 windows 애플리케이션 이라고 빌드 한건 콘솔로그 나오게 실행 하려면 어떻게 해야 되나요?
dotnet winform 프로그램.exe 로 실행하니 .runtimeconfig.json이 없다고 나옵니다.
.net core 가 아니고 .net Framework 4.6.1 입니다.
PS C:\Users\user\VisualStudioProjects\winform\winformSample\bin\Release> dotnet .\winformSample.exe
A fatal error was encountered. The library 'hostpolicy.dll' required to execute the application was not found in 'C:\Users\user\VisualStudioProjects\winform\winformSample\bin\Release\'.
Failed to run as a self-contained app.
- The application was run as a self-contained app because 'C:\Users\user\VisualStudioProjects\winform\winformSample\bin\Release\winformSample.runtimeconfig.json' was not found.
- If this should be a framework-dependent app, add the 'C:\Users\user\VisualStudioProjects\winform\winformSample\bin\Release\winformSample.runtimeconfig.json' file and specify the appropriate framework.
빌드 할떄 생성 된건 winformSample.exe.config 뿐입니다. 내부는 xml 입니다.
Q1. windows 애플리케이션 으로 빌드한 winform 커멘드 라인에서 콘솔 로그 출력 되게 실행 방법
Q2. winformSample.exe.config -> winformSample.runtimeconfig.json 변환 방법
Q3. 빌드시 winformSample.runtimeconfig.json 생성 방법
[최초 등록일: ]
[최종 수정일: 2/7/2023]