Friday, June 3, 2011

Best SharePoint places to look for!!

0. http://blogs.msdn.com/sharepoint
1. http://blogs.msdn.com/b/rogerla/
2. http://blogs.msdn.com/b/ericwhite/archive/2010/10/26/sharepoint-developer-building-blocks-technologies-for-creating-sharepoint-applications.aspx
3. http://andrewconnell.com/blog
4. http://blah.winsmarts.com
5. http://sharepoint.alltop.com/
6. http://www.sharepointnutsandbolts.com/
7. http://msdn.microsoft.com/en-us/office/dd638301.aspx (Dev best practices)

Monday, May 16, 2011

AppCmd to list App pool config and properties

Appcmd list apppool "" /config>c:/results.txt

Friday, March 25, 2011

Second level Site Admin Recycle bin

End user Recycle Bin items :
_layouts/AdminRecycleBin.aspx

Deleted from end user Recycle Bin:
_layouts/AdminRecycleBin.aspx?View=2

Thursday, March 17, 2011

Your license conversion operation failed. Check the error logs for details.

Solution is IISRESET :-) Also make sure the Administration service is up and running!

Wednesday, September 29, 2010

stsadm.exe -o execadmsvcjobs

Execute admin service jobs
stsadm.exe -o execadmsvcjobs

Saturday, September 11, 2010

SPS 2010 - Config Wizard Issues

Failed to create the configuration database.

An exception of type System.IO.FileNotFoundException ws thrown. Additional exception information. Could not load file or assembly ‘microsoft.identity.model. version=1.0.0.0,culture=neutral, publickeytoken=31bf3856ad364e35′ or one of it’s dependencies. The system cannot find the file specified.

Fix:
http://support.microsoft.com/?kbid=974405
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=eb9c345f-e830-40b8-a5fe-ae7a864c4d76&displaylang=en

Error:
An error occurred during the processing of . Could not load file or assembly 'System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Solution:
Make sure you have .net framework 3.5 SP1 installed
http://www.microsoft.com/downloads/details.aspx?FamilyID=AB99342F-5D1A-413D-8319-81DA479AB0D7&displaylang=en

Also you need to install MSChart component. If you are using Framework 4.0 then you dont need to install it separatly.
http://www.microsoft.com/downloads/details.aspx?familyid=130F7986-BF49-4FE5-9CA8-910AE6EA442C&displaylang=en

Tuesday, August 31, 2010