<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8020702908878841794</atom:id><lastBuildDate>Thu, 19 Dec 2024 03:30:57 +0000</lastBuildDate><category>SharePoint</category><category>MOSS 2007</category><category>SP2010</category><category>C#</category><category>API</category><category>Central Administration</category><category>SharePoint 2010</category><category>WSS</category><category>MasterPage</category><category>STSADM</category><category>SharePoint Designer</category><category>Web.config</category><category>.Net 4.0</category><category>Certification</category><category>Dotnet</category><category>Features</category><category>Framework</category><category>Timer Job</category><category>Aspose</category><category>Assembly</category><category>Backup</category><category>Build Action</category><category>CSS</category><category>Copy DLL</category><category>Cumulative updates</category><category>Embedded Resource</category><category>Excel</category><category>Extract</category><category>FeatureReceiver</category><category>GAC</category><category>IP</category><category>ISO8601</category><category>Import</category><category>InfoPath 2013</category><category>List</category><category>OleDb</category><category>PDF</category><category>Rename</category><category>Service Pack</category><category>Service unavailable</category><category>SharePoint 2013</category><category>Title Column</category><category>Users</category><category>VS2010</category><category>Versions</category><category>coreV4.css</category><title>SharePoint MIX</title><description>Useful tips &amp;amp; tricks on SP2013, SP2010, MOSS 2007, .Net, Windows &amp;amp; Web Applications, Webservices, SQL Server, UML</description><link>http://prasanjitmandal.blogspot.com/</link><managingEditor>noreply@blogger.com (PM)</managingEditor><generator>Blogger</generator><openSearch:totalResults>26</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-8125152141635053789</guid><pubDate>Tue, 18 Feb 2014 19:18:00 +0000</pubDate><atom:updated>2014-02-19T00:50:10.633+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">InfoPath 2013</category><category domain="http://www.blogger.com/atom/ns#">SharePoint 2013</category><title>MS to pull the plug on InfoPath</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Alright, guess my post&#39;s topic says it all. So, it&#39;s true, loud and clear, Microsoft is going to discontinue InfoPath from the next release of SharePoint. MS did launch the InfoPath 2013 along with the suite of other products on SharePoint 2013 and they will support the product for the next 10 years i.e., 2023.&lt;br /&gt;
&lt;br /&gt;
Want to read more on this, click here: &lt;a href=&quot;http://blogs.office.com/2014/01/31/update-on-infopath-and-sharepoint-forms/&quot;&gt;http://blogs.office.com/2014/01/31/update-on-infopath-and-sharepoint-forms/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;/div&gt;
</description><link>http://prasanjitmandal.blogspot.com/2014/02/ms-to-pull-plug-on-infopath.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-7279800158672996522</guid><pubDate>Sat, 24 Aug 2013 20:19:00 +0000</pubDate><atom:updated>2013-08-25T01:49:20.381+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">FeatureReceiver</category><category domain="http://www.blogger.com/atom/ns#">Features</category><category domain="http://www.blogger.com/atom/ns#">SharePoint 2010</category><category domain="http://www.blogger.com/atom/ns#">SP2010</category><title>Can&#39;t get SPContext inside Event Receiver</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;Just recently came to know about this, thought I might share my learning. It is basically by design that you cannot get the SPContext inside the event handlers. This might leave you wondering then how should you proceed?&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;Well, you can of course use &lt;span style=&quot;background-color: white; line-height: 18px;&quot;&gt;event properties passed as argument to the handler to get reference to current web, site, or the list item, etc.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 18px;&quot;&gt;Example below:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: #eeeeee; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;public override void FeatureActivated(SPFeatureReceiverProperties properties)&lt;/span&gt;&lt;br style=&quot;background-color: #eeeeee; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px;&quot; /&gt;&lt;span style=&quot;background-color: #eeeeee; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;{&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;background-color: #eeeeee; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px;&quot; /&gt;&lt;span style=&quot;background-color: #eeeeee; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;SPWeb web = properties.Feature.Parent as SPWeb;&lt;/span&gt;&lt;br style=&quot;background-color: #eeeeee; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px;&quot; /&gt;&lt;span style=&quot;background-color: #eeeeee; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;//Some code with web&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;background-color: #eeeeee; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px;&quot; /&gt;&lt;span style=&quot;background-color: #eeeeee; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</description><link>http://prasanjitmandal.blogspot.com/2013/08/cant-get-spcontext-inside-event-receiver.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-5076039872507093014</guid><pubDate>Sat, 25 May 2013 06:37:00 +0000</pubDate><atom:updated>2013-05-25T12:07:19.251+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">coreV4.css</category><category domain="http://www.blogger.com/atom/ns#">CSS</category><category domain="http://www.blogger.com/atom/ns#">MasterPage</category><category domain="http://www.blogger.com/atom/ns#">SharePoint 2010</category><category domain="http://www.blogger.com/atom/ns#">SharePoint Designer</category><title>How to hide the quick launch and left panel in SharePoint</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;While working on a recent assignment for creating a custom master page, the left side quick launch area needed to be hidden. So, I put the below statement in my masterpage&#39;s associated &amp;nbsp;CSS file to override the coreV4.css default behavior:&lt;/span&gt;&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: blue; font-family: Arial, Helvetica, sans-serif;&quot;&gt;.s4-ca{&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: blue; font-family: Arial, Helvetica, sans-serif;&quot;&gt;margin-left:0px;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: blue; font-family: Arial, Helvetica, sans-serif;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Saved my css changes in the SharePoint Designer and checked my changes, while it looked fine on the IE 8+, on Mozilla browser, my page content was coming out / exceeding the right boundary as I was making a centered masterpage.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I used Mozilla&#39;s Toggle Tools under developer tools menu and found that the left panel was still occupying space on left and making the page content shift to the right. To fix the space occupied by the left panel, I put the below statement in the custom CSS and it did the trick on Mozilla. Do not forget to save the changes to the CSS after you have made the modifications and then refresh the page.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: blue; font-family: Arial, Helvetica, sans-serif;&quot;&gt;#s4-leftpanel{&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: blue; font-family: Arial, Helvetica, sans-serif;&quot;&gt;width:0px!important;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: blue; font-family: Arial, Helvetica, sans-serif;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: blue; font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You can even try&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;color: blue; font-family: Arial, Helvetica, sans-serif;&quot;&gt;#s4-leftpanel{&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: blue; font-family: Arial, Helvetica, sans-serif;&quot;&gt;width:display:none;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: blue; font-family: Arial, Helvetica, sans-serif;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><link>http://prasanjitmandal.blogspot.com/2013/05/how-to-hide-quick-launch-and-left-panel.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-2827111093728430428</guid><pubDate>Wed, 15 May 2013 17:28:00 +0000</pubDate><atom:updated>2013-05-15T22:58:48.691+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">MasterPage</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><category domain="http://www.blogger.com/atom/ns#">SharePoint Designer</category><category domain="http://www.blogger.com/atom/ns#">SP2010</category><title>Add Custom CSS to your SharePoint MasterPage</title><description>&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;As often it happens, we have to customize the look-n-feel of the v4.master to achieve the styles as expected by customer. At this point, we end up designing a custom CSS and then associate it within the MasterPage. The steps for doing that are explained below:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Use an SP2010 control called &lt;b&gt;cssregistration &lt;/b&gt;and add a line below the existing csslink:&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Existing line: &lt;span style=&quot;color: blue;&quot;&gt;&lt;sharepoint:csslink font=&quot;&quot;&gt; &lt;span style=&quot;color: red;&quot;&gt;runat&lt;/span&gt;=&quot;&lt;span style=&quot;color: blue;&quot;&gt;server&lt;/span&gt;&quot; &lt;span style=&quot;color: red;&quot;&gt;Version&lt;/span&gt;=&quot;&lt;span style=&quot;color: blue;&quot;&gt;4&lt;/span&gt;&quot; /&amp;gt;&lt;/sharepoint:csslink&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Now, add the above mentioned control by putting the line:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;sharepoint:cssregistration font=&quot;&quot; runat=&quot;&quot;&gt;=&quot;&lt;span style=&quot;color: red;&quot;&gt;server&lt;/span&gt;&quot; &lt;span style=&quot;color: blue;&quot;&gt;name&lt;/span&gt;=&quot;&lt;span style=&quot;color: red;&quot;&gt;/Style%20Library/Scripts/style.css&quot; After=&quot;coreV4.css&lt;/span&gt;&quot; /&amp;gt;&lt;/sharepoint:cssregistration&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;What this does is basically it tells the SharePoint to load your custom CSS after the load of the default Corev4.css. This way your styles will&amp;nbsp;supersede&amp;nbsp;the default styles.&lt;/span&gt;&lt;br /&gt;
</description><link>http://prasanjitmandal.blogspot.com/2013/05/add-custom-css-to-your-sharepoint.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-7047788802460238403</guid><pubDate>Sat, 11 May 2013 11:26:00 +0000</pubDate><atom:updated>2013-05-12T12:05:37.269+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">MasterPage</category><category domain="http://www.blogger.com/atom/ns#">SharePoint Designer</category><category domain="http://www.blogger.com/atom/ns#">SP2010</category><category domain="http://www.blogger.com/atom/ns#">Web.config</category><title>Fix the Max Controls Issue in SharePoint</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;While working with SharePoint MasterPages, sometimes, you might see this peculiar issue, &quot;This page allows a limit of 200 controls, and that limit has been exceeded&quot; and ponder over what could have caused it. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The real source for this exception to be thrown is in the web.config file, &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;safemode color=&quot;#ff0000&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;MaxControls&lt;/span&gt;&lt;/safemode&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;=&quot;200&quot; &lt;span style=&quot;color: red;&quot;&gt;CallStack&lt;/span&gt;=&quot;true&quot; &lt;span style=&quot;color: red;&quot;&gt;DirectFileDependencies&lt;/span&gt;=&quot;10&quot; &lt;span style=&quot;color: red;&quot;&gt;TotalFileDependencies&lt;/span&gt;=&quot;50&quot; &lt;span style=&quot;color: red;&quot;&gt;AllowPageLevelTrace&lt;/span&gt;=&quot;false&quot; /&amp;gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;So, this is about the limit that Microsoft has typically placed in a SharePoint Web Application&#39;s web.config, the SafeMode section has a MaxControls attribute that&#39;s set to 200 by default.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Going past this threshold limit may cause stability issues for the page. This could have been caused accidentally while you were adding some custom controls on the Masterpage.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;To fix this, do not try to edit the web.config Max Controls setting to a higher number as that is not recommended although for smaller enterprises it might be permissible. However, at large corporations, this would not be allowed by their IT department.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Rather, you should take out a few controls from the MasterPage by editing it in the SharePoint Designer (SPD) and do an IISReset, your page starts working again. This should save your day again.. :)&lt;/span&gt;&lt;/div&gt;
</description><link>http://prasanjitmandal.blogspot.com/2013/05/fix-max-controls-issue-in-sharepoint.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-1506134851607523084</guid><pubDate>Thu, 09 May 2013 19:47:00 +0000</pubDate><atom:updated>2013-05-10T01:17:21.610+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Aspose</category><category domain="http://www.blogger.com/atom/ns#">Build Action</category><category domain="http://www.blogger.com/atom/ns#">Embedded Resource</category><category domain="http://www.blogger.com/atom/ns#">SharePoint 2010</category><category domain="http://www.blogger.com/atom/ns#">SP2010</category><category domain="http://www.blogger.com/atom/ns#">VS2010</category><title>Steps to consume Aspose Cells license in Code</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Recently, I got the chance to use Aspose.Cells in one of my project. Once, you have procured the Product license key which is typically in a .txt file, you can register the license in 4 simple steps:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Get rid of any reference to the evaluation period version of the DLL (if used) from your solution&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Add a folder in the VS2010 Solution and just add a folder and place the required license file (Aspose.Cells.Lic)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Make the client license as a part of the VS2010 solution by going to the license property in Visual Studio and choosing&amp;nbsp;&lt;span style=&quot;background-color: white; color: #333333;&quot;&gt;In the&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;background-color: white; color: #333333;&quot;&gt;Properties&lt;/b&gt;&lt;span style=&quot;background-color: white; color: #333333;&quot;&gt;&amp;nbsp;dialog box, locate the&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;background-color: white; color: #333333;&quot;&gt;Build Action&lt;/b&gt;&lt;span style=&quot;background-color: white; color: #333333;&quot;&gt;&amp;nbsp;property. By default, this property is set to&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;background-color: white; color: #333333;&quot;&gt;Content&lt;/b&gt;&lt;span style=&quot;background-color: white; color: #333333;&quot;&gt;. Click the property and change the&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;background-color: white; color: #333333;&quot;&gt;Build Action&lt;/b&gt;&lt;span style=&quot;background-color: white; color: #333333;&quot;&gt;&amp;nbsp;property to&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Embedded Resource&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #333333; font-family: Arial, Helvetica, sans-serif;&quot;&gt;Before st&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;arting the use of the available tool in the visual studio webpart, you need to write the below code atleast once in the code and refer to the correct DLL.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #333333; font-family: Arial, Helvetica, sans-serif;&quot;&gt;This method can be called on the Page_Load of the Visual Webpart code behind (.cs) file. For more details, use the below mentioned URL to the Aspose team:&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #333333; font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;a href=&quot;http://www.aspose.com/docs/display/cellsnet/Licensing&quot;&gt;http://www.aspose.com/docs/display/cellsnet/Licensing&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;codeContent panelContent&quot; style=&quot;background-image: none; line-height: 17.328125px; margin: 0px; padding: 0px 10px;&quot;&gt;
&lt;pre class=&quot;code-java&quot; style=&quot;line-height: 1.3; overflow: auto; padding: 0px;&quot;&gt;&lt;span style=&quot;color: #3d85c6; font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;code-comment&quot;&gt;//Instantiate the License class
&lt;/span&gt;Aspose.Cells.License license = &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; Aspose.Cells.License();

