October 11, 2011

Configuration Error : Web.Config [No Relevant Source Line]

Sometimes , we get the below error while running pages in Moss 2007


Solution : We have to grant the Full Control on the Security tab and for that right click the folder and select Properties.

Or

You have to place your project in the root drive of windows installation.



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.

August 21, 2011

In Sharepoint, if you want to hide the quicklaunch bar, then put the page in Edit mode and add a content editor webpart. Click " modify this webpart" from drop down of webpart and select the Source editor and paste the following lines

This code will hide the quick launch from the page . (Make the Content Editor webpart hidden.)
Dear Readers,
I have created this blog http://maksharepoint.blogspot.com/ to share my sharepoint development experience with you. Presently, i am working as a software engineer (Sharepoint) and my job role includes complete customization of the OOB features of the sharepoint.

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...