简体   繁体   中英

When I want publish Project : “the specified path, file name, or both are too long”

when i want run or publish a web project, i received this error :

Severity Code Description Project File Line Suppression State Error Cannot evaluate the item metadata "%(FullPath)". The item metadata "%(FullPath)" cannot be applied to the path "jquery-ui-1.10.3.custom\\development-bundle\\themes\\base\\images\\ui-bg_highlight-soft_75_cccccc_1x100.png". 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.

Someone can help me, Please

Don't keep your project in deep nested folder. Try to keep your project in D:\\Projects\\YourApp . In this way your it will not exceed 260 limit.

You have reached the maximum path length of the FileSystem. You have to make it shorter, eg reducing the filename.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM