Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.


Summary

This article describes the Microsoft SharePoint Foundation 2010 issues that are fixed in the SharePoint Foundation 2010 hotfix package that is dated October 13, 2011.

INTRODUCTION

Issues that this hotfix package fixes

  • Consider the following scenario. You add a Delay activity to a workflow. Then, you set the duration for the Delay activity. You deploy the workflow in SharePoint Foundation 2010. In this scenario, the workflow is not resumed after the duration of the Delay activity.

  • Consider the following scenario:

    • You add a custom list to an out-of-box meeting workspace site.

    • You set Change items into series items to Yes in the custom list.

    • You add an out-of-box workflow to the custom list, and then add a list item to the custom list.

    • You start the workflow on the list item.


    In this scenario, the workflow does not run and you receive the following error message:

    Error Occurred

  • Assume that a Web Part uses an AJAX control in SharePoint Foundation 2010. When an AJAX request occurs, SharePoint Foundation 2010 does not load client-side component scripts for the AJAX control. Additionally, the following exception occurs in the Sys$_ScriptLoader$_loadScriptsInternal recursive function:

    Object expected.

  • An incorrect code is generated for a Boolean field in SharePoint Foundation 2010 when you use the SPMetal tool to generate Visual Basic .NET classes.

  • When a user account name contains an apostrophe in a SharePoint Foundation 2010 web application, you cannot migrate the user account from a Windows authentication account to a claims-based authentication account.

  • The content type updates for all the sub sites time out. This occurs when you try to add a lookup column to a site content type in a SharePoint Foundation 2010 site collection.

  • Assume that you apply CSS styles that are referenced from an external CSS file to a SharePoint Foundation 2010 site. When you try to edit a webpage on the site, you receive an "Access denied" error message. Additionally, you receive the following warning message:

    This page is accessing information that is not under its control. This poses a security risk. Do you want to continue?

  • Consider the following scenario:

    • You use Microsoft Office Online to open a Word document that has a Chinese file name in a SharePoint Foundation 2010 site.

    • You copy the URL of the Word document.

    • You paste the URL as a navigation link on the Quick Launch bar.

    • You click the newly added navigation link on the Home Page.


    In this scenario, you receive the following error message:

    File not found.

  • Consider the following scenario:

    • You create a publishing site collection in SharePoint Foundation 2010.

    • You use an out-of-box article page layout to create a content page on the site.

    • You set the time zone and the site collection time zone between UTC-01:00 and UTC-12:00 on the SharePoint Foundation 2010 server.

    • You provide a date time value for the article start date on the content page.

    • You save the content page.

    • You publish the content page.


    In this scenario, the article start date is one day earlier than the date time value that you set.

  • Consider the following scenario:

    • You configure Alternate Access Mappings (AAM) for a SharePoint Foundation 2010 site collection.

    • You create an overlay to an existing calendar.

    • You try to access the calendar in the site collection.


    In this scenario, you cannot access the calendar.

  • Consider the following scenario:

    • You use the team site template to create a site collection in the German version of SharePoint Foundation 2010.

    • You add a document library that contains several custom columns to the site collection.

    • You save the site collection as a template.

    • You import and deploy the template to another site collection through Microsoft Visual Studio 2010.

    • You view the site collection that uses the template.


    In this scenario, certain custom column names contain incorrect German characters.

  • Assume that the tree view is enabled on a SharePoint Foundation 2010 site. When an SPList object name contains several characters followed by "_file" or "_files", the SPList object cannot be displayed on the SharePoint site.

  • Consider the following scenario:

    • You set the Locale to any location other than English (United States) on a SharePoint Foundation 2010 site.

    • You create a Date and Time lookup column that connects to a calendar in a document library.

    • You upload several files to the document library.

    • You group by the lookup column in the document library view.


    In this scenario, the date and time in the grouped view header uses United States formatting conventions.

  • Consider the following scenario:

    • You create a column in a custom list in a SharePoint Foundation 2010 document library.

    • You configure the column validation feature.

    • You add a list item that violates the restrictions in the column validation feature.


    In this scenario, you do not receive a notification message. Instead, you receive the following error message:

    List data validation failed.

  • Consider the following scenario:

    • You configure an alert for a list in SharePoint Foundation 2010.

    • You select a user from the Display alerts for list and delete the alert for the user on the Manage User Alerts page.


    In this scenario, the user who you deleted is still displayed in the Display alerts for list.

  • Consider the following scenario:

    • You add a metadata column to a library in SharePoint Foundation 2010.

    • You create a term set for the column.

    • You apply an Include descendants filter to the metadata column.


    In this scenario, you receive the following error message:

    <!--#RENDER FAILED -->

  • Assume that you create a Web Part that references data from another SharePoint site and has custom content types enabled. When you try to add the Web Part to a new Web Part page, the following exception occurs:

    ArgumentException: Value does not fall within the expected range.

  • Consider the following scenario:

    • You use a name that contains a question mark (?) to create a site column on a SharePoint Foundation 2010 site.

    • You create a site content type, and then add the site column to the site content type.

    • You add the site content type to a document library on a SharePoint site.

    • You upload a document to the document library.

    • You make changes to the site content type on the EditForm.aspx page that contains the site column.


    In this scenario, you lose the data that you previously changed in the site content type.

  • Assume that you have a Home Page that contains a Content Editor Web Part and some custom HTML code on a Microsoft Office SharePoint Server 2007 server. After you upgrade the SharePoint Server 2007 server to SharePoint Foundation 2010, the Content Editor Web Part cannot be displayed.

  • Consider the following scenario:

    • You create a new Pages library on a SharePoint Foundation 2010 site collection.

    • You create a column for the Pages library and set the column as required.

    • You create a new page.


    In this scenario, you receive the following error message:

    Updates are currently disallowed on GET requests. To allow updates on a GET, set the 'AllowUnsafeUpdates' property on SPWeb.

  • Consider the following scenario:

    • You create a web application in SharePoint Server 2010.

    • You create an explicit inclusion managed path in the web application.

    • You create several site collections on the managed path.

    • You detach a content database that contains the web application.

    • You reattach the content database.


    In this scenario, some site collections are not restored in the web application.

  • Assume that you view a discussion item on a SharePoint Server 2010 site. If the discussion item contains a user profile picture, the aspect ratio of the picture is not retained. Therefore, the picture appears distorted.

  • Consider the following scenario:

    • You create an all-day event calendar item in SharePoint Foundation 2010.

    • You save the calendar item and export it as an iCalendar (.ics) file.

    • You import the .ics file into an Outlook client.


    In this scenario, the date of the all-day event in the Outlook client is one day earlier than the date that you set in SharePoint Foundation 2010.

  • Consider the following scenario:

    • You add a custom ItemUpdating event receiver to a Pages library on a SharePoint Server 2010 publishing site.

    • You update a page in the Page library.

    • The event receiver cancels the update operation.

    • You try to save the page.


    In this scenario, you receive a save conflict message instead of an event receiver error message.

  • W3wp.exe consumes excessive CPU resources when you use nonstandard ASP.NET codes. This occurs when you create a new page on a SharePoint Foundation 2010 site. Therefore, other users cannot access the SharePoint site.

  • You have rows in the feature table that reference nonexistent rows in the solutions table on a SharePoint Foundation 2010 site collection. Therefore, the whole site collection breaks.

  • Consider the following scenario:

    • You create a new content type in a content type publishing hub on SharePoint Foundation 2010.

    • You publish the content type to subscribing sites.

    • You change the column order in the content type publishing hub.

    • You republish the content type to the subscribing sites.


    In this scenario, the column order is not updated on the subscribing sites.

  • Assume that a calendar contains a calculated column on a SharePoint Foundation 2010 site. An error occurs when you try to create a Gantt view for the calendar.

  • Consider the following scenario:

    • You install the June, 2011 cumulative update from Microsoft Knowledge Base article 2536599 on a Microsoft SharePoint Server 2010 server.

    • You add a Summary Link Web Part to a site collection.

    • You add a link to the Web Part, and then try you to save the Web Part.

    In this scenario, you receive the following error message:

    The security validation for this page is invalid.

