Webpart feature not adding Description - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T05:42:01Z http://stackoverflow.com/feeds/question/130352 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/130352/webpart-feature-not-adding-description 0 Webpart feature not adding Description Nat 2008-09-24T22:35:18Z 2008-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>&lt;property name="Description" type="string"&gt;my description&lt;/property&gt;</code></li> <li>The feature.xml <code>Description="mywebpart description"</code></li> <li>The feature.xml <code>&lt;Property Key="Description" Value="mywebpart description"&gt;&lt;/Property&gt;</code></li> <li>The webpartManifest.xml (specified in the feature) <code>&lt;File ...&gt;&lt;Property Name=Description" Value="mywebpart description"&gt;</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#130444 2 Answer by Aidenn for Webpart feature not adding Description Aidenn 2008-09-24T22:53:50Z 2008-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#130485 0 Answer by Nat for Webpart feature not adding Description Nat 2008-09-24T23:03:14Z 2008-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>