What should your plan for the upgrade include?

You are planning an upgrade to a SharePoint 2010 site that contains a feature named MyOriginalCapability. The
MyOriginalCapability feature has a version number of 1.0.0.0 but the feature is not yet activated. The new feature

is named MyEnhancedCapability and depends on the capabilities of the feature MyOriginalCapability. Your plan
must include activation of the MyOriginalCapability feature.
You need to plan the deployment of the new feature.
What should your plan for the upgrade include?

You are planning an upgrade to a SharePoint 2010 site that contains a feature named MyOriginalCapability. The
MyOriginalCapability feature has a version number of 1.0.0.0 but the feature is not yet activated. The new feature

is named MyEnhancedCapability and depends on the capabilities of the feature MyOriginalCapability. Your plan
must include activation of the MyOriginalCapability feature.
You need to plan the deployment of the new feature.
What should your plan for the upgrade include?

A.
Incrementing the Version attribute of the MyOriginalCapability feature from 1.0.0.0 to 2.0.0.0

B.
Incrementing the Version attribute of the MyOriginalCapability and MyEnhancedCapability features from 1.0.0.0 to 2.0.0.0

C.
An Activation Dependency element and Upgrade Actions element in the MyEnhancedCapability feature that references the MyOriginalCapability feature

D.
An Activation Dependency element and Upgrade Actions element in the MyOriginalCapability feature that references the MyEnhancedCapability feature



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Mariya

Mariya

http://msdn.microsoft.com/en-us/library/office/ee538968(v=office.14).aspx

1. Add an tag in the Feature.xml file. The element now has a MinimumVersion attribute to provide support for versioned Feature dependencies.
2. Increase the Feature version number.
3. Add an section in the Feature.xml file, and reference the assembly and type of the Feature receiver.
4. Implement a Feature receiver that derives from SPFeatureReceiver and that overrides the FeatureUpgrading(SPFeatureReceiverProperties, String, IDictionary) method.