When I am going to publish my project in visual studio 2015, error message showing.
The fully qualified file name must be less than 260 characters, and the directory name must be less than 248.
I have tried to shot project location path but no result found.
there is another project in same folder, I am able to publish it,
pls help
Aravind GovindarajPosted Nov 25, 2022, 3:56 PM
There is a registry, please change the Value of the parameter
HKLM\SYSTEM\CurrentControlSet\Control\FileSystem LongPathsEnabled (Type: REG_DWORD)should be set to 1. Can you try to change it and let me know if persistsSandeep KumarPosted Nov 24, 2022, 7:58 AM
i have tried this ,still problem persist.
I Moved my solution to another directory, one that's closer to the root. but still error showing
Amit MohantyPosted Nov 24, 2022, 7:06 AM
Try this
https://stackoverflow.com/questions/11434206/visual-studio-unknown-build-error-the-fully-qualified-name-must-be-less-than-26