Tagged Questions
1
vote
1answer
171 views
Feature Activated Event not triggered when creating a new sub site with web template
When I create a new site I have a Web Scoped FeatureActivated event that I would like to run. The feature does get Activated but the FeatureActivated event is not triggered.
The site is created with ...
0
votes
2answers
62 views
How do i create a feature in web template?
I have created a web template in visual studio, it includes the standard element file and onet file, it also has a feature which is scoped to site level.
All this works fine, i can deploy it and can ...
1
vote
3answers
304 views
How to activate feature in a custom site
I have created a publishing web template. Now I need to activate a feature once the site is provisioned.
In order to achieve this, I've created an event receiver with something like this:
public ...
2
votes
1answer
357 views
FeatureActivated not called for Site Template
We have an web-level feature that when you activate it will change the master pages used by the web to point to a .master page in the rootweb of the site collection.
This feature has been activated ...