-
[WPF] xaml designer 안보이는 현상.C#/WPF 2024. 12. 5. 15:53
WpfSurface.runtimeconfig.json is denied
net8.0-windows <== 이 폴더 생성 제외.
# 이거 추가하면 메인 프로젝트의 xaml이 안보이는 이슈가 있음.
( < OutputPath > 혹은 <AppendTargetFrameworkToOutputPath> )
# <OutputPath> 이거랑 같이 쓸때 문제가 생김 (정확하지 않음 둘중 하나 혹은 둘이 같이써서 문제) 추정
그냥 될 때도 있음. 정확한 원인 파악 힘듬.
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
728x90'C# > WPF' 카테고리의 다른 글
[WPF] Multi TargetFramework (0) 2024.12.06 [WPF] Maximum Path Length Limitation (0) 2024.12.06 [WPF] .NET SDK 프로젝트용 MSBuild 참조 (0) 2024.12.05 [WPF] 응용프로그램 세팅 (Settings) (0) 2024.12.03 [WPF] WPF New Project 시 Platforms변경 (0) 2024.11.29 댓글