&lt;span class=&quot;code-comment&quot;&gt;//Pass only the name of the license file embedded in the assembly
&lt;/span&gt;license.SetLicense(&lt;span class=&quot;code-quote&quot;&gt;&quot;Aspose.Cells.lic&quot;&lt;/span&gt;);&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;code-java&quot; style=&quot;line-height: 1.3; overflow: auto; padding: 0px;&quot;&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_WyIoLDRXnJR0aSi63EhwIcOP8mIn5Wg2g-yuNnuvj4FHkW4kpt5mgXWF-CXE2zBzYtiuNUjaI476PAg18gtrPQQsKF19u8G1ezvk8oWNlMQc2U2QXqmzHEqDQakxhYEIsu1VF-mFnHMS/s1600/Tag_Normalizaion.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_WyIoLDRXnJR0aSi63EhwIcOP8mIn5Wg2g-yuNnuvj4FHkW4kpt5mgXWF-CXE2zBzYtiuNUjaI476PAg18gtrPQQsKF19u8G1ezvk8oWNlMQc2U2QXqmzHEqDQakxhYEIsu1VF-mFnHMS/s1600/Tag_Normalizaion.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://prasanjitmandal.blogspot.com/2013/05/steps-to-consume-aspose-cells-license.html</link><author>noreply@blogger.com (PM)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_WyIoLDRXnJR0aSi63EhwIcOP8mIn5Wg2g-yuNnuvj4FHkW4kpt5mgXWF-CXE2zBzYtiuNUjaI476PAg18gtrPQQsKF19u8G1ezvk8oWNlMQc2U2QXqmzHEqDQakxhYEIsu1VF-mFnHMS/s72-c/Tag_Normalizaion.JPG" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-2830048171368961609</guid><pubDate>Thu, 13 Oct 2011 19:49:00 +0000</pubDate><atom:updated>2011-10-14T01:19:15.406+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Certification</category><category domain="http://www.blogger.com/atom/ns#">MOSS 2007</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><title>MCTS Finally - End of issues with MCP ID</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Long time ago..actually 2 years back, during TechEd 2009,&amp;nbsp;I knew I was on my way to becoming a Microsoft Certified Technology Specialist (MCTS) as I had cleared the required certifications&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;-&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.microsoft.com/learning/en/us/exam.aspx?id=70-630&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Microsoft Office SharePoint Server 2007, Configuring (70-630)&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt; &amp;amp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.microsoft.com/learning/en/us/exam.aspx?id=70-542&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Microsoft Office SharePoint Server 2007 - Application Development (70-542)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;However, as it happens, the person who was filling-in data on the computer for my certification accidentally created another MCP ID rather than continuing with my previous ID. I was unaware of this during and even after the exam for a long time. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;When&amp;nbsp;I realized this, I lost all the joy of clearing my 3rd MS certification and I let it be then. Also, I dumbly provided my then organization email address which was later discontinued by Windows Live services.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Fortunately, today things had to take a different turn, when I saw from one of my colleague the UX for the new MCP site. I decided I got to fix this stuff and earn my MCTS badge. So I looked up the Microsoft site and found the helpline numbers here: &lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.microsoft.com/learning/en/us/help/service-asia-pacific.aspx#tab2&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;http://www.microsoft.com/learning/en/us/help/service-asia-pacific.aspx#tab2&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp;(for India) &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The helpdesk executive was patient and she understood my issue. She was able to rectify my problem by keeping my older MCP ID and merging the result from the newer one to this. She was polite to update all contact details and replaced my old organization ID.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Voila, there I have it now.. :)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8x2EQn-e9l3cYr5HnXCxiM89gTnnzZJ-oxUKOTFdMQyvpFJhNkHuF6SsaeK_mvvhrb0DzW_JifY-Merby97hwaxq2OB3_fIvMg7XECA_JOT16SSrJnt6GS6-KHtlkSXMTdFkwrR1-qpGV/s1600/MCTS%2528rgb%2529_526_530.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;65&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8x2EQn-e9l3cYr5HnXCxiM89gTnnzZJ-oxUKOTFdMQyvpFJhNkHuF6SsaeK_mvvhrb0DzW_JifY-Merby97hwaxq2OB3_fIvMg7XECA_JOT16SSrJnt6GS6-KHtlkSXMTdFkwrR1-qpGV/s400/MCTS%2528rgb%2529_526_530.jpg&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I really hope this helps someone who might have faced a similar issue with MCP ID.&lt;/span&gt;&lt;/div&gt;</description><link>http://prasanjitmandal.blogspot.com/2011/10/mcts-finally-end-of-issues-with-mcp-id.html</link><author>noreply@blogger.com (PM)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8x2EQn-e9l3cYr5HnXCxiM89gTnnzZJ-oxUKOTFdMQyvpFJhNkHuF6SsaeK_mvvhrb0DzW_JifY-Merby97hwaxq2OB3_fIvMg7XECA_JOT16SSrJnt6GS6-KHtlkSXMTdFkwrR1-qpGV/s72-c/MCTS%2528rgb%2529_526_530.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-3688841456715552682</guid><pubDate>Wed, 12 Oct 2011 18:51:00 +0000</pubDate><atom:updated>2011-10-14T01:19:28.609+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Certification</category><category domain="http://www.blogger.com/atom/ns#">SP2010</category><title>Planning to write MS Certification 70-576</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;u&gt;Designing and Developing Microsoft SharePoint 2010 Applications&lt;/u&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;It has been quite sometime since I last wrote any MS certification. I am planning to write the 70-576 on the latest SP 2010 soon. Lets see how it goes..&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;Some helpful items could be found at the below links for preparations:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://channel9.msdn.com/learn/courses/SharePoint2010Developer/&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;http://channel9.msdn.com/learn/courses/SharePoint2010Developer/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://joelblogs.co.uk/2010/09/01/top-tips-for-passing-sharepoint-exams-70-667-70-668-70-573-and-70-576/&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;http://joelblogs.co.uk/2010/09/01/top-tips-for-passing-sharepoint-exams-70-667-70-668-70-573-and-70-576/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Bye, I gtg now..studies ;)&lt;/span&gt;&lt;/div&gt;</description><link>http://prasanjitmandal.blogspot.com/2011/10/planning-to-write-ms-certification-70.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-4072699421209686067</guid><pubDate>Thu, 22 Sep 2011 15:20:00 +0000</pubDate><atom:updated>2011-09-22T20:52:11.617+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Cumulative updates</category><category domain="http://www.blogger.com/atom/ns#">Service Pack</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><category domain="http://www.blogger.com/atom/ns#">SP2010</category><title>SharePoint 2010 SP1 released and Office Sept CU available</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif; font-size: small;&quot;&gt;SharePoint 2010 SP1 was released on 28th June 2011 and it is available for &lt;a href=&quot;http://www.microsoft.com/download/en/details.aspx?id=26573&quot;&gt;download&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif; font-size: small;&quot;&gt;It is important to have your systems updated with the latest service packs and subsequently with the cumulative updates (CU) which MS typically releases each month.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif; font-size: small;&quot;&gt;Some important points to note before going ahead with the installation:&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;
&lt;/div&gt;
&lt;ol start=&quot;1&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot; type=&quot;1&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Do read the known issues published on the TechNet: &lt;a href=&quot;http://support.microsoft.com/kb/2532126&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;http://support.microsoft.com/kb/2532126&lt;/span&gt;&lt;/a&gt;&amp;nbsp;
     &lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Be aware about the order to follow in case of these
     updates:&amp;nbsp; &lt;/span&gt;&lt;/li&gt;
