gpt4 book ai didi

visual-studio-2010 - Visual Studio 未知生成错误。完全限定名称必须少于 260 个字符

转载 作者:IT老高 更新时间:2023-10-28 11:11:59 28 4
gpt4 key购买 nike

我在构建 WPF 解决方案时遇到了问题。每次我尝试构建它时,都会收到以下错误消息:

Unknown build 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.'

有人可以帮助我吗?我已经验证了所有字段及其扩展路径都可以。这可能是 TortoiseSVN 或类似的问题吗?我最近在我的解决方案中添加了一个文件夹,可以用这个吗?

最佳答案

这是 Windows win32 api 中众所周知的限制。您存储项目的目录嵌套太深。文件的完整路径名不能超过 259 个字符。除此之外,由于缓冲区溢出,许多使用 MAX_PATH 的 C 代码开始失败。

将您的解决方案移至另一个目录,即更接近根目录的目录。

关于visual-studio-2010 - Visual Studio 未知生成错误。完全限定名称必须少于 260 个字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11434206/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com