up vote -1 down vote favorite
share [g+] share [fb]

how do you provision a webpart in sharepoint?

link|improve this question

74% accept rate
I answered your question as best as I could but let me know if you would like me to tell you more. Your question was a little too unprecise to give a good answer. – Johan Leino Jun 15 '09 at 14:30
yes i've exported a .webpart file. what are the steps needed to provision this. i.e within the 12 hive what files are needed? i think i should be using the "alluserdata" webpart – raklos Jun 15 '09 at 15:49
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.