provision a webpart - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T20:16:09Zhttp://stackoverflow.com/feeds/question/996343http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/996343/provision-a-webpart-1provision a webpartraklos2009-06-15T14:13:31Z2009-06-15T14:26:48Z
<p>how do you provision a webpart in sharepoint?</p>
http://stackoverflow.com/questions/996343/provision-a-webpart/996411#9964112Answer by Johan Leino for provision a webpartJohan Leino2009-06-15T14:26:49Z2009-06-15T14:26:48Z<p>I guess you would like to provision a .webpart file. You do that through a <module> element in a feature.
Then you add your webpart dll to the BIN folder through a wsp solution manifest and the last thing not to forget is to register the webpart a a safecontrol.
Using wsp builder will make this process much smoother.</p>