Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft.WindowsAzure.targets "The specified path, file name,or both are too long"

Tags:

azure

publish

I am trying to publish a project to Windows Azure but get an error in the generated Microsoft.WindowsAzure.targets file related to length of paths and file names. How can I determine which is the problematic path or filename. The error relates to the "" tag in the generated file Thanks Martin

like image 892
Martin Avatar asked Oct 04 '22 16:10

Martin


1 Answers

Already an older post - did you check this post? Path too long error when building a windows azure service

This might reslove your issue.

like image 70
Marc Loeb Avatar answered Oct 10 '22 02:10

Marc Loeb