The features tag has no wiki summary.
0
votes
0answers
51 views
Sharepoint 2010 Custom Action not appearing when there is no custom action for list in Designer!
I have a strang problem in my site , I created a custom action by Using a Feature in Visual Studio for one of custom lists , when I added another custom action to displayForm in SharePoint Designer I ...
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 ...
0
votes
1answer
180 views
Get list of all features (installed and not active) on site? Trying to use FeatureDefinitions?
I have an issue trying to get all the installed (not activated) features in SharePoint 2010. I have one site and site collection and what I want to do is have one feature that activates all my ...
1
vote
2answers
55 views
How to add feature to web template
I have created a web template into my project. I have created a feature and add event receiver where I have added code to create custom list. Now I want to add this feature to the web template. How I ...
0
votes
1answer
63 views
Feature activation Object Reference error with ConfigurationManager
I am writing a feature, on activation it must create an entry in a list for every entry in a document library. I am using a webservice to get to the list which is on another sharepoint site. I am ...
1
vote
1answer
56 views
How do I update or add field in a list item so that the value is a space character
I am building an event handler. When items in a library on one server farm are updated or deleted, I take that information and ammend a list that resides on another site. I require that one of the ...
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 ...
3
votes
0answers
83 views
Application DLL replaced sometimes in 14 Hives feature folder
I deploy Infopath forms using powershell script. After deployment, dlls of my deployed application appears in 14 hives/feature/guidfeaturefolder After some modifications when i deploy again the same ...
0
votes
1answer
140 views
Infopath 2010 Form Deployment - feature folder of 14 hives
I deploy Infopath forms using powershell script.
After deployment, dlls of my deployed application appears in 14 hives/feature/guidfeaturefolder
After some modifications when i deploy again the same ...
1
vote
1answer
319 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 ...
0
votes
1answer
92 views
How to check is feature exists on web?
How can i check is feature exists? I mean not activated but accessible on current web.
For example i have feature with some id and i need to check is package with this feature is deployed.
Because ...
2
votes
3answers
212 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 ...
0
votes
2answers
136 views
Results.aspx Page Layout Broken
I have deployed a custom branding project as a Feature, to a SharePoint 2010 Publishing site (Intranet) - just some stylistic tweaks and a custom master page. When I perform a search and land on the ...
0
votes
0answers
29 views
how are featureReference nodes in Package manifest related to featureIds
Our team is working on a solution with Sharepoint package having several features referenced in it.
We noted that no new updates made to the solution (i.e. features added etc.) were reflecting upon ...
0
votes
1answer
127 views
Error on Feature Deactivation with Power Shell Script
I have written some code in my feature receivers on feature activation and deactivation for my SharePoint 2010 site.
Basically some contents are added on feature activation and same are deleted when ...
0
votes
1answer
566 views
How do I configure styles and layout of a Summary Link Web Part using code?
I have successfully added a Summary Link Web Part as a feature and want to configure the styles and layout of it, including:
The default style for new links
The group header style
The number of ...
3
votes
1answer
104 views
Grant permissions on documents in a document center based on the document ID
First of all let me start by saying that I'm not a professional SharePoint 2010 developer. I know some basics and read about how SharePoint is constructed and stuff, played with it a little, but it ...
0
votes
2answers
109 views
Feature not activating after sharepoint 2007 upgrade to sharepoint 2010
After the 2007 to 2010 SharePoint upgrade i have taken notice that when i try to activate a feature under the site collection admin for a root site page and also with manage site features i keep on ...
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 ...
3
votes
2answers
247 views
Getting AssemblyFileVersion of a wsp **without** a feature
I got a monitoring page where I show the version of all web parts, features etc.
If I use features with Event Receiver I can easily get the version. If the Feature has no event receiver I solved that ...
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?
0
votes
2answers
722 views
Powershell to find specific feature in a list or library
I have a particular feature which has been orphaned and I no longer have access to re-install it. However it is locked in to three lists that I have in my site collection. I can find it in one of the ...
1
vote
1answer
53 views
Is it possible to write a feature to inject a custom control into a masterpage?
I have 3 site collections that need a specific css file, and to not have to make changes in multiple places our team has opted for a single masterpage. Instead of creating a second masterpage with a ...
1
vote
1answer
2k views
Remove uninstalled feature when feature GUID not recognized
I have uninstalled a few features and am now getting an unexpected error when trying to navigating to the "Manage content and structure" page. The ULS logs show the following error:
"The ...
4
votes
4answers
1k views
Any news about SharePoint 15 release date?
As MS Office next version is scheduled to be released this year, I wonder is there any news about next version of SharePoint? I found a link for SharePoint 15 Technical Preview Interoperability API ...
2
votes
2answers
260 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 ...
2
votes
1answer
937 views
Activate features on subsite Sharepoint 2010
I have a problem when I activate the feature on the subsite. I try to create a wsp package with the module and feature. In the module I have stp files (list templates).
<?xml version="1.0" ...
1
vote
4answers
1k views
Site scope feature will not deactivate
I have a site collection scoped feature that deployed a web part in my site collection, and I am trying to remove them. If I run "stsadm -o enumallwebs -includefeatures" I see that the feature is ...
2
votes
2answers
2k views
Enable Business Data Web Parts in site
I am using SharePoint Server 2010 and we do have Enterprise licenses.
But what feature AND WHERE must be turned on in order to show the Business Data Web Parts like in the image below.
Something ...
0
votes
1answer
24 views
Will data be affected on dropping features
If I drop\delete features like SiteColumn, ContentType or ListDefinition which may be referred by sites to hold data. In such cases, will the data also get deleted?
0
votes
3answers
919 views
Sharepoint Lists Missing from Site Collection
When I go to my site collection and click New > List, there are only a few lists available.
The heading 'Communications', which has Annoucements, Discussions etc, is completely gone. The sub sites of ...
