how do you provision a webpart in sharepoint?
+2
A:
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.
Johan Leino
2009-06-15 14:26:49
http://stackoverflow.com/questions/1008069/deploy-webpart-with-feature/1009544#1009544
Johan Leino
2009-06-18 14:21:03