카테고리 없음

VS2022 x86 디자이너 오류 날때

swanB 2024. 10. 21. 17:09

프로젝트파일 (.csproj)을 메모장으로 켜서
UseWinFormsOutOfProcDesigner 부분을 True 로 하는 블록을 추가한다.

 



<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
   ...
    <UseWinFormsOutOfProcDesigner>True</UseWinFormsOutOfProcDesigner>
  </PropertyGroup>