Sign In
Microsoft Premier Field Engineer - SharePoint Dev
Blog - About
About Microsoft Premier Field Engineer - SharePoint Dev
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
performance point services
PerformancePoint
SharePoint Code Review
sharepoint linq security
Archive
Archives
January 2012
(2)
November 2011
(1)
October 2011
(2)
September 2010
(4)
July 2010
(4)
April 2010
(5)
February 2010
(4)
October 2009
(1)
September 2009
(5)
July 2009
(4)
May 2009
(2)
April 2009
(1)
March 2009
(2)
February 2009
(4)
November 2008
(6)
October 2008
(6)
September 2008
(5)
August 2008
(4)
July 2008
(2)
June 2008
(5)
May 2008
(7)
April 2008
(4)
March 2008
(11)
September 2007
(2)
April, 2008
MSDN Blogs
>
Microsoft Premier Field Engineer - SharePoint Dev
>
April, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Premier Field Engineer - SharePoint Dev
customization of core.js file in SharePoint
Posted
over 4 years ago
by
sowmyancs
5
Comments
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...
Microsoft Premier Field Engineer - SharePoint Dev
Rename a File in a SharePoint document library through object model
Posted
over 4 years ago
by
sowmyancs
1
Comments
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>/...
Microsoft Premier Field Engineer - SharePoint Dev
“Server Error: Feature {GUID} is not installed in this farm and cannot be added to this scope”
Posted
over 4 years ago
by
sowmyancs
1
Comments
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...
Microsoft Premier Field Engineer - SharePoint Dev
Exception: Absolute path information is required
Posted
over 4 years ago
by
sowmyancs
2
Comments
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...
Page 1 of 1 (4 items)