Tagged Questions
0
votes
2answers
24 views
Forms being re-appended to themselves on every deployment (Sharepoint 2010)
I have a (sandbox) solution with some custom forms.
If I deploy it to a site that never had this solution installed before, everything works fine. However, every time I deploy it again, custom forms ...
2
votes
1answer
82 views
How to activate content type on specific web?
I have site collection ex: http://microsoft.com/ and i got few child webs:
http://microsoft.com/news/
http://microsoft.com/somethingelse/
<Elements ...
1
vote
1answer
321 views
Document Library item metadata
I have a document library that I create via a feature.
I have events on the library for when a document is updated, added and while the document is deleting.
When someone adds a document for the ...
2
votes
3answers
214 views
Steps to Deploy multiple webparts with one feature
(SharePoint 2010)
I have created 4 webparts each in their own solutions and they work great. How could I add each webpart to an empty solution and deploy them as one feature & have each web-part ...
2
votes
2answers
1k views
Deploying Multiple Features from a single WSP
I am working with SharePoint 2010. In my solution I have multiple features and event receivers for each feature, and no web part in the solution. I am not sure how to deal with multiple features in a ...
2
votes
1answer
86 views
Storage Location of Installed Features
Are features installed on a site stored in any of the databases?
I know the assemblies installed to the GAC from a .wsp are not, however are the features themselves stored in a database?
2
votes
2answers
263 views
How to activate a feature only in powershell
I am trying to do this but cant find how
Update-SPSolution –Identity Teams.HomeWebTemplate.wsp –LiteralPath "D:\xx\bin\Debug\xxx.wsp" –GacDeployment
Get-SPFeature –Identity "xxx Links Feature" –Site ...