Visual Studio unknown build error. The fully qualified name must be less than 260 characters

前端 未结 6 2016
执笔经年
执笔经年 2021-01-01 10:23

I\'m having trouble while building my WPF solution. Everytime I try to build it, I get this error message:

Unknown build error, \'The specified path,

6条回答
  •  失恋的感觉
    2021-01-01 11:08

    No worry....This error comes because of long path name,Suppose your project folder name is "myproject".

    You Just Change location of project folder...Put your Project "myproject" to D:\myproject or or F:\myproject drive.Then You Publish again..Its work...

    Happy Coding...

提交回复
热议问题