Upgrade site customizations for SharePoint

Learn about potential issues and get recommendations for upgrading your SharePoint 2010 site customizations to SharePoint. SharePoint introduces significant changes to the user interface (UI) that let you customize sites using faster, more agile components. But when you upgrade from SharePoint 2010, you might encounter some issues with the new components that have been built into SharePoint to handle the improvements to the UI.

This article will help SharePoint developers and those responsible for administering the upgrade process from SharePoint 2010 to identify potential problems after upgrading.

General recommendations for upgrading

In general, we recommend that you create a new "evaluation" site where you can test your customizations and redesign them for a SharePoint environment. For more information about creating an evaluation site collection, see Upgrade a site collection.

Upgrading custom components

Table 1 lists the possible after-upgrade problems for custom components and information about how to address them.

Table 1. Custom components affected by upgrading to SharePoint

If you have customized You might encounter
CSS styles
During upgrade, your site will revert to the CSS files referred to in the default.master page. As a result, any customizations you have made to the appearance of your pages will change, and pages will render with the default styles found in a default installation.
Themes
For SharePoint 2010, you may have created custom themes that define a corporate branding for an entire site. You create these as .thmx files that can be uploaded to the site collection and applied by the administrator.
In SharePoint, the theming engine has been completely redesigned to be more flexible and powerful and to provide for easier future upgrades. As a result of this redesign, upgrading from SharePoint 2010 to SharePoint themes is not supported and will require you to re-create them for SharePoint.
Web templates
Web templates were introduced in SharePoint 2010 to provide a way to package features, layouts, styles, and other components that you can then use to create new webs. They are similar in function to creating site definitions, but with web templates, you can add publishing features.
Due to the changes made in SharePoint, your customized web templates will not work immediately after upgrade.
To see what changes have been made to web templates and to fix issues resulting from this, see Upgrade web templates for SharePoint for recommendations and best practices.
Master pages
During upgrade, any references to custom master pages you have created are reverted back to the default.master page. This may cause errors in SharePoint due to references on the custom page to missing components.
To fix this, you have to change the references to any custom master pages.

See also