December 02, 2011
November 30, 2011
STSADM Custom Commands
http://blog.falchionconsulting.com/index.php/downloads/
Example: http://blog.falchionconsulting.com/index.php/2008/02/export-content-types/
SET SOLUTION_NAME=”Lapointe.SharePoint.STSADM.Commands.wsp”
SET STSADM=”C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin\stsadm”
%STSADM% -o addsolution -filename %SOLUTION_NAME%
%STSADM% -o deploysolution -local -allowgacdeployment -name %SOLUTION_NAME%
Deploying the exported Content Types:
http://www.sharepointnutsandbolts.com/2007/04/deploying-content-types-as-feature.html
Example: http://blog.falchionconsulting.com/index.php/2008/02/export-content-types/
SET SOLUTION_NAME=”Lapointe.SharePoint.STSADM.Commands.wsp”
SET STSADM=”C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin\stsadm”
%STSADM% -o addsolution -filename %SOLUTION_NAME%
%STSADM% -o deploysolution -local -allowgacdeployment -name %SOLUTION_NAME%
Deploying the exported Content Types:
http://www.sharepointnutsandbolts.com/2007/04/deploying-content-types-as-feature.html
User Profile Service - File Not Found
Farm Account Issue, Sometimes Sharepoint is installed with some account and is configured with some other account. Then Just go to Security --> Configure Service Accounts --> Update Farm Account
November 18, 2011
Linq
IEnumerable Way
var results = SPContext.Current.Web.Lists["Some List"].Items.Cast
foreach(SPListItem item in results)
{
//logic
}
Ling Way
List
foreach(SPListItem item in results)
{
//logic
}
Subscribe to:
Posts (Atom)
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...
-
http://www.codeproject.com/KB/ajax/ExpandPanelGridView.aspx
-
http://sharepointmagazine.net/articles/creating-documents-with-sharepoint-designer-2010-workflows Issue#1 : The workflow could not cr...
-
I guess Drawing is my first extra curricular activity which i have developed during the school days. Thanks to Bhargavi Teacher[my Drawing T...