Archives by Tag 'Solutions'
Solution to stop unecessary calls to SharePoint Server from Microsoft Office applications
Published Links are the addresses of SharePoint sites/libraries which are available to user as a destination to save the document from Office Application. User can add additional sites/libraries by clicking on Connect To Office button on SharePoint Document Library ribbon. Microsoft Office Applications e.g. Word and Excel try to sync information for all Published Links of SharePoint […]
Solution for viewing HTML files in browser from SharePoint Document Library
In SharePoint 2010 document library, if you click on a file with .html extension, you will notice that browser will open Save File dialogue box. This behaviour stops you to view HTML files directly in browser from document library and some times it is very annoying. To resolve it and view HTML files in browser, […]
Solution: The Taxonomy feature (Feature ID “73EF14B1-13A9-416b-A9B5-ECECA2B0604C”) has not been activated
If you are trying to add a Managed Metadata type column and getting “The Taxonomy feature (Feature ID “73EF14B1-13A9-416b-A9B5-ECECA2B0604C”) has not been activated” error then here is the quickest way to enable the required feature by using following PowerShell cmdlet: Enable-SPFeature -id “73EF14B1-13A9-416b-A9B5-ECECA2B0604C” -url “YourSiteUrl”
HTML Field Control versus Content Editor Web Part
Normally, people feel strong temptation to use Content Editor Web Part (CEWP) whenever they need to display HTML content on a SharePoint page. There is nothing wrong in using CEWP as far as you know when to use it and what are the alternatives. Most of the time CEWP performs as needed but there are some scenarios where we […]
Solution for JavaScript Error on Search Results Page in SharePoint
This article provides the solution for the object expected error on SharePoint Search Results page.
How to generate a valid SharePoint FileName
How to generate a valid SharePoint FileName. I have created a utility function to convert a given string to a valid SharePoint filename. This function is valid for SharePoint 2003, 2007 and 2010.
How to solve never ending "Sleeping for 10 seconds" upgrade message of SharePoint
Here is the solution to solve never ending “Sleeping for 10 seconds” upgrade message of SharePoint
How to create a general purpose Search Results ticker in SharePoint by jQuery
Here is the quickest way to create search results ticker in SharePoint by using jQuery and jCarousel Lite. Just copy paste the code and your ticker is ready.
Solution for Zero Byte SharePoint 2010 Log files
Solution for Zero Byte SharePoint 2010 Log files
How to solve Missing Server Side Dependencies – 8d6034c4-a416-e535-281a-6b714894e1aa Error?
Here is the solution to solve “Missing Server Side Dependencies – 8d6034c4-a416-e535-281a-6b714894e1aa” error in SharePoint 2010 Beta