Tagged Questions
0
votes
1answer
89 views
Disable auto activate feature
I have a really strange behaviour, I'm working with SharePoint 2007 and I have a feature web application scoped, and i don't want it automatically being activated on deploying the solution, but it ...
0
votes
2answers
77 views
How would a Web Application feature knows on activation that which web app its supposed to run on
Scenario can be read on My other Question
Further to that question, why would a web application has timer job definition that it hasn't been deployed to.
this is the code I am using for feature ...
0
votes
0answers
119 views
WSPbuilder is not including feature.xml during wsp build - MOSS 2007 and VS 2008
I am trying to deploy one existing Custom Project to MOSS 2007. I am able to compile using Visual Studio 2008 and using WSPBuilder am able to build as wsp. But my WSP is only containing my project.dll ...
0
votes
2answers
538 views
Activate “Office Sharepoint Server Publishing” in 2007
When I try to activate the Office Sharepoint Server Publishing for the root level site, I keep getting
One or more features must be turned
on before this feature can be
activated.
I tried ...
1
vote
1answer
874 views
Can't Activate Office SharePoint Server Publishing Infrastructure
When I try to activate the Publishing Infrastructure at the site collection level I getthe following error.
The Office SharePoint Server Standard
Web application features feature must
be ...
1
vote
2answers
142 views
Using CodePlex Feature Generator
I was just wonder whether any acutally used the feature generator from codeplex or not. I have following questions...
Does it create good version (meaning not missing anything major from feature) ...
1
vote
1answer
398 views
Declaratively pass parameters to a feature using activationdependency?
is there a way to declaratively pass parameters to a feature using activationdependency?
I have a feature defined in ONET.XML that i want to move to a feature stapler, but since it has a property ...
0
votes
1answer
660 views
Access denied when adding web application features programmatically
My goal is to programmatically activate a Web Application scoped feature. I'm running this code from a feature receiver of a Web scoped feature. I'm logged in as a Farm Administrator. My app pool ...
1
vote
1answer
206 views
WebDeleting Event for New Sites created ? ?
I am using the WebDeleting event which is based on features. Just activate the feature, and whenever a web is getting deleted, the event handler throws a message saying "Web can't be deleted".
...
3
votes
6answers
3k views
Identify moss features from GUID
We are using a site definition and it has 3 feature dependencies that we are struggling to identify:
<ActivationDependency FeatureId="7EDD3C9C-8AC6-4ab5-A209-30B5DC422464" />
...