&lt;ul type=&quot;circle&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Update SharePoint Foundation first with SP1 and then
      install the CU&lt;span style=&quot;color: #002d78;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Then SharePoint Server with SP1 and then
      install June CU&lt;/span&gt;&lt;span style=&quot;color: #002d78;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span lang=&quot;EN-GB&quot;&gt;If you
     have a farm installation, then run “&lt;b&gt;&lt;i&gt;psconfig –cmd upgrade –inplace b2b
     -wait&lt;/i&gt;&lt;/b&gt;” on every server in the farm following the final update
     installed else run the same command on your standalone box&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;To verify if the updates have been installed properly,
     check the &lt;b&gt;Central Administration &lt;/b&gt;&lt;b&gt;à&lt;/b&gt;&lt;b&gt;
     System Settings &lt;/b&gt;&lt;b&gt;à&lt;/b&gt;&lt;b&gt;
     Manage Servers In Farm&lt;br /&gt;
     &lt;/b&gt;Or, in PowerShell, write &lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;(get-spfarm).buildversion &lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;span style=&quot;color: red; font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;It should display &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; font-weight: bold;&quot;&gt;14.0.6029.1000&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt; after SharePoint Server 2010 SP1&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;span style=&quot;color: red; font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;. Hope this helps&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt; folks trying to keep their SP2010 boxes up-to-date&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt;For any other assistance, go through SharePoint 2010 Team Blog &lt;a href=&quot;http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=984&quot;&gt;here&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://prasanjitmandal.blogspot.com/2011/09/sharepoint-2010-sp1-released-and-office.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-1472409650299145205</guid><pubDate>Wed, 21 Sep 2011 18:57:00 +0000</pubDate><atom:updated>2011-09-22T00:27:18.947+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Central Administration</category><category domain="http://www.blogger.com/atom/ns#">Features</category><category domain="http://www.blogger.com/atom/ns#">MOSS 2007</category><category domain="http://www.blogger.com/atom/ns#">SharePoint 2010</category><category domain="http://www.blogger.com/atom/ns#">SP2010</category><category domain="http://www.blogger.com/atom/ns#">Timer Job</category><title>Fix Configuration of the Document ID feature</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;With SP2010, Microsoft has tried to provide an excellent and helpful feature for uniquely identifying a document within a site collection called &lt;strong&gt;DocumentID&lt;/strong&gt;. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Well, you might ask the rationale behind this tiny change from MS side..right?&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Basically, with the previous version of SharePoint product i.e. MOSS 2007, if the user moved a document within a site collection, lets say from one document library to another or&amp;nbsp;the folder containing the file has been renamed or your site URL has been modified in someway, then&amp;nbsp;you would typically face a situation which in IT is called a &lt;strong&gt;Broken Link &lt;/strong&gt;or simply put a &lt;strong&gt;bad url :(&lt;/strong&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;Hence, in the site collection features, you would typically get an option to activate/deactivate the &lt;strong&gt;&lt;em&gt;Document ID Service&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