Resolution

Hotfix information

A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.

If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.

Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft website:

http://support.microsoft.com/contactus/?ws=supportNote The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.

Prerequisites

To install this hotfix, you must have Microsoft SharePoint Foundation 2010 or Microsoft SharePoint Foundation 2010 Service Pack 1 installed.

Restart requirement

You may not have to restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace a previously released hotfix.

Registry information

To use the hotfix in this package, you do not have to make any changes to the registry.

File information

This hotfix may not contain all the files that you must have to fully update a product to the latest build. This hotfix contains only the files that you must have to resolve the issues that are listed in this article.

The global version of this hotfix package uses a Microsoft Windows Installer package to install the hotfix package. The dates and the times for these files are listed in Coordinated Universal Time (UTC) in the following table. When you view the file information, the date is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.


Download information

File name

File version

File size

Date

Time

Sharepointfoundation2010-kb2553031-fullfile-x64-glb.exe

14.0.6109.5005

34,410,776

6-Oct-11

3:11


Microsoft Windows Installer .msp file information

File name

File version

File size

Date

Time

Sts-x-none.msp

Not Applicable

34,499,072

5-Oct-11

16:37


After the hotfix is installed, the global version of this hotfix has the file attributes, or a later version of the file attributes, that are listed in the following table.

