【发布时间】:2011-01-05 15:47:01
【问题描述】:
我的一个项目中出现了这个错误,似乎不知从何而来:
Cannot write to the output file "obj\Debug \WindowsFormsApplication1.Properties.Resources.resources". 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.
我该如何解决这个问题?
【问题讨论】:
-
那个目录的绝对路径是什么?
-
几乎可以肯定,这取决于文件路径的深度,请将项目文件夹移近驱动器的根目录。