Welcome to MSDN Blogs Sign in | Join | Help

April 2008 - Posts

customization of core.js file in SharePoint

If any situation you want to customize the out-of-the-box Core.JS file and if you customized that file directly, it will put you in an unsupported scenario. If you customize the original core.js then it will affect all SharePoint sites under that particular
Posted by sowmyancs | 2 Comments

Rename a File in a SharePoint document library through object model

Following code will do that functionality. Like how we are renaming a file through UI, we have to first check-out the file and after renaming the file we have to check-in it. <code> SPSite oSite = new SPSite (" http://<sitename>/ "); SPWeb
Posted by sowmyancs | 1 Comments

“Server Error: Feature {GUID} is not installed in this farm and cannot be added to this scope”

Sometimes, you may get the above error while trying to activate the installed custom feature in your SharePoint server. Error message says you are trying to install a feature with an invalid scope; there are certain elements that can’t be added to some
Posted by sowmyancs | 1 Comments

Exception: Absolute path information is required

If a webapplication with relative path was created and not provisioned, it stops the user from creating any more webapplications; also we can’t delete that webapplication from the central administration site, though we can see the webapplication name
Posted by sowmyancs | 2 Comments
 
Page view tracker