Sts-x-none.msp information

File name

File version

File size

Date

Time

Addgallery.officeonlineprovider.dll

14.0.6015.1000

55,168

20-Dec-10

12:03

Csisrv.dll

14.0.6106.5000

3,368,880

12-Jun-11

2:24

Dwdcw20.dll

14.0.6015.1000

636,768

20-Dec-10

19:41

Microsoft.businessdata.dll

14.0.6009.1000

116,632

20-Oct-10

5:14

Microsoft.sharepoint.addgallery.server.dll

14.0.6108.5000

124,800

21-Jul-11

13:11

Microsoft.sharepoint.administrationoperation.dll

14.0.6108.5000

833,456

21-Jul-11

13:11

Microsoft.sharepoint.applicationpages.administration.dll

14.0.6108.5000

608,128

21-Jul-11

13:11

Microsoft.sharepoint.applicationpages.dll

14.0.6108.5000

1,058,720

21-Jul-11

13:11

Microsoft.sharepoint.client.dll

14.0.6108.5000

288,624

21-Jul-11

13:11

Microsoft.sharepoint.client.dll

14.0.6108.5000

288,624

21-Jul-11

13:11

Microsoft.sharepoint.client.serverruntime.dll

14.0.6108.5000

186,272

21-Jul-11

13:11

Microsoft.sharepoint.client.silverlight.dll

14.0.6108.5000

272,264

21-Jul-11

13:11

Microsoft.sharepoint.client.silverlight.runtime.dll

14.0.6009.1000

145,304

20-Oct-10

6:07

Microsoft.sharepoint.dll

14.0.6109.5002

16,783,208

24-Aug-11

19:03

Microsoft.sharepoint.dll

14.0.6109.5002

16,783,208

24-Aug-11

19:03

Microsoft.sharepoint.dll

14.900.6108.5000

1,795,968

21-Jul-11

13:11

Microsoft.sharepoint.dsp.dll

14.0.6105.5000

59,264

21-May-11

18:37

Microsoft.sharepoint.dsp.oledb.dll

14.0.6108.5000

124,800

21-Jul-11

13:11

Microsoft.sharepoint.dsp.soappt.dll

14.0.6108.5000

87,936

21-Jul-11

13:11

Microsoft.sharepoint.dsp.sts.dll

14.0.6108.5000

104,320

21-Jul-11

13:11

Microsoft.sharepoint.dsp.xmlurl.dll

14.0.6108.5000

87,936

21-Jul-11

13:11

Microsoft.sharepoint.health.dll

14.0.6017.1000

96,176

19-Jan-11

4:40

Microsoft.sharepoint.identitymodel.dll

14.0.6107.5000

104,320

1-Jul-11

16:46

Microsoft.sharepoint.intl.dll

14.0.6010.1000

1,009,536

28-Oct-10

6:51

Microsoft.sharepoint.library.dll

14.0.6022.1000

165,760

2-Mar-11

12:01

Microsoft.sharepoint.linq.dataservice.dll

14.0.6023.1000

51,104

11-Mar-11

8:24

Microsoft.sharepoint.linq.dll

14.0.6101.5000

374,640

13-Apr-11

19:19

Microsoft.sharepoint.powershell.dll

14.0.6108.5000

649,088

21-Jul-11

13:11

Microsoft.sharepoint.powershell.intl.dll

14.0.6108.5000

67,456

21-Jul-11

13:11

Microsoft.sharepoint.sandbox.dll

14.0.6009.1000

122,248

20-Oct-10

4:31

Microsoft.sharepoint.search.dll

14.0.6108.5000

4,850,056

20-Jul-11

13:40

Microsoft.sharepoint.search.intl.dll

14.0.6009.1000

378,784

20-Oct-10

4:31

Microsoft.sharepoint.usercode.dll

14.0.6009.1000

34,688

20-Oct-10

6:07

Microsoft.sharepoint.workflowactions.dll

14.0.6108.5000

317,312

21-Jul-11

13:11

Microsoft.sharepoint.workflows.dll

14.0.6108.5000

71,552

21-Jul-11

13:11

Microsoft.web.commandui.dll

14.0.6016.1000

137,064

7-Jan-11

2:38

Microsoft.web.commandui.dll

14.0.6016.1000

137,064

7-Jan-11

2:38

Microsoft.web.design.server.dll

14.0.6108.5000

382,864

21-Jul-11

14:01

Mssdmn.exe

14.0.6108.5000

790,408

20-Jul-11

13:40

Mssearch.exe

14.0.6108.5000

523,656

20-Jul-11

13:40

Mssph.dll

14.0.6108.5000

1,672,072

20-Jul-11

13:40

Mssrch.dll

14.0.6109.5000

4,987,784

9-Aug-11

12:10

Offparser.dll

14.0.6106.5000

2,915,232

12-Jun-11

0:38

Oisimg.dll

14.0.6108.5000

194,944

21-Jul-11

13:11

Oleparser.dll

14.0.6108.5000

32,680

21-Jul-11

13:11

Onetnative.dll

14.0.6106.5000

584,072

12-Jun-11

1:24

Onetutil.dll

14.0.6109.5002

2,986,360

24-Aug-11

19:08

Onfda.dll

14.0.6106.5000

2,782,600

12-Jun-11

2:21

Owssvr.dll

14.0.6109.5002

6,590,848

24-Aug-11

19:01

Owstimer.exe

14.0.6108.5000

74,096

21-Jul-11

13:11

Policy.12.0.microsoft.sharepoint.search.dll

14.0.6107.5000

11,168

1-Jul-11

17:26

Psconfig.exe

14.0.6009.1000

567,192

20-Oct-10

6:07

Psconfigui.exe

14.0.6009.1000

825,240

20-Oct-10

6:07

Query.dll

14.0.6108.5000

371,056

20-Jul-11

13:40

Setup.exe

14.0.6010.1000

1,377,144

28-Oct-10

7:54

Spmetal.exe

14.0.6107.5000

149,432

1-Jul-11

16:46

Spuchostservice.exe

14.0.6105.5000

108,496

21-May-11

18:37

Spucworkerprocess.exe

14.0.6015.1000

47,056

20-Dec-10

12:03

Spucworkerprocessproxy.exe

14.0.6009.1000

124,896

20-Oct-10

6:07

Spwriter.exe

14.0.6108.5000

41,856

21-Jul-11

13:11

Stsadm.exe

14.0.6108.5000

346,024

21-Jul-11

13:11

Stssoap.dll

14.0.6108.5000

472,960

21-Jul-11

13:11

Stswel.dll

14.0.6109.5002

3,254,656

24-Aug-11

19:01

Tquery.dll

14.0.6109.5000

5,646,216

9-Aug-11

12:10

Wssadmin.exe

14.0.6108.5000

15,792

21-Jul-11

13:11

Wsssetup.dll

14.0.6015.1000

7,588,200

20-Dec-10

20:24

Wsstracing.exe

14.0.6106.5000

107,904

12-Jun-11

0:38


References

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates

<ArticleBemisContent xmlns="http://www.microsoft.com/office/sustainedengineering/kbcontent" Version="15.0.5001.1000" Revision="0" IRISArticleID="63" ContentID="2553031"> <Summary /> <RelatedBugs /> <FileList /> <ReplacementInformation /> <Prerequisities /> <RestartInformation> <Info SourceName="RestartCheck"> <Data>No</Data> </Info> </RestartInformation> <UninstallInformation /> <TargetedApplications /> <RegistryChanges /> <ObtainUpdate /> <UpdateNotes /> <Keywords /> <SecurityBulletin /> <SecurityUpdateSupport /> </ArticleBemisContent>

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×