It may take longer for applications to make updates to data tables that are used as data sources for DataGrid controls after you install the .NET Framework 1.1 SP1 (895210)



The information in this article applies to:

  • Microsoft .NET Framework 1.1 Service Pack 1 (SP1), when used with:
    • Microsoft Windows Server 2003, Datacenter Edition
    • Microsoft Windows Server 2003, Enterprise Edition
    • Microsoft Windows Server 2003, Standard Edition
    • Microsoft Windows XP Professional

SYMPTOMS

You may run applications that make extensive updates to data tables that are used as data sources for DataGrid controls. After you install the Microsoft .NET Framework 1.1 Service Pack 1 (SP1), you may notice that it takes a longer time to make the same updates.

CAUSE

This behavior occurs because of a deliberate code change in the .NET Framework 1.1 SP1. This code change helps protect against multithread read scenarios that involve DataView classes.

STATUS

This behavior is by design.

Modification Type:MinorLast Reviewed:3/30/2005
Keywords:kbprb KB895210 kbAudDeveloper