-
[WPF] Maximum Path Length LimitationC#/WPF 2024. 12. 6. 10:11
GeneratedMSBuildEditorConfig.editorconfig Error
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "LongPathsEnabled"=dword:00000001
<PropertyGroup> <GeneratedMSBuildEditorConfigFile>$(IntermediateOutputPath)\$(MSBuildProjectName).GeneratedMSBuildEditorConfig.editorconfig</GeneratedMSBuildEditorConfigFile> </PropertyGroup>
https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
Maximum Path Length Limitation - Win32 apps
Starting in Windows 10, version 1607, MAX_PATH limitations have been removed from many common Win32 file and directory functions. However, your app must opt-in to support the new behavior.
learn.microsoft.com
New generated GeneratedMSBuildEditorConfig file since recent upgrade
I have been upgrading a project and since the latest version of Visual Studio 2019 was installed have found the following file being output to disk MyProjectName.GeneratedMSBuildEditorConfig.editor...
stackoverflow.com
728x90'C# > WPF' 카테고리의 다른 글
[WPF] <ImplicitUsings> (0) 2024.12.06 [WPF] Multi TargetFramework (0) 2024.12.06 [WPF] xaml designer 안보이는 현상. (0) 2024.12.05 [WPF] .NET SDK 프로젝트용 MSBuild 참조 (0) 2024.12.05 [WPF] 응용프로그램 세팅 (Settings) (0) 2024.12.03 댓글