<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="WordPress/2.9.2" --><rss version="0.92">
<channel>
	<title>Microsoft SharePoint Products &amp; Technologies</title>
	<link>http://www.mstechblogs.com/sharepoint</link>
	<description />
	<lastBuildDate>Tue, 02 Mar 2010 15:13:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/xml" href="http://feeds.feedburner.com/mstechblogs/sharepoint" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="mstechblogs/sharepoint" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">mstechblogs/sharepoint</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Client Object Model in SharePoint 2010 – Part 1</title>
		<description><![CDATA[<p>Client Object Model in SharePoint 2010 is one of the developers dream. It enables developers to
access the SharePoint data from client, the code need not to be deployed in to the server.</p>
<p>Client Object Model can be used in the following three ways.</p>

.Net CLR
Silverlight Object Model
JavaScript

<p>.Net CLR Example:
</p>
<p>Create the context to the SharePoint site. No traffic/requests [...]]]></description>
		<link>http://www.mstechblogs.com/sharepoint/client-object-model-in-sharepoint-2010-%e2%80%93-part-1/</link>
			</item>
	<item>
		<title>Cannot open database requested by the login the login failed</title>
		<description><![CDATA[<p>I got into the below issue, when I try to access the site collection search scopes.
</p>
<p>Cannot open database &#8220;Uday_SharePoint_SSP_Content&#8221; requested by the login. The login failed. Login failed for user &#8216;Uday\Uday.Ethirajulu$&#8217;.   at Microsoft.SharePoint.Portal.Search.Admin.Pages.SearchAdminPageBase.ErrorHandler(Object sender, EventArgs e)    at System.Web.UI.TemplateControl.OnError(EventArgs e)    at System.Web.UI.Page.HandleError(Exception e)    at System.Web.UI.Page.ProcessRequestMain(Boolean [...]]]></description>
		<link>http://www.mstechblogs.com/sharepoint/cannot-open-database-requested-by-the-login-the-login-failed-3/</link>
			</item>
	<item>
		<title>Unable to connect to SQL Server session database the connection string was returned by an instance of the IPartitionResolver type</title>
		<description><![CDATA[<p>Today, I was playing with authentication providers for setting up the site with anonymous access.
</p>
<p>Suddenly the site started throwing the below error. I have no clue what&#8217;s wrong on the DB Server, then I restarted the DB Server no luck L
			</p>
<p>
 </p>
<p>Exception:
</p>
<p>Exception Type: System.Web.HttpException  Exception Message: Unable to connect to SQL Server session database. The connection [...]]]></description>
		<link>http://www.mstechblogs.com/sharepoint/unable-to-connect-to-sql-server-session-database-the-connection-string-was-returned-by-an-instance-of-the-ipartitionresolver-type/</link>
			</item>
	<item>
		<title>WebCast : Client Object Model in SharePoint 2010</title>
		<description><![CDATA[<p>I am planning for a webcast with demo in &#8220;Client Object Model in SharePoint 2010&#8243; on February 9th 2010.</p>
<p>Register for the event here</p>
]]></description>
		<link>http://www.mstechblogs.com/sharepoint/webcast-client-object-model-in-sharepoint-2010/</link>
			</item>
	<item>
		<title>List level Validation in SharePoint 2010</title>
		<description><![CDATA[<p>In my earlier article, I wrote about column level validation in SharePoint 2010.
</p>
<p>List level validation will trigger before saving the content. The validation should return TRUE to save the content.
</p>
<p>Library Information List:
</p>
<p>I have created sample list Library Information with the following columns.
</p>
<p>
	</p>
<p>Validation Scenario:
</p>
<p>Due date should be greater than Issue Date.
</p>
<p>
 </p>
<p>Validation Settings:
</p>
<p>Go to List Settings and [...]]]></description>
		<link>http://www.mstechblogs.com/sharepoint/list-level-validation-in-sharepoint-2010/</link>
			</item>
	<item>
		<title>User Profile Exception Error while Creating Sample Data in SharePoint 2010 Configuration Wizard</title>
		<description><![CDATA[<p>I encountered the following error while running Configuration wizard for SharePoint 2010.
</p>
<p>You need to Install the hotfix for Windows Server 2008 R2 / Windows 7. Download here from Microsoft Connect.
</p>
<p>   
 </p>
<p>
		</p>
<p>   
 </p>
<p>Error in Log File: 
		</p>
<p>01/09/2010 13:20:05 17 ERR An exception of type Microsoft.Office.Server.UserProfiles.UserProfileException was thrown. Additional exception information: Unrecognized attribute &#8216;allowInsecureTransport&#8217;. Note that attribute [...]]]></description>
		<link>http://www.mstechblogs.com/sharepoint/user-profile-exception-error-while-creating-sample-data-in-sharepoint-2010-configuration-wizard/</link>
			</item>
	<item>
		<title>Column Validation in SharePoint 2010</title>
		<description><![CDATA[<p>Most of the developers faced issues with column validations in SharePoint 2003/2007.
</p>
<p>It is really painful to write the validation using custom approach like javascript or jquery.
</p>
<p>SharePoint 2010 provides the following validations in Out of the Box.
</p>

Column Level Validation

List Level Validation


<p>Column Level Validation
</p>
<p>While creating new column in list, click on the column validation node.
</p>
<p>Specify your validation [...]]]></description>
		<link>http://www.mstechblogs.com/sharepoint/column-validation-in-sharepoint-2010/</link>
			</item>
	<item>
		<title>CodePlex Release : List Search WebPart</title>
		<description><![CDATA[<p>Hi Community,                        </p>
<p>I have contributed List Search WebPart for SharePoint in CodePlex.</p>
<p>Project Description:

                              This Project provides the List Search WebPart for WSS 3.0 / SharePoint 2007. Just add the WebPart to page and specify the list name, filter fields, display fields and criteria.</p>
<p>Simple Interface for Tool Part with advanced features for list search.</p>
<p>Features</p>

Ajax Enabled
Easy configuration [...]]]></description>
		<link>http://www.mstechblogs.com/sharepoint/codeplex-release-list-search-webpart/</link>
			</item>
	<item>
		<title>How to Create Custom Menu Item in Site Actions</title>
		<description><![CDATA[<p>The below sample feature creates new menu item in Site Actions menu, Please replace the GUID in the below code.
</p>
<p>Sample Feature File
</p>
<p style="background: #f2f2f2">&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62;
</p>
<p style="background: #f2f2f2">&#60;Feature
</p>
<p style="background: #f2f2f2">    Id=&#8221;&#60;GUID&#62;&#8221;
</p>
<p style="background: #f2f2f2">    Title=&#8221;Custom Menu Item&#8221;
</p>
<p style="background: #f2f2f2">    Description=&#8221; &#8221;
</p>
<p style="background: #f2f2f2">    Version=&#8221;1.0.0.0&#8243;
</p>
<p style="background: #f2f2f2">    Scope=&#8221;Site&#8221;
</p>
<p style="background: #f2f2f2">    Hidden=&#8221;False&#8221; xmlns=&#8221;http://schemas.microsoft.com/sharepoint/&#8221;&#62;
</p>
<p style="background: #f2f2f2">    &#60;ElementManifests&#62;
</p>
<p style="background: #f2f2f2">        &#60;ElementManifest
</p>
<p style="background: #f2f2f2">            Location=&#8221;elements.xml&#8221; /&#62;
</p>
<p style="background: #f2f2f2">    &#60;/ElementManifests&#62;
</p>
<p style="background: #f2f2f2">&#60;/Feature&#62;
</p>
<p>
 </p>
<p>Sample [...]]]></description>
		<link>http://www.mstechblogs.com/sharepoint/how-to-create-custom-menu-item-in-site-actions/</link>
			</item>
	<item>
		<title>TreeView Doc Lib V 2.0 in CodePlex</title>
		<description><![CDATA[<p>I have released the next version of TreeView Document Library WebPart for SharePoint 2007.</p>
<p>Added features in this release:</p>
<p> </p>

Automatically populates the list of document libraries in dropdownlist in toolpart

Collapsed TreeView can be managed from toolpart property

Automatically shows the appropriate icons for the files in document library


<p> </p>
<p>WebPart included as feature in solution package.</p>
<p>Please post your comments or [...]]]></description>
		<link>http://www.mstechblogs.com/sharepoint/treeview-doc-lib-v-2-0-in-codeplex/</link>
			</item>
</channel>
</rss>