﻿﻿﻿&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqj2eIR-tr1saP87mrBYV6dIE_PChtDs_Vh6zkbT83GGncPFzEBx9WAjnCNQSEL4EaH8Mu6_zdwoJLtzDC3Ewt-jlNJ4JIgIvR_pM_JvhHUVfzg6n7jVO_frYNnqJ4SIfpzERTLOu3D_Z2/s1600/DocumentIDSiteCollectionFeature.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;33&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqj2eIR-tr1saP87mrBYV6dIE_PChtDs_Vh6zkbT83GGncPFzEBx9WAjnCNQSEL4EaH8Mu6_zdwoJLtzDC3Ewt-jlNJ4JIgIvR_pM_JvhHUVfzg6n7jVO_frYNnqJ4SIfpzERTLOu3D_Z2/s400/DocumentIDSiteCollectionFeature.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Document ID Service&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Once you have this activated, you would expect the Document ID column to show up when you try to add a new document to a library, unfortunately there is another catch here. You might see this message,&amp;nbsp;&quot;&lt;em&gt;&lt;span style=&quot;color: red;&quot;&gt;Configuration of the Document ID feature is scheduled to be completed by an automated process.&lt;/span&gt;&lt;/em&gt;&quot; as highlighted in the image below:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3hPkFyQH_NoYwgw-w5xQxvjU0PVGbLRQrX3nDcqQDMOfh6zHfmFNPPVtl-GOaWdR2Dtb2tQ33JmwBj8kGobmGX6_Om23bGKkfTQIaUZAuEfkNEE_MjssbexTEyN5AGbK8pXn0r52yePPN/s1600/DocumentID+Service.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;167&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3hPkFyQH_NoYwgw-w5xQxvjU0PVGbLRQrX3nDcqQDMOfh6zHfmFNPPVtl-GOaWdR2Dtb2tQ33JmwBj8kGobmGX6_Om23bGKkfTQIaUZAuEfkNEE_MjssbexTEyN5AGbK8pXn0r52yePPN/s400/DocumentID+Service.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;This message is shown because the timer job called &lt;strong&gt;&lt;em&gt;Document ID enable/disable job&lt;/em&gt;&lt;/strong&gt; has been activated. Once the job completes at the scheduled time, the message will go away or else you may run the timer job and put it to completion forcibly by clicking &quot;&lt;em&gt;&lt;strong&gt;Run Now&lt;/strong&gt;&quot;. &lt;/em&gt;However, I can assure you that even after the previous step, there is no certain time when the Document ID would show up if you go for a new document upload.&lt;/span&gt;&lt;br /&gt;
﻿﻿﻿﻿&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2zMsSdGhTqI6tyKiFpTxXohahN9IxWM1d3C-eUNZQYsfigwEzNEw135JpYnCrUBduyRBYTsD2W44BOuAUoBHaUNNTIRseUmijp-A7T35CBaevWOxN9Wbsqi0WFtzueagxA7FIKIiSOyak/s1600/DocumentIDTimerJob.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;286&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2zMsSdGhTqI6tyKiFpTxXohahN9IxWM1d3C-eUNZQYsfigwEzNEw135JpYnCrUBduyRBYTsD2W44BOuAUoBHaUNNTIRseUmijp-A7T35CBaevWOxN9Wbsqi0WFtzueagxA7FIKIiSOyak/s400/DocumentIDTimerJob.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Document ID enable/disable Job&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;One v.important note that if your doc lib was already having some documents, you would need to explicitly perform some action for this new column of Document ID to show up..for example Check-in/Check-out of docs.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;Do try this out and explore this cool stuff from SharePoint 2010!&lt;/span&gt;﻿﻿﻿﻿﻿﻿﻿﻿&lt;br /&gt;
&lt;/div&gt;
</description><link>http://prasanjitmandal.blogspot.com/2011/09/fix-configuration-of-document-id.html</link><author>noreply@blogger.com (PM)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqj2eIR-tr1saP87mrBYV6dIE_PChtDs_Vh6zkbT83GGncPFzEBx9WAjnCNQSEL4EaH8Mu6_zdwoJLtzDC3Ewt-jlNJ4JIgIvR_pM_JvhHUVfzg6n7jVO_frYNnqJ4SIfpzERTLOu3D_Z2/s72-c/DocumentIDSiteCollectionFeature.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Hyderabad, Andhra Pradesh, India</georss:featurename><georss:point>17.385044 78.486671</georss:point><georss:box>17.142593 78.170814000000007 17.627495 78.802528</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-4632685954034534379</guid><pubDate>Sat, 19 Feb 2011 14:58:00 +0000</pubDate><atom:updated>2011-02-19T20:28:20.526+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">C#</category><category domain="http://www.blogger.com/atom/ns#">MOSS 2007</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><category domain="http://www.blogger.com/atom/ns#">WSS</category><title>ASP.net WebParts Vs SharePoint WebParts - Which one to choose?</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;And we are back! &lt;/span&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Well, it has been a very busy time for me over the last 8 months, anyhow moving on.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;Well, this might be a question which should have popped-up in the head of any beginner in SharePoint probably with some .net background.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;Well, an interesting point is that SharePoint 2007 is based on top on ASP.net 2.0 framework. Hence, for folks who are well versed with ASP.Net 2.0 and plan to move on to MOSS/SPS should definitely start with &quot;HelloWorld&quot; kind of webparts using &lt;/span&gt;&lt;span style=&quot;color: blue; font-family: Courier New;&quot;&gt;&lt;strong&gt;&lt;em&gt;System.Web.UI.WebControls.WebParts.WebPart &lt;/em&gt;&lt;/strong&gt;&lt;span style=&quot;color: black; font-family: Arial;&quot;&gt;as a reference.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;This enables: &lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Usage on websites developed on ASP.net 2.0 and also on SharePoint based portals&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Getting familiarized with Windows SharePoint Services 3.0 classes&amp;nbsp;as a starting point&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;However, the hard truth remains that sooner or later, developers working on MOSS or SPS would need to move on to &lt;/span&gt;&lt;span style=&quot;color: red; font-family: Courier New;&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;strong&gt;&lt;em&gt;Microsoft.SharePoint.WebPartPages.WebPart&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt; &lt;span style=&quot;color: black; font-family: Arial;&quot;&gt;in their code.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;It obviously has it&#39;s own advantages:&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Enables cross-page connections&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Enables connections between webparts placed in different webpart zones on the same SharePoint page&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Helps in migrating webpart code to WSS 3.0 based webparts&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Utilize the SharePoint offerred data caching mechanism&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Signing off here..enjoy coding! &lt;/span&gt;&lt;/div&gt;</description><link>http://prasanjitmandal.blogspot.com/2011/02/aspnet-webparts-vs-sharepoint-webparts.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-1070841211631582117</guid><pubDate>Fri, 27 Aug 2010 05:59:00 +0000</pubDate><atom:updated>2010-08-27T11:29:26.999+05:30</atom:updated><title>Bonjour!!</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Yes exactly that is what has happened!!&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;A business trip in Paris has made me extremely busy these days, due to which I really wanted to but have not been able to spend time on the blog.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;I assure y&#39;all that I will be back, till then &lt;em&gt;Au revoir&lt;/em&gt;&lt;/span&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/08/bonjour.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-4603133946187700311</guid><pubDate>Sat, 03 Jul 2010 21:27:00 +0000</pubDate><atom:updated>2010-07-04T02:57:02.227+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Central Administration</category><category domain="http://www.blogger.com/atom/ns#">MOSS 2007</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><category domain="http://www.blogger.com/atom/ns#">STSADM</category><category domain="http://www.blogger.com/atom/ns#">Web.config</category><category domain="http://www.blogger.com/atom/ns#">WSS</category><title>Increase SharePoint Upload Limit</title><description>&lt;span style=&quot;color: #3d85c6; font-family: Arial, Helvetica, sans-serif; font-size: large;&quot;&gt;Are you facing issues when trying to upload files of size above 50 MB to your SharePoint 2007 document library?&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;Well,&amp;nbsp;I have tried to list down how&amp;nbsp;you can fix those&amp;nbsp;issues and ultimately increase the SharePoint Upload Limit:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;First, increase the &lt;strong&gt;&lt;em&gt;Maximum Upload Size &lt;/em&gt;&lt;/strong&gt;for a specific web application.&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Go to the Central Administration &amp;gt; Application Management &amp;gt; Web Application General Settings&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Specify the new maximum upload size for your webapplication. For now, we are setting it to 256MB. It could be even set upto 2GB.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Your second step should be to try increasing your default chunk size of large files by trying this STSADM command:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;&lt;span style=&quot;background-color: #fff2cc;&quot;&gt;Stsadm.exe –o setproperty –pn large–file–chunk–size –pv &lt;size bytes=&quot;&quot; in=&quot;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;background-color: white;&quot;&gt;This basically denotes the chunk of data that can be read from SQL Server at one time.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white;&quot;&gt;The &lt;strong&gt;&lt;em&gt;-pv &lt;/em&gt;&lt;/strong&gt;which determines the property value stands for the upload size in bytes (B). &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white;&quot;&gt;It could be set to a maximum of 2GB i.e. (2,147,483,648 B).&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Do an &lt;strong&gt;&lt;em&gt;IISRESET&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;Next, in &lt;strong&gt;&lt;em&gt;web.config&lt;/em&gt;&lt;/strong&gt; file of your particular web application, under the &lt;em&gt;&lt;strong&gt;httpRuntime&lt;/strong&gt;&lt;/em&gt; tag in system.web section, increase the upload limit to match the value that you set earlier in central administration.&amp;nbsp;You also need to add the execution timeout to allow more time before the upload operation times out as shown in the example below:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;&lt;span style=&quot;background-color: #fff2cc;&quot;&gt;httpRuntime executionTimeout=&quot;300&quot; maxRequestLength=&quot;256000&quot;&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;300 means 5 minutes as execution time out &lt;/li&gt;
&lt;li&gt;256000 allows uploading&amp;nbsp;256 MB files.&lt;/li&gt;
&lt;/ul&gt;After the above changes, MOSS would allow files of more than 50 MB to get uploaded easily. Incase you still face challenges, check if the file you are trying to upload, is it a blocked file type e.g. EXE, DLL, etc. &lt;br /&gt;
&lt;br /&gt;
Hope this helps you.</description><link>http://prasanjitmandal.blogspot.com/2010/07/increase-sharepoint-upload-limit.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-7031869454481274161</guid><pubDate>Thu, 24 Jun 2010 19:21:00 +0000</pubDate><atom:updated>2010-06-25T00:52:50.097+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">MOSS 2007</category><category domain="http://www.blogger.com/atom/ns#">PDF</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><title>Add PDF Icon to SharePoint Library</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Quite obviously, we come across many occassions where PDF files are uploaded to SharePoint 2007 Libraries or Lists. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;While we can easily see the images of our regular Word, Excel, PowerPoint documents, however the PDF documents look empty without the trademarked image.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Well, no problem, who says we can&#39;t have it. It is fairly simple, so let us see how:&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Get the appropriate Adobe PDF icon image (preferrably a gif)&amp;nbsp;from &lt;a href=&quot;http://www.adobe.com/misc/linking.html&quot;&gt;here&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Save that image confirming with SharePoint images standard such as icopdf.gif.&amp;nbsp;Place the image where Office document icons exist by-default. Check out this&amp;nbsp;&lt;em&gt;&lt;strong&gt;12 Hive&amp;nbsp;path&lt;/strong&gt;&lt;/em&gt; of your MOSS 2007 installation:&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;&lt;span style=&quot;background-color: #ffe599;&quot;&gt;Drive\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Images&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Now that we have successfully placed the image, we need to inform SharePoint about our modification. For doing this, we need to add an entry to the &lt;strong&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms463701.aspx&quot;&gt;DocIcon.xml&lt;/a&gt; &lt;/strong&gt;file which sits in the &lt;strong&gt;&lt;em&gt;&lt;span style=&quot;background-color: #ffe599;&quot;&gt;Drive\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Xml&lt;/span&gt; &lt;/em&gt;&lt;/strong&gt;path&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Open the docicon.xml with any editor such as Visual Studio or even Notepad. Under&amp;nbsp;&lt;strong&gt;&lt;span style=&quot;background-color: #ffe599;&quot;&gt;ByExtension&lt;/span&gt;&lt;/strong&gt; section,&amp;nbsp;add a key/value pair as given below:&lt;br /&gt;
&lt;span style=&quot;background-color: #ffe599;&quot;&gt;&lt;strong&gt;Mapping Key=&quot;pdf&quot; value=&quot;icopdf.gif&quot;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;Note&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;strong&gt;: &lt;/strong&gt;Take a backup copy of the DocIcon.xml prior to the changes (to be on the safe side). Also, the XML start-end tags are removed as the post wouldnt allow it easily. Kindly take care in your case.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Save changes to Docicon.xml file. Perform an &lt;strong&gt;IISRESET&lt;/strong&gt; command to finalize the &lt;span style=&quot;background-color: white;&quot;&gt;same.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Refresh &amp;amp; check the same list or library page to notice the changes take effect.&lt;br /&gt;
Briefly, what this does has done is, if SharePoint sees any file (new/old) with an extension &lt;em&gt;&lt;strong&gt;.pdf&lt;/strong&gt;&lt;/em&gt;, it would display the PDF icon against the file as it does for Office documents. &lt;br /&gt;
&lt;br /&gt;
Hope y&#39;all find this information helpful. Cyaaa..and..stay tuned!!&lt;/span&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/06/add-pdf-icon-to-sharepoint-library.html</link><author>noreply@blogger.com (PM)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-5521209483208341832</guid><pubDate>Sat, 19 Jun 2010 06:15:00 +0000</pubDate><atom:updated>2010-06-19T19:32:34.850+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Central Administration</category><category domain="http://www.blogger.com/atom/ns#">MOSS 2007</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><category domain="http://www.blogger.com/atom/ns#">STSADM</category><category domain="http://www.blogger.com/atom/ns#">Timer Job</category><category domain="http://www.blogger.com/atom/ns#">WSS</category><title>SharePoint Timer Job stuck at Deploying</title><description>&lt;span style=&quot;color: #e06666; font-family: Arial, Helvetica, sans-serif; font-size: large;&quot;&gt;Dealing with SharePoint solution packages and solution deployment stuck at &quot;Deploying&quot; status!!&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #0c2c52; font-family: Arial, Helvetica, sans-serif; font-size: medium;&quot;&gt;Well don’t panic, here is just what the doctor ordered: &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;span style=&quot;color: #e06666; font-family: Arial, Helvetica, sans-serif; font-size: large;&quot;&gt;&lt;span style=&quot;color: #0c2c52; font-size: small;&quot;&gt;Check the Timer Job Status for the solution deployment in Central Administration. There could be entries with “&lt;strong&gt;Failed&lt;/strong&gt;” as the job status.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #0c2c52; font-family: Arial, Helvetica, sans-serif;&quot;&gt;Lets try to set things right by running &lt;strong&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;stsadm -o execadmsvcjobs&lt;/span&gt;&lt;/strong&gt; command.&lt;br /&gt;
Note that in a farm environment, you need to run the above command on all the servers.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #0c2c52; font-family: Arial, Helvetica, sans-serif;&quot;&gt;As a next step, try restarting the &lt;strong&gt;OWSTIMER&lt;/strong&gt; Service on all boxes in the farm.&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If the above steps do not help the solution deployment. You may try retracting the solution using Retract solution command or through the Central Admin&#39;s Solution Management.&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;stsadm.exe -o retractsolution -name&lt;/span&gt; &lt;solution name=&quot;&quot;&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdbOgDLBrNpqa4KrQNXh_w_0pkv25njtBadrE_7OZ6ggqr0T05DIpxu3I7bVNuw2zq3DLVZzX59DEwjYlPbgDj9Wj5s1__q2SU3Td8KjAUpeGYvjgGe-VFdj14E-_Uw3WGcn4Uk5eWPXsH/s1600/bulb.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; qu=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdbOgDLBrNpqa4KrQNXh_w_0pkv25njtBadrE_7OZ6ggqr0T05DIpxu3I7bVNuw2zq3DLVZzX59DEwjYlPbgDj9Wj5s1__q2SU3Td8KjAUpeGYvjgGe-VFdj14E-_Uw3WGcn4Uk5eWPXsH/s320/bulb.png&quot; /&gt;&lt;/a&gt;For your knowledge, retracting a solution creates another “deployment job”.&lt;br /&gt;
&lt;br /&gt;
Now if retracting the solution does not work, do not try to Force Delete the solution as that would throw an exception, &lt;span style=&quot;color: #e06666; font-family: Arial, Helvetica, sans-serif; font-size: large;&quot;&gt;&quot;The solution cannot be removed when job is scheduled or running&quot;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Get a list of all the &lt;em&gt;pending &amp;amp; active deployments&lt;/em&gt; on your MOSS Farm using&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;stsadm -o enumdeployments&lt;/span&gt;&lt;/strong&gt; command. &lt;br /&gt;
Make a note of the GUID of the various solutions on the command window as this would be required in next step.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;As a last nail in the coffin, we now need to simply cancel the solution deployment by passing the GUID of the solution as shown below&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;stsadm -o canceldeployment -id &quot;&lt;em&gt;job id string here&lt;/em&gt;&quot;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;After performing the above steps, you would be able to either put the SharePoint Timer Job into completion or atleast remove the solution package being stuck in deployment. &lt;br /&gt;
&lt;br /&gt;
If the problem still persists (esp. in the MOSS 2007 Farm environment), you might need to &lt;em&gt;remove/detach a defective WFE from the farm&lt;/em&gt; and then retry deployment.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I have tried to put together the steps which have worked for me, hope this post helps you all too.&lt;/span&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/06/sharepoint-timer-job-stuck-at-deploying.html</link><author>noreply@blogger.com (PM)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdbOgDLBrNpqa4KrQNXh_w_0pkv25njtBadrE_7OZ6ggqr0T05DIpxu3I7bVNuw2zq3DLVZzX59DEwjYlPbgDj9Wj5s1__q2SU3Td8KjAUpeGYvjgGe-VFdj14E-_Uw3WGcn4Uk5eWPXsH/s72-c/bulb.png" height="72" width="72"/><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-3146567510805639175</guid><pubDate>Mon, 07 Jun 2010 18:32:00 +0000</pubDate><atom:updated>2010-06-08T01:14:15.767+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">.Net 4.0</category><category domain="http://www.blogger.com/atom/ns#">Dotnet</category><category domain="http://www.blogger.com/atom/ns#">Framework</category><title>Dotnet Cleanup Tool</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;This is not a promotion but sharing my learning about an awesome tool for fixing old..stuck-up..incomplete..DotNet framework installations.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;I personally learnt about it while coming across one of the blogs. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;Do try it to remove the .NET Framework 1.0, 1.1, 2.0, 3.0 and 3.5 This would even help you if you want to go ahead with a clean install of &lt;a href=&quot;http://prasanjitmandal.blogspot.com/2010/06/net-40-framework-download-links.html&quot;&gt;.Net 4.0&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Try &lt;a href=&quot;http://blogs.msdn.com/b/astebner/archive/2006/05/30/611355.aspx&quot;&gt;.Net Cleanup Tool&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;HTH.&lt;/span&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/06/dotnet-cleanup-tool.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-6646762144750011080</guid><pubDate>Sun, 06 Jun 2010 20:18:00 +0000</pubDate><atom:updated>2010-06-07T02:01:40.086+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">API</category><category domain="http://www.blogger.com/atom/ns#">C#</category><category domain="http://www.blogger.com/atom/ns#">ISO8601</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><title>SharePoint DateTime Format Conversions</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;SharePoint 2007 uses ISO8601 DateTime format internally. It understands either of 2 possible notations for DateTime:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;em&gt;&lt;strong&gt;&lt;span style=&quot;color: #6fa8dc; font-size: large;&quot;&gt;&lt;span style=&quot;color: purple;&quot;&gt;YYYY-MM-DD&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;T&lt;/span&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;hh:mm&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;T&lt;/span&gt;&lt;span style=&quot;color: #7f6000;&quot;&gt;Z&lt;/span&gt;D&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;or &lt;br /&gt;
&lt;em&gt;&lt;strong&gt;&lt;span style=&quot;color: #6fa8dc; font-size: large;&quot;&gt;&lt;span style=&quot;color: purple;&quot;&gt;YYYY-MM-DD&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;T&lt;/span&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;hh:mm:ss&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;T&lt;/span&gt;&lt;span style=&quot;color: #7f6000;&quot;&gt;Z&lt;/span&gt;D&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;where, &lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;understandably &lt;span style=&quot;color: purple;&quot;&gt;YYYY&lt;/span&gt; being 4-digit year, &lt;span style=&quot;color: purple;&quot;&gt;MM&lt;/span&gt; for 2-digit month number, &lt;span style=&quot;color: purple;&quot;&gt;DD&lt;/span&gt; for day of month&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;T &lt;/span&gt;stands for start of time. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Following that denotes the time which could be &quot;&lt;span style=&quot;color: #38761d;&quot;&gt;hh:mm&lt;/span&gt;&quot; (hours-mins) or &quot;&lt;span style=&quot;color: #38761d;&quot;&gt;hh:mm:ss&lt;/span&gt;&quot; (hours-mins-seconds)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: #7f6000;&quot;&gt;Z &lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;indicates the Coordinated Universal Time (UTC)&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;On many occassions during MOSS 2007 development, we are required to convert from &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/system.datetime.aspx&quot;&gt;DateTime&lt;/a&gt;&amp;nbsp;to &lt;a href=&quot;http://www.w3.org/TR/NOTE-datetime&quot;&gt;ISO8601 DateTime&lt;/a&gt;&amp;nbsp;or vice-versa. So, I decided to post on how this could be achieved.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Convert from DateTime to ISO8601 DateTime (C#):&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td bgcolor=&quot;#f0f0f0&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;DateTime date = DateTime.Now;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;string&amp;nbsp;isoDate = SPUtility.CreateISO8601DateTimeFromSystemDateTime(date);&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;When you are trying to&amp;nbsp;insert or modify some DateTime fields to or from a&amp;nbsp;SPListItem, you&amp;nbsp;could use the&amp;nbsp;code given above to&amp;nbsp;format values&amp;nbsp;into ISO 8601.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You can build the CAML query for the SPQuery object as shown below:&lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Example:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhaLUBvVN_Nh38cZRdoYbTcekEMQ1Ae35XJ0ILIT_jkh4DQ4UD1SD_q-N-LTB_PB0f55dlO_69_OVm7Nl6sSpi4LiW8rbXXNQmz4pHfQsfCmRvfaisIvtFADoNhfLuBQ2jGQGEALUJJgV3/s1600/SPQuery.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; gu=&quot;true&quot; height=&quot;36&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhaLUBvVN_Nh38cZRdoYbTcekEMQ1Ae35XJ0ILIT_jkh4DQ4UD1SD_q-N-LTB_PB0f55dlO_69_OVm7Nl6sSpi4LiW8rbXXNQmz4pHfQsfCmRvfaisIvtFADoNhfLuBQ2jGQGEALUJJgV3/s400/SPQuery.JPG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;Note:&lt;/strong&gt; Don&#39;t forget to add reference of &lt;em&gt;&lt;span style=&quot;color: blue;&quot;&gt;Microsoft.SharePoint.Utilities&lt;/span&gt;&lt;/em&gt; in your class file before building your project.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Convert from&amp;nbsp;ISO8601 to DateTime (C#):&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td bgcolor=&quot;#f0f0f0&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;DateTime date = DateTime.Parse(&quot;2010-06-15 00:00:00&quot;);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;string sysDate = date.ToString(&quot;MM/dd/yyyy&quot;);&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;Note:&lt;/strong&gt; In above example,&amp;nbsp;the&amp;nbsp;ISO DateTime string&amp;nbsp;is converted to&amp;nbsp;DateTime equivalent using &lt;/span&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/library/1k1skd40.aspx&quot;&gt;&lt;em&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;DateTime.Parse&lt;/span&gt;&lt;/em&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt; method.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Also, incase you want to change the Site Collection&amp;nbsp;date format:&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Go to &quot;Site Settings&quot; &amp;amp; navigate to &quot;Modify All Site Settings&quot;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Click on Regional Settings under Site Administration&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Change the time zone. Save the changes.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;This brings us to the end of this lengthy post. Hope it helps you SharePoint folks, goodbye for now.&lt;/span&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/06/sharepoint-datetime-format-conversions.html</link><author>noreply@blogger.com (PM)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhaLUBvVN_Nh38cZRdoYbTcekEMQ1Ae35XJ0ILIT_jkh4DQ4UD1SD_q-N-LTB_PB0f55dlO_69_OVm7Nl6sSpi4LiW8rbXXNQmz4pHfQsfCmRvfaisIvtFADoNhfLuBQ2jGQGEALUJJgV3/s72-c/SPQuery.JPG" height="72" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-5586867172556582672</guid><pubDate>Sat, 05 Jun 2010 09:26:00 +0000</pubDate><atom:updated>2010-06-05T15:51:10.532+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><category domain="http://www.blogger.com/atom/ns#">Web.config</category><title>Resolve MachineToApplication error in web.config</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Sometime, when you are trying move your SharePoint application from your&amp;nbsp;Staging to Production environment, did you come across this ugly error:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Cambria;&quot;&gt;&lt;em&gt;&lt;strong&gt;&lt;span style=&quot;color: #6fa8dc; font-size: large;&quot;&gt;Parser Error Message: It is an error to use a section registered as allowDefinition=&#39;MachineToApplication&#39; beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I am sure, this is enough to spoil the party just when you are expecting your SharePoint website to be up-n-running in the live environment. Now the question comes, &lt;em&gt;&quot;How do we fix this darn thing?&quot;&lt;/em&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Well for that, you could try the below suggestions. If you read the error message carefully, it has 2 hints already in it. &lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: orange;&quot;&gt;&lt;strong&gt;Hint #1&lt;/strong&gt;&lt;/span&gt;: &lt;em&gt;&lt;strong&gt;&lt;span style=&quot;color: #6fa8dc;&quot;&gt;virtual directory not being configured as an application in IIS&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: lime;&quot;&gt;&lt;strong&gt;Resolution&lt;/strong&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;:&lt;/span&gt; Make sure you have correctly configured your web application in IIS Manager. If it is a simple folder in wwwroot directory, you should &quot;convert&quot; it into web application. &lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Open IIS manager&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Find your folder, right-click -&quot;Properties&quot;-&amp;gt;&quot;Create&quot; button&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Recycle the application pool&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: orange;&quot;&gt;&lt;strong&gt;Hint #2&lt;/strong&gt;&lt;/span&gt;: &lt;span style=&quot;color: #6fa8dc;&quot;&gt;&lt;em&gt;&lt;strong&gt;c:\inetpub\wwwroot\webservices\...\web.config line XX where XX stands for line number in web configuration file&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: lime;&quot;&gt;Resolution&lt;/span&gt;&lt;/strong&gt;: If you do a find for line XX in your web.config, you are sure to reach this line, &lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&amp;nbsp;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZbKXigSZ2q7fQFkWn2c6GAxQniQs_fRVYr-09U-5wAQkgWIq_2-G4_-0IAtiQ_Tbf1dIKhDxC_PRUjQjGw-fJfVdOoXRsi_fy087L_7rmiNgzg-2ylcSKLUFrko9bTvL_ohl5SVXEMcar/s1600/AuthenticationMode.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; gu=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZbKXigSZ2q7fQFkWn2c6GAxQniQs_fRVYr-09U-5wAQkgWIq_2-G4_-0IAtiQ_Tbf1dIKhDxC_PRUjQjGw-fJfVdOoXRsi_fy087L_7rmiNgzg-2ylcSKLUFrko9bTvL_ohl5SVXEMcar/s320/AuthenticationMode.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;For fixing this, comment this line in this fashion and then save the web.config:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKdK3pXS5FYQT3xscnzmxa3BvwrWV7SpYWa3fpSWhxotYewFApnIjjoPz6VwlJi0uH-ZwZyqbkfr4OOweFvQwF-SxH53Qv4YEHtAwBuOKtvPv6QkG6ael__dIZI4aM0Ig_TGfR1xYjYx5l/s1600/CommenteAuthenticationMode.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; gu=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKdK3pXS5FYQT3xscnzmxa3BvwrWV7SpYWa3fpSWhxotYewFApnIjjoPz6VwlJi0uH-ZwZyqbkfr4OOweFvQwF-SxH53Qv4YEHtAwBuOKtvPv6QkG6ael__dIZI4aM0Ig_TGfR1xYjYx5l/s320/CommenteAuthenticationMode.jpg&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;Try accessing your site after the above modifications, it&amp;nbsp;should work fine now. &lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;That&#39;s all folks!! (for now :D), please let me know if this helped.&lt;/span&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/06/resolve-machinetoapplication-error-in.html</link><author>noreply@blogger.com (PM)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZbKXigSZ2q7fQFkWn2c6GAxQniQs_fRVYr-09U-5wAQkgWIq_2-G4_-0IAtiQ_Tbf1dIKhDxC_PRUjQjGw-fJfVdOoXRsi_fy087L_7rmiNgzg-2ylcSKLUFrko9bTvL_ohl5SVXEMcar/s72-c/AuthenticationMode.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-3992360159488179966</guid><pubDate>Thu, 03 Jun 2010 19:33:00 +0000</pubDate><atom:updated>2010-06-05T14:07:42.190+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">.Net 4.0</category><category domain="http://www.blogger.com/atom/ns#">Framework</category><title>.Net 4.0 Framework Evolution</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;As you must be aware that Microsoft has unveiled its latest Dotnet Framework 4.0, I just thought I should add some information and provide download links for .Net framework 4.0.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;4.0 is a superset of older versions of framework but it is independent of 3.5 or any other older frameworks. It is a standalone package.&lt;/span&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;It is independent due to its &lt;strong&gt;brand new CLR&lt;/strong&gt;.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;The framework is constantly reviewed by MS. If you see the evolution of the framework, the 2.0, 3.0, 3.5 had been on the&amp;nbsp;same&amp;nbsp;CLR but it&amp;nbsp;was much different from previous 1.1 Framework. The versions which followed 1.1 had vast modifications. And, now 4.0 has comeout as a new offspring&amp;nbsp;as shown below:&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJWNOFW0DpXdrp2m6WVtS3sD7gj0EK-auBhHUY5dQc4zMyUbNUIMZlW29eqWEL8HsX2R7feWoyV3QInsCIB78bX32mwOZjxyBQkA0r49-ZcQRo0Y0QyEjIIxUKRMliWBRz_SMZaOInIJHl/s1600/Net+Framework.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; gu=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJWNOFW0DpXdrp2m6WVtS3sD7gj0EK-auBhHUY5dQc4zMyUbNUIMZlW29eqWEL8HsX2R7feWoyV3QInsCIB78bX32mwOZjxyBQkA0r49-ZcQRo0Y0QyEjIIxUKRMliWBRz_SMZaOInIJHl/s320/Net+Framework.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;There are various products such as &lt;em&gt;Visual Studio 2010, SPS2010, BizTalk 2010, etc..&lt;/em&gt;&amp;nbsp;which are already based on this &lt;span style=&quot;color: blue;&quot;&gt;new&lt;/span&gt; 4.0 framework.So fire up your engines and try your hands by downloading the latest&amp;nbsp;.Net 4.0 Framework Offline Setup package&amp;nbsp;from this link &lt;/span&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=0a391abd-25c1-4fc0-919f-b21f31ab88b7&amp;amp;displaylang=en&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;download&lt;/span&gt;&lt;/a&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/06/net-40-framework-download-links.html</link><author>noreply@blogger.com (PM)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJWNOFW0DpXdrp2m6WVtS3sD7gj0EK-auBhHUY5dQc4zMyUbNUIMZlW29eqWEL8HsX2R7feWoyV3QInsCIB78bX32mwOZjxyBQkA0r49-ZcQRo0Y0QyEjIIxUKRMliWBRz_SMZaOInIJHl/s72-c/Net+Framework.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-6163451386051192254</guid><pubDate>Tue, 01 Jun 2010 17:21:00 +0000</pubDate><atom:updated>2010-06-07T01:58:19.210+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">API</category><category domain="http://www.blogger.com/atom/ns#">C#</category><category domain="http://www.blogger.com/atom/ns#">Dotnet</category><category domain="http://www.blogger.com/atom/ns#">IP</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><title>Find the IP Address of the SharePoint 2007 User</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Suppose you have a SharePoint website that is being accessed by a lot of users everyday (~1K users daily). &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;&lt;br /&gt;
Now for some reason or the other you want to capture the client IP address of the end user accessing your MOSS web application. &lt;br /&gt;
&lt;br /&gt;
Purposes could be like:&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Reporting/Logging user IP address&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Security purposes&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Filtering content based on the client IP address&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Getting the location of the user based on the client IP address&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;so on..&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You could simply use &lt;em&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;strong&gt;HttpContext.Current.Request.UserHostAddress&lt;/strong&gt;&lt;/span&gt;&lt;/em&gt; to get the IP address of a user.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;This could be easily used in both ASP.Net applications as well as SharePoint development projects.&lt;/span&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/06/find-ip-address-of-sharepoint-2007-user.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-792215124997077446</guid><pubDate>Sat, 29 May 2010 07:44:00 +0000</pubDate><atom:updated>2010-06-07T01:58:33.058+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">API</category><category domain="http://www.blogger.com/atom/ns#">C#</category><category domain="http://www.blogger.com/atom/ns#">MOSS 2007</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><category domain="http://www.blogger.com/atom/ns#">Users</category><title>Difference between SPWeb.Users, SPWeb.AllUsers, SPWeb.SiteUsers</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;MOSS 2007 offers 3 different user collections in the SPWeb object. &lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;background-color: #cfe2f3;&quot;&gt;SPWeb.Users&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;
This represents the collection of users or user&amp;nbsp;objects who have been explicitly assigned permissions in the Web site . This does not return users who have access through a group.&lt;br /&gt;
&lt;br /&gt;
Example (C#): &lt;br /&gt;
SPUserCollection users = web.Users; &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;background-color: #cfe2f3;&quot;&gt;SPWeb.AllUsers&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
This gives us the collection of user objects&amp;nbsp;who are either members of the site collection or who have atleast navigated to the site as authenticated members of a domain group in the site.&lt;br /&gt;
&lt;br /&gt;
Example (C#): &lt;br /&gt;
SPUserCollection users = web.AllUsers;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;background-color: #cfe2f3;&quot;&gt;SPWeb.SiteUsers&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
This is the collection of all users that belong to the site collection.&lt;br /&gt;
&lt;br /&gt;
Example (C#): &lt;br /&gt;
SPUserCollection users = web.SiteUsers;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;These terms&amp;nbsp;tend to confuse us unless we really know the differences between each one of them.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;So I thought it would be nice to write an article stating which is what. Hope&amp;nbsp;this information helps you SharePoint 2007 developers.&lt;/span&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/05/difference-between-spwebusers.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-2737642294951388182</guid><pubDate>Sun, 16 May 2010 06:29:00 +0000</pubDate><atom:updated>2010-05-16T12:06:39.071+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Central Administration</category><category domain="http://www.blogger.com/atom/ns#">MOSS 2007</category><category domain="http://www.blogger.com/atom/ns#">Service unavailable</category><category domain="http://www.blogger.com/atom/ns#">STSADM</category><category domain="http://www.blogger.com/atom/ns#">WSS</category><title>How to Fix Central Administration: Service Unavailable Issue?</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;While working on MOSS Servers, you all must have faced 2 common issues quite frequently &lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You receive a &quot;Cannot connect to the configuration database&quot; &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Service Unavailable&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Basically, the configuration database is where SP stores all information about the SharePoint 2007 installation and the server farm, hence, it is required for the Central Administration to work fine.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Suddenly while you are in the middle of your important SharePoint deployment or configuration, either of these issues will prop up and eat up lengthy hours. Even the easiest solutions to all SharePoint problems i.e. &lt;strong&gt;IISReset&lt;/strong&gt; or &lt;strong&gt;Server restart&lt;/strong&gt; also do not end your miseries.&lt;br /&gt;
&lt;br /&gt;
Hence, I decided, lets apply TRY-CATCH-FINALLY on these issues for once-n-for-all here.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;For Issue#1:&lt;/strong&gt; &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Try to run the SharePoint configuration wizard once, follow these steps for the same:&lt;/span&gt;&lt;br /&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td bgcolor=&quot;#ccffff&quot;&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Click Start, click Run, type cmd in the Open box, and then click OK. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Change to the following directory: &lt;br /&gt;
system drive\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Bin&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Run the following command: &lt;br /&gt;
psconfig -cmd upgrade -inplace b2b&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;The above steps should fix the issue, but if your problem still persists, then check the event logs of your server. Checking those logs will let you know issues such as -&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Is your SQL server agent running?&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Credentials (app pool permissions) used for connecting to SQL Server is working or failing?&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Facing any network issues to be able to connect to DB?&lt;br /&gt;
(this only applies if the SQL is applied on a separate box from MOSS 2007)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;so on..&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;&lt;strong&gt;For Issue#2: &lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If even after&lt;/span&gt; carrying out the above suggestions, you are not able to track down the problem, then you could unprovision Central Administration and then reprovision it.&lt;br /&gt;
&lt;br /&gt;
This could be easily done via an STSADM command given below:&lt;/span&gt;&lt;br /&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td bgcolor=&quot;#ccffff&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;stsadm.exe&lt;strong&gt; -&lt;/strong&gt;o provisionservice -action start -servicetype Microsoft.SharePoint.Administration.SPWebService -servicename WSS_Administration&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&amp;nbsp; &lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I sincerely hope this helps you all in fixing this critical MOSS 2007 Central Administration issue. &lt;/span&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/05/how-to-fix-central-administration.html</link><author>noreply@blogger.com (PM)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-9011946418263728898</guid><pubDate>Tue, 04 May 2010 19:18:00 +0000</pubDate><atom:updated>2010-05-16T12:08:57.660+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Assembly</category><category domain="http://www.blogger.com/atom/ns#">Backup</category><category domain="http://www.blogger.com/atom/ns#">Copy DLL</category><category domain="http://www.blogger.com/atom/ns#">GAC</category><title>How to backup a DLL from GAC to another directory?</title><description>Recently, one of my&amp;nbsp;friends came up with a requirement where she wanted to take a backup of an existing&amp;nbsp;.Net assembly that was already deployed in Global Assembly Cache (GAC) earlier.&lt;br /&gt;
&lt;br /&gt;
When she asked me this question..I thought to myself that this should not be so tough..well it proved so too at the end. &lt;br /&gt;
&lt;br /&gt;
Finally, this is how it could be done (well..one way of achieving this!!)&lt;br /&gt;
&lt;br /&gt;
If you go to Windows&amp;nbsp; Run&amp;nbsp;Assembly you will see this screenshot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtQ_NGKD_FPDCSq8nvHsvI2RTP16E5c31b7jjIHNZlIt8sYCk2KgBJtNosBhQo_iri1hvoSdmTyb2GOG4patdTtwZV4fDXxayl8Cj_ksM4j94IjgLaEKZ0eq17hDgcfSYCe9YN7obawwo_/&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot; title=&quot;Windows Assembly&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;190&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtQ_NGKD_FPDCSq8nvHsvI2RTP16E5c31b7jjIHNZlIt8sYCk2KgBJtNosBhQo_iri1hvoSdmTyb2GOG4patdTtwZV4fDXxayl8Cj_ksM4j94IjgLaEKZ0eq17hDgcfSYCe9YN7obawwo_/&quot; tt=&quot;true&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, go to the Command Prompt on your system and type &lt;br /&gt;
&lt;b&gt;cd windows\assembly &lt;/b&gt;ENTER (Key)&lt;br /&gt;
&lt;br /&gt;
Next, type &lt;b&gt;GAC&lt;/b&gt; in the CMD prompt, hit ENTER&lt;br /&gt;
&lt;br /&gt;
Suppose, you want to copy &quot;Extensibility&quot; DLL from GAC to another directory, then type cd Extensibility (you can type Ex and press Tab on your keyboard to navigate faster) to enter the folder hierarchy.&lt;br /&gt;
&lt;br /&gt;
Note: This would be your custom DLL instead of &quot;Extensibility&quot;&lt;br /&gt;
&lt;br /&gt;
Press &lt;b&gt;cd + Tab (keyboard)&lt;/b&gt; and hit ENTER again.&lt;br /&gt;
&lt;br /&gt;
Once there, we need to copy!!&lt;br /&gt;
&lt;br /&gt;
In CMD window, type: &lt;b&gt;copy extensibility.dll C:\myCustomDir&lt;/b&gt;. Hit ENTER key&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9x9cOS2umpdgliKzmvVX8JTZP58AQbBdCSf2RortUEv5Qf_VWA4yD6cSa-mqZ3zf2h3AxKGRmERCFGM0r9rLlJVvTqrvZNCkceKSMxfL6TcWkHkQ6gIfVjj_sFcA5ncYOuX79qjRQLq4b/&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;202&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9x9cOS2umpdgliKzmvVX8JTZP58AQbBdCSf2RortUEv5Qf_VWA4yD6cSa-mqZ3zf2h3AxKGRmERCFGM0r9rLlJVvTqrvZNCkceKSMxfL6TcWkHkQ6gIfVjj_sFcA5ncYOuX79qjRQLq4b/&quot; title=&quot;Command Prompt&quot; tt=&quot;true&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go and check in that directory, you will find the Extensibility dll nicely lazing around..&lt;br /&gt;
&lt;br /&gt;
Hope this post helps you all SharePoint 2007 &amp;amp; Dotnet developers as well as admins in doing this simple but at times life-saving act.</description><link>http://prasanjitmandal.blogspot.com/2010/05/how-to-backup-dll-from-gac-to-another.html</link><author>noreply@blogger.com (PM)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtQ_NGKD_FPDCSq8nvHsvI2RTP16E5c31b7jjIHNZlIt8sYCk2KgBJtNosBhQo_iri1hvoSdmTyb2GOG4patdTtwZV4fDXxayl8Cj_ksM4j94IjgLaEKZ0eq17hDgcfSYCe9YN7obawwo_/s72-c" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-8299085401184448705</guid><pubDate>Sat, 24 Apr 2010 06:29:00 +0000</pubDate><atom:updated>2010-06-07T01:59:15.434+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">C#</category><category domain="http://www.blogger.com/atom/ns#">Extract</category><category domain="http://www.blogger.com/atom/ns#">MOSS 2007</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><category domain="http://www.blogger.com/atom/ns#">Versions</category><title>Extracting data from Sharepoint Version table</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;When using SharePoint 2007, if we turn the Version Control settings to On for a List/Library, then different versions of the file or listitem get stored in the Content DB.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;There are multiple ways to retrieve this information:&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Using MOSS 2007 API&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Via Versions.asmx - An OOB SharePoint Webservice&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;Or Querying the Docs &amp;amp; DocVersions table directly in using T-SQL statements&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;&lt;span style=&quot;background-color: #cfe2f3;&quot;&gt;Now through &lt;strong&gt;SP API&lt;/strong&gt;, you can try something like this --&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;SPWeb web = new SPSite(&quot;your site url&quot;).OpenWeb();&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;SPList lib = web.Lists[&quot;your library&quot;];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;foreach (SPListItem item in lib.Items)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;SPFile file=item.File&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;SPFileVersionCollection versions = file.Versions;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;//Add your code to loop through the version collection &amp;amp; add custom logic here..&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #cfe2f3; font-family: Arial, Helvetica, sans-serif;&quot;&gt;Coming to &lt;strong&gt;WebService&lt;/strong&gt; approach:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;SharePoint has a &lt;strong&gt;Versions.asmx&lt;/strong&gt; web service to work with versions in document libraries.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;For introduction, check out how to utilize this to get some information : &lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.c-sharpcorner.com/UploadFile/klaus_salchner@hotmail.com/SharePointWS11152005045049AM/SharePointWS.aspx&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;http://www.c-sharpcorner.com/UploadFile/klaus_salchner@hotmail.com/SharePointWS11152005045049AM/SharePointWS.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #cfe2f3; font-family: Arial, Helvetica, sans-serif;&quot;&gt;Incase, you want to go ahead &lt;strong&gt;querying the SQL tables&lt;/strong&gt; directly, then you could try a query as below:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;SELECT DocVersions.version&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;FROM Docs INNER JOIN DocVersions ON DocVersions.Id = Docs.Id&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Although it is not recommended that you query the SP DB directly. Any modifications or changes to the Content DB tables in unsupported. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Also the data is stored in UTF-8 Encoded format. After the query runs, it returns some data like this: &lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;UIVersion&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;512&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;1024&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;1536&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;2048&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;512&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;1024&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;512&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The above data is difficult to interpret in terms of Version numbers. Anyway, just to let you know&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;512 = version 1,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;1024 =version 2,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;1025 =version2.1,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;2048= version 3,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;1=version 0.1&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;and so on..&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I&amp;nbsp;guess the&amp;nbsp;pattern is clear to you. Hope this article helps you.&lt;/span&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/04/extracting-data-from-sharepoint-version.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8020702908878841794.post-8932568732098808668</guid><pubDate>Sat, 17 Apr 2010 10:37:00 +0000</pubDate><atom:updated>2010-05-16T12:11:59.857+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">List</category><category domain="http://www.blogger.com/atom/ns#">Rename</category><category domain="http://www.blogger.com/atom/ns#">SharePoint</category><category domain="http://www.blogger.com/atom/ns#">Title Column</category><title>SharePoint List Title Column</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Generally there are 2 things we like to do with our SharePoint custom list Title field viz. Rename or Hide&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Before we do this, be aware of the importance of Title field&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;It gets the context menu by default&lt;br /&gt;
Hence, if you hide it then, basically all the Context menu functionality is removed&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;As a result, you need to put the Edit button in all of your views just to edit the item&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You also need to place your custom code to re-associate context menu&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If you still want to continue, then moving on to &lt;em&gt;&lt;strong&gt;Renaming Title&lt;/strong&gt;&lt;/em&gt;. &lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Go to the List settings&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Click on the &lt;strong&gt;Title&lt;/strong&gt; field&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Save your changes&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If you are looking for hiding your title field, then do the following :&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Go to the List settings&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Click the &lt;strong&gt;Advanced Settings&lt;/strong&gt; link&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Next, selecting the &lt;strong&gt;Yes&lt;/strong&gt; option button for the management of content types on this list &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Click on the &lt;strong&gt;Item&lt;/strong&gt; link in the Content Types section &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Now, click on the name &lt;strong&gt;Title&lt;/strong&gt; link and change the Column Setting to Hidden.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Save your changes by clicking OK&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;This article gave simple configuration settings for hiding or renaming List Title field. Hope this helps&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;</description><link>http://prasanjitmandal.blogspot.com/2010/04/sharepoint-list-title-column.html</link><author>noreply@blogger.com (PM)</author><thr:total>0</thr:total></item></channel></rss>