Article ID: 2622638 - Last Review: April 9, 2012 - Revision: 6.0

SharePoint Designer does not recognize custom forms after upgrade

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
Expand all | Collapse all

Symptoms

SharePoint Designer 2010 does not recognize Custom Display, Edit, and New Item Form pages for some lists/libraries after upgrade from SharePoint 2007 to 2010.

Cause

This occurs when a custom list form is not in a Web Part Zone.

Resolution

Add a Web Part Zone and wrap the DataFormWebPart into the Web Part Zone.

The sample code is like following:

 <WebPartPages:WebPartZone runat="server" id="g_xxxxxxxxxxxxxxxxxxx" title="Zone1">
                  <ZoneTemplate>
                <WebPartPages:DataFormWebPart …>
                                ...
             </WebPartPages:DataFormWebPart>
</ZoneTemplate>
</WebPartPages:WebPartZone>

Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use (http://go.microsoft.com/fwlink/?LinkId=151500) for other considerations.

APPLIES TO
  • Microsoft SharePoint Designer 2010
Keywords: 
KB2622638