Sign In
My Blogs on Sharepoint
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
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
No tags have been created or used yet.
Archive
Archives
March 2010
(1)
October 2009
(2)
July 2009
(1)
May 2009
(2)
April 2009
(4)
March 2009
(1)
February 2009
(5)
January 2009
(1)
December 2008
(1)
November 2008
(5)
August 2006
(2)
November, 2008
MSDN Blogs
>
My Blogs on Sharepoint
>
November, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
My Blogs on Sharepoint
Property does not exist or it is used in a manner inconsistent with the schema settings while using FullTextSearch
Posted
over 4 years ago
by
Pavan
1
Comments
While trying to query custom managed property using FullText Search getting an error "Property does not exist or it is used in a manner inconsistent with the schema settings". We would not be able to query Custom managed property using Microsoft...
My Blogs on Sharepoint
Getting an "401 Unauthorized" exception while trying to create User Profile in sharepoint through ASP.Net application running on a different website
Posted
over 4 years ago
by
Pavan
1
Comments
Add the following register tag in your aspx page <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> Add...
My Blogs on Sharepoint
How to change a multi line text field to allow unlimited length in a document library
Posted
over 4 years ago
by
Pavan
3
Comments
There is a restriction on number of characters (255 characters) allowed for a Multi line text field added to a document library when you try to input more than 255 characters through UI. Attaching a sample code which will help in working around the...
My Blogs on Sharepoint
How to obtain the user identity on My Profile page of MySite
Posted
over 4 years ago
by
Pavan
1
Comments
Had a scenario where in I had to get User Identity of one of my colleague in My Profile page of MySite in MOSS. Sample Code snippet ------------------------------------ SPSecurity.RunWithElevatedPrivileges(delegate() { IPersonalPage page...
My Blogs on Sharepoint
Getting an error "Unable to connect to database" on MOSS site
Posted
over 4 years ago
by
Pavan
1
Comments
Check if you have a dll called Security.dll in your bin folder of MOSS. Why does it fail? We have Security.dll which comes with OS and it is required for authentication purposes between server and client. When we have Security.dll in bin folder...
Page 1 of 1 (5 items)