Webpart feature not adding Description - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T05:42:01Zhttp://stackoverflow.com/feeds/question/130352http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/130352/webpart-feature-not-adding-description0Webpart feature not adding DescriptionNat2008-09-24T22:35:18Z2008-09-24T23:03:14Z
<p>I am adding a webpart to the webpart gallery as part of a feature within a solution.</p>
<p>When the webpart is added to the gallery, the webparts Description field is being overwritten by an empty string. </p>
<p>I have added a description to everywhere I can think of, including:</p>
<ol>
<li>The webpart itself. myWebpart.webpart <code><property name="Description" type="string">my description</property></code></li>
<li>The feature.xml <code>Description="mywebpart description"</code></li>
<li>The feature.xml <code><Property Key="Description" Value="mywebpart description"></Property></code></li>
<li>The webpartManifest.xml (specified in the feature) <code><File ...><Property Name=Description" Value="mywebpart description"></code></li>
</ol>
<p>I have run out of ideas of where to put the description so it will appear in the Description field of the web part gallery when the solution is deployed.</p>
<p>Do you have any ideas?</p>
http://stackoverflow.com/questions/130352/webpart-feature-not-adding-description/130444#1304442Answer by Aidenn for Webpart feature not adding DescriptionAidenn2008-09-24T22:53:50Z2008-09-24T22:53:50Z<p>Check the following blog, it describes the whole process:
<a href="http://www.sharepointblogs.com/nicksevens/archive/2007/11/23/adding-custom-webparts-in-a-sharepoint-site-definition.aspx" rel="nofollow">Adding custom webparts in a Sharepoint Site Definition</a></p>
<p>Specially notice the custom property <em>TextToDisplay</em> (I think you've gone through all the other steps).</p>
http://stackoverflow.com/questions/130352/webpart-feature-not-adding-description/130485#1304850Answer by Nat for Webpart feature not adding DescriptionNat2008-09-24T23:03:14Z2008-09-24T23:03:14Z<p>Actually, all the steps were correct, except that the property name for the webpart was mis-spelt as "<strong>Decription</strong>".</p>
<p>Doh</p>