September 26, 2011

Display user image from user profiles in MOSS 2007

In MOSS 2007, by default the logged user image is not displayed on the aspx pages. In order to display the user image from user profiles in mysite, add the following code in the aspx pages , by editing the pages in sharepoint designer 2007.



In order to increase the picture size, increase the size of the "ResizetoFit " attribute value as per your requirement. Both the length and breadth will increase in the same proportion.

September 1, 2011

Browsers error in Sharepoint

Sometimes after making changes in Sharepoint website, we started to get the Browsers error in IE. Like the following error:



The solution to remove this error is to delete the App_Browsers folder in _vti_cnf of respective website in Inetpub.

Error installing .Net Framework 3.5 in Sql Server 2012

During installation of Sql Server 2012 on Windows server 2012 or addition of roles and features for SharePoint 2013, the setup wizard will...