When I build my project I am getting the following error - The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters How do I know which file or file path is too long. Any help? |
This error is due to fact that the build folder path for your project is more than character limit and the compiler is unable to reach some of the files under the build folder. SOLUTION: You can change default build folder path for your projects. Follow the below steps:
Please See: All your projects will be built under your custom path. |