在使用 devenv 从命令行构建c#代码时,我收到此错误: - 操作无法完成。文件名或扩展名太长。 系统找不到指定的文件
我使用的批处理文件命令是:
devenv /build Release E:\MES_TEST_tool\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\MT20160404/trunk/POC/C#WorkSpace/LicenseManagementSystem/LicenseManagementSystem.sln >E:\MES_TEST_tool\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\MEST_SCA_TestTool/logs/buildLogs.txt
任何帮助将不胜感激.. 感谢。
答案 0 :(得分:0)
Windows每个文件名的最大字符长度为:
Maximum filename length in NTFS (Windows XP and Windows Vista)?
尝试移动项目/代码并根据
重命名