티스토리 뷰
프로젝트파일 (.csproj)을 메모장으로 켜서
UseWinFormsOutOfProcDesigner 부분을 True 로 하는 블록을 추가한다.
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
...
<UseWinFormsOutOfProcDesigner>True</UseWinFormsOutOfProcDesigner>
</PropertyGroup>