C#/WPF

[WPF] xaml designer 안보이는 현상.

딸기우유중독 2024. 12. 5. 15:53

 

WpfSurface.runtimeconfig.json is denied

 

 

 

 

 

net8.0-windows   <== 이 폴더 생성 제외.

# 이거 추가하면 메인 프로젝트의  xaml이 안보이는 이슈가 있음.

( < OutputPath > 혹은 <AppendTargetFrameworkToOutputPath> )

# <OutputPath> 이거랑 같이 쓸때 문제가 생김 (정확하지 않음 둘중 하나 혹은 둘이 같이써서 문제) 추정

그냥 될 때도 있음. 정확한 원인 파악 힘듬.

 

		<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

 

 

728x90