I get the following error message that prevents the project in question from building:
Code:
NCrunch: If you are experiencing problems in getting this project to build, have a look at http://www.ncrunch.net/documentation/troubleshooting_project-build-issues
The file 'very long path' has a length that exceeds the 259 character limit when it is copied to the NCrunch workspace. You can resolve this problem by either moving the file closer to its project root or by changing the NCrunch workspace base path to be closer to the root directory of your drive.
The file 'very long file path.sql' has a length that exceeds the 259 character limit when it is copied to the NCrunch workspace. You can resolve this problem by either moving the file closer to its project root or by changing the NCrunch workspace base path to be closer to the root directory of your drive.
Obviously this refers to the dark old days of limited path lengths on Windows.
However now I have the following registry key enabled this restriction no longer applies.
Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled
Is it possible for NCrunch to allow long paths if it is enabled on the local machine?