Microsoft
70-573 · Question #86
You create a SharePoint solution that contains two Features named Feature1 and Feature2. You need to ensure that Feature1 is always activated before Feature2. You must achieve this goal by using the…
The correct answer is C. From Feature2.feature explorer, add Feature1 to the Feature Activation Dependencies list. MNEMONIC RULE: "add Feature1 to Feature2.feature explorer" Activation Dependencies and Scope
Developing SharePoint Solutions
Question
You create a SharePoint solution that contains two Features named Feature1 and Feature2. You need to ensure that Feature1 is always activated before Feature2. You must achieve this goal by using the minimum amount of development effort. What should you do?
Options
- AFrom Feature1.feature explorer, add Feature2 to the Feature Activation Dependencies list.
- BCreate a custom Feature receiver for Feature2.
- CFrom Feature2.feature explorer, add Feature1 to the Feature Activation Dependencies list.
- DCreate a custom Feature receiver for Feature1.
How the community answered
(63 responses)- A2% (1)
- B5% (3)
- C81% (51)
- D13% (8)
Explanation
MNEMONIC RULE: "add Feature1 to Feature2.feature explorer" Activation Dependencies and Scope
Topics
#Feature dependencies#Feature activation order#Feature Activation Dependencies#solution packaging
Community Discussion
No community discussion yet for this question.