How to integrate sharepoint web part? -
i new sharepoint development.
i have download '.wsp' file resides in c:\slideshow.wsp
want use file in site web part. searched on internet integrate , found many solution through power shell script using command.. add-spsolution -literalpath
not working in case.
i executed commannd `add-spsolution -literalpath "c:\slideshow.wsp" gives error..
how integrate it?
please help.
go under page want add it: settings->site settings->solutions->upload solution
or powershell
make sure:
- started sharepoint 2010 manangement console
- started administrator
for farm solutions use: add-spsolution c:\slideshow.wsp
for sandbox solutions use: add-spusersolution c:\slideshow.wsp
Comments
Post a Comment