성태의 닷넷 이야기
홈 주인
모아 놓은 자료
프로그래밍
질문/답변
사용자 관리
사용자
메뉴
아티클
외부 아티클
유용한 코드
온라인 기능
MathJax 입력기
최근 덧글
[정성태] VT sequences to "CONOUT$" vs. STD_O...
[정성태] NetCoreDbg is a managed code debugg...
[정성태] Evaluating tail call elimination in...
[정성태] What’s new in System.Text.Json in ....
[정성태] What's new in .NET 9: Cryptography ...
[정성태] 아... 제시해 주신 "https://akrzemi1.wordp...
[정성태] 다시 질문을 정리할 필요가 있을 것 같습니다. 제가 본문에...
[이승준] 완전히 잘못 짚었습니다. 댓글 지우고 싶네요. 검색을 해보...
[정성태] 우선 답글 감사합니다. ^^ 그런데, 사실 저 예제는 (g...
[이승준] 수정이 안되어서... byteArray는 BYTE* 타입입니다...
글쓰기
제목
이름
암호
전자우편
HTML
홈페이지
유형
제니퍼 .NET
닷넷
COM 개체 관련
스크립트
VC++
VS.NET IDE
Windows
Team Foundation Server
디버깅 기술
오류 유형
개발 환경 구성
웹
기타
Linux
Java
DDK
Math
Phone
Graphics
사물인터넷
부모글 보이기/감추기
내용
<div style='display: inline'> <h1 style='font-family: Malgun Gothic, Consolas; font-size: 20pt; color: #006699; text-align: center; font-weight: bold'>.NET Core 3.0 preview 5를 이용해 Windows Forms/WPF 응용 프로그램 개발</h1> <p> .NET Core 3.0부터 윈도우 환경에 한해 WPF와 Windows Forms가 실행되도록 확장이 됩니다. 간단하게 실습해 볼까요? ^^<br /> <br /> 우선, 다음의 경로에서 (현재 Visual Studio 2019만 지원하는) x64 SDK와 x86 SDK를 모두 다운로드 합니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Download .NET SDKs for Visual Studio ; <a target='tab' href='https://dotnet.microsoft.com/download/visual-studio-sdks'>https://dotnet.microsoft.com/download/visual-studio-sdks</a> x64 - <a target='tab' href='https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-3.0.100-preview5-windows-x64-installer'>https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-3.0.100-preview5-windows-x64-installer</a> x86 - <a target='tab' href='https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-3.0.100-preview5-windows-x86-installer'>https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-3.0.100-preview5-windows-x86-installer</a> </pre> <br /> 설치가 완료되면 Visual Studio의 새 프로젝트 템플릿에 다음과 같이 .NET Core 대상의 WPF와 Windows Forms 템플릿이 보입니다.<br /> <br /> <img onclick='toggle_img(this)' class='imgView' alt='netcore3_windowsapp_1.png' src='/SysWebRes/bbs/netcore3_windowsapp_1.png' /><br /> <br /> 그런데, 프로젝트 생성을 해보면 다음과 같은 오류가 발생합니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > To create this project type, go to Tools | Options | Projects and Solutions | .NET Core and check "Use preview versions of the .NET Core SDK" </pre> <br /> 이 문제를 수정하기 위해 (메시지와는 달리) Tools / Options / Environment / Preview Features로 가서 "Use previews of the .NET Core SDK" 항목을 체크해 준 후 Visual Studio 2019를 재시작해야 합니다.<br /> <br /> <hr style='width: 50%' /><br /> <br /> 일단, 재시작이 되면 프로젝트 생성은 이제 정상적으로 됩니다. 문제는, 현재(2019-06-11) Visual Studio 2019의 16.1.2 업데이트까지 .NET Core 프로젝트의 Windows Forms에 대한 디자이너를 제공하지 않는다는 점입니다. (.NET Core 3.0 용의 WPF XAML 디자이너는 Visual Studio 2019 16.1 업데이트부터 Preview 버전으로 제공됩니다.)<br /> <br /> 그래서 .NET Core Windowns Forms의 경우 디자인 화면이 다음과 같이 오류가 발생합니다.<br /> <br /> <img alt='netcore3_windowsapp_2.png' src='/SysWebRes/bbs/netcore3_windowsapp_2.png' /><br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Could not load file or assembly 'System.ComponentModel.TypeConverter, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Could not load file or assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. </pre> <br /> 이와 관련해서는 다음의 이슈에 잘 나옵니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > WinForms Designer Support #147 ; <a target='tab' href='https://github.com/dotnet/winforms/issues/147'>https://github.com/dotnet/winforms/issues/147</a> </pre> <br /> 실제로 .NET Core 프로젝트의 readme.md에서도 이를 명시하고 있습니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > dotnet/winforms/README.md ; <a target='tab' href='https://github.com/dotnet/winforms/blob/master/README.md'>https://github.com/dotnet/winforms/blob/master/README.md</a> Note: The Windows Forms visual designer is not yet available and will be part of a Visual Studio 2019 update. </pre> <br /> 따라서 현재로서는 그냥 기다리시면 됩니다. ^^<br /> <br /> <hr style='width: 50%' /><br /> <br /> 하지만 방법이 아주 없는 것은 아닙니다. ^^ "<a target='tab' href='https://github.com/dotnet/winforms/issues/147'>WinForms Designer Support #147</a>" 이슈에 보면 Zonciu라는 사람이 .NET Core가 아닌 .NET Framework 버전도 다중으로 지원한다는 설정을 통해 Visual Studio로 하여금 디자이너를 .NET Framework 환경으로 인식해 띄울 수 있는 방법을 소개하고 있습니다.<br /> <br /> 따라서, 프로젝트 파일(csproj)을 다음과 같이 수정해야 합니다. <br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <PropertyGroup> <OutputType>WinExe</OutputType> <span style='color: blue; font-weight: bold'><TargetFrameworks>net472;netcoreapp3.0</TargetFrameworks></span> <UseWindowsForms>true</UseWindowsForms> </PropertyGroup> <ItemGroup Condition=" '$(TargetFramework)' == 'net472' "> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> <Reference Include="System.Drawing" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup Condition=" '$(TargetFramework)' == 'net472' "> <!-- add From files to here to enable designer --> <Compile Update="Form1.cs"> <SubType>Form</SubType> </Compile> </ItemGroup> </Project> </pre> <br /> 새 프로젝트 생성 후, 위와 같이 csproj 파일을 변경해 주면 이제부터는 다시 Windows Forms 디자이너를 사용할 수 있습니다. 하지만, 모든 실행은 .NET Framework 환경으로 다뤄지므로 디자이너로 대충 그려준 다음에는 TargetFrameworks 설정을 다음과 같이 TargetFramework 설정으로 바꿔줘야 합니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > <!--TargetFrameworks>net472;netcoreapp3.0</TargetFrameworks--> <TargetFramework>netcoreapp3.0</TargetFramework> (주의 사항: "s"가 없다는 차이점이 있습니다.) </pre> <br /> 약간 번거롭긴 하지만, Visual Studio 2019가 향후 업그레이드할 때까지는 참고 쓸만할 것입니다. ^^<br /> </p><br /> <br /><hr /><span style='color: Maroon'>[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]</span> </div>
첨부파일
스팸 방지용 인증 번호
1299
(왼쪽의 숫자를 입력해야 합니다.)