sharepoint server 2007

The trial period for this product has expired SharePoint: Resolved

I was getting this error in case of Publishing site e.g. Creating a publishing site, creating a publishing page etc. There are so many resolution on internet regarding this issue but nothing helped for me. So how i resolved this issue is discussed below: Download “office2007-kb971620-fullfile-x86-glb.exe” from http://support.microsoft.com/kb/971620/en-us After download, double click “office2007-kb971620-fullfile-x86-glb.exe” to run. The trial period for this product has expired SharePoint: Resolved

Convert date from dd/MM/yyyy to MM/dd/yyyy for storing in SharePoint list or Sql Server Database

I was working on a custom web part that takes the date in Indian format e.g. dd/MM/yyyy while inserting the record in SharePoint custom list. But as we know that SharePoint custom list insert the date value as MM/dd/yyyy format. So it was throwing me the error for invalid string format so below is the Convert date from dd/MM/yyyy to MM/dd/yyyy for storing in SharePoint list or Sql Server Database

Resolved:Use Microsoft.SharPoint namespace in Inline Code of .ASPX Page

Its 2:17 AM of night and I am working with a pop up window to use in sharepoint due to this i took a .aspx page provided in visual studio so i have to wrote some inline code that uses Microsoft.SharePoint name-space. Below is the code snippet for utilizing Microsoft.SharePoint in inline code: <%@ Page Resolved:Use Microsoft.SharPoint namespace in Inline Code of .ASPX Page

Hide View All Site Content and Recycle Bin in Quick Launch: Resolved

I assigned a task to hide “View All Site Content” and “Recycle Bin” link from left hand navigation of sharepoint site. I wanted to implement this without editing the master page in SharePoint Designer. I just open the page where i want to hide these links, i checked the source of that web page by Hide View All Site Content and Recycle Bin in Quick Launch: Resolved

Resolved: No SharePoint Site exists at the specified URL

I created a blank solution in VS2008 and added 8 projects in this solution. Out of 8 projects 6 were the different class library project, 1 was for Event Receivers and 1 was for Web Parts using VSeWss 1.3. Now i created a new web part inside web part project code it according to my Resolved: No SharePoint Site exists at the specified URL

Resolved: An object in the SharePoint administrative framework could not be deleted because other objects depend on it.

I was deleting a web application from my sharepoint server using CA.I checked for “Delete content databases” and “Delete IIS Websites” and then press delete. After that a error window appears in screen and states that “An object in the SharePoint administrative framework, “SPWebApplication Name=Dhondiyals’ Site Parent=SPWebService”, could not be deleted because other objects depend Resolved: An object in the SharePoint administrative framework could not be deleted because other objects depend on it.

Enable Create GUID in VS2008

It is possible someone else already blogged about it but a lot of SharePoint developers seem to have problems to generate GUIDs when using Visual Studio 2008. We are used to click the Tools menu and choose Create Guid but unfortunately this option is disabled when you start using Visual Studio 2008. Read here for Enable Create GUID in VS2008