Website publish failing due to file path being too long

后端 未结 6 723
失恋的感觉
失恋的感觉 2020-12-13 18:47

I am trying to publish a Website project from a vendor that has ridiculously long paths to some of its files. When publishing, the error is:

The specified pa         


        
6条回答
  •  無奈伤痛
    2020-12-13 19:04

    At the time of publishing the project, the visual studio compiler checks the size of the files that are part of the project.

    So I searched for long names in files. I found and renamed those files.

    Did Work perfectly

提交回复
热议问题