March 08, 2012

Change Feature Folder Name in VS 2010


http://www.ride-the-bytes.com/?p=1116

http://www.townofbedrock.com/blog/?p=219

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 -- Usually if we have a big feature folder name.


Double-Click on Feature and then Hit F4 to change the feature folder deployment name.



By default the value for Deployment Path is:
$SharePoint.Project.FileNameWithoutExtension$_$SharePoint.Feature.FileNameWithoutExtension$
Change the Deployment Path value to:
$SharePoint.Feature.FileNameWithoutExtension$



No comments:

SonarQube with Jenkins Setup using Docker Images

https://funnelgarden.com/sonarqube-jenkins-docker/  https://medium.com/@hakdogan/an-end-to-end-tutorial-to-continuous-integration-and-con...