Update 4.0.3 Beta for Microsoft .NET Framework 4 – Runtime Update
Update 4.0.3 Beta for Microsoft .NET Framework 4 is now available. This update includes a set of new features and fixes some bugs, based on top customer requests and the .NET Framework scenarios.
Notes This update release updates only the runtime files for the Microsoft .NET Framework 4. For more information about the details of this update, see the "More Information" section. This update contains all the runtime changes from the following update: Therefore, this update is a cumulative update. Any application built for the .NET Framework 4.0.1 or the .NET Framework 4.0.2 can run on a computer that has the .NET Framework 4 and the .NET 4.0.3 Beta runtime installed. We do not support any application that this update was used to build on any prerelease version of the .NET Framework 4, such as a Beta. Additionally, we recommend that any such application be upgraded to at least the Microsoft .NET Framework 4 RTM. Features that are introduced by this update SustainedLowLatency added to GCLatencyMode Some applications perform time-sensitive operations throughout the day, during which interruptions from long full blocking garbage collection could be disruptive. For example, applications that need quick response times because of financial market data changes during trading hours. If an application has a large managed heap in this environment, it could become unresponsive for long periods of time if full blocking garbage collection occurs.
To resolve this issue, a new setting called
SustainedLowLatency is added to
GCLatencyMode . This new setting minimizes the situations in which a full blocking garbage collection can occur. However, full blocking garbage collection may still occur in other situations, such as low memory or if garbage collection is deliberately induced.
Note The
SustainedLowLatency setting is applicable only when concurrent garbage collection is enabled. If concurrent garbage collection is not enabled,
SustainedLowLatency does not affect garbage collection behavior.
For more information about Latency Modes, visit the following Microsoft website:
General information about Latency Modes
(http://msdn.microsoft.com/en-us/library/bb384202.aspx)
Support running Workflows in partial trust Workflows that use Windows Workflow Foundation 4 (WF4) can run only in fully trusted application domains. This update enables WF to run in partially trusted environments. The scope of the change is enabling the core workflow runtime (execution model, activity and data model, tracking, and serialization) to run in partial trust. To enable this change, some WF assemblies are made conditional AllowPartiallyTrustedCallersAttribute (APTCA).
Note SqlWorkflowInstanceStore and Visual Basic expression are not supported by this change. Therefore, they are not available in partial trust.
Enable WF messaging activities across multiple hosts WF4 messaging activities (Send, Receive, ReceiveReply, SendReply, and so on) use WCF to send and receive messages. This update introduces a new WF extension that is used by these activities to send or receive messages (or both). The extension has to be provided by the host. If the extension is not present, the WF4 behavior and execution is preserved (no changes to current code path). If the extension is present, the activities call the methods in the extension.
The new extension has methods for each of the steps that are involved in different messaging patterns. The host authors can implement those methods to implement the messaging semantics that they want to use with the existing WF4 programing model.
XLinq and DataAnnotations added to .NET Framework 4 Portable Class Libraries Portable reference assembly support for System.Xml.Linq.dll and System.ComponentModel.DataAnnotations.dll is added to the Portable Class Library project. For more information about how to install Portable Class Library support and supported assemblies on the available platforms, see Microsoft Knowledge Base article
2468871
(http://support.microsoft.com/kb/2468871/
)
and the
Portable Class Library article
(http://msdn.microsoft.com/en-us/library/gg597391.aspx)
on MSDN.
Issues that this update resolves Issue 1: Cannot set the WWW-Authenticate HTTP Response header in self-hosted WCF service scenarios If you have a self-hosted WCF service, you could not send a www-Authenticate HTTP header in the response message. This is required for many custom authentication scenarios, such as enabling OAuth. This limitation was removed.
Issue 2: Self-hosted BasicHttp service that uses https enabled fails in partial trust If you have a self-hosted WCF service that uses BasicHttpBinding with security mode Transport and ClientCredentialType=None or Certificate, you could not run it in partial trust. The client request fails with the following exception:
System.Security.SecurityException: Request failed. at System.Security.CodeAccessSecurityEngine.ThrowSecurityException(RuntimeAssembly asm, PermissionSet granted, PermissionSet refused, RuntimeMethodHandleInternal rmh, SecurityAction action, Object demand, IPermission permThatFailed)
This issue is resolved.
Issue 3: WCF: Identical binding extension elements in machine.config and app.config throws an exception If identical (names and types) extension elements exist in machine.config and app.config, a ConfigurationErrorsException exception is thrown, and you receive the following error message:
System.Configuration.ConfigurationErrorsException was unhandled Message=An extension of name 'xyz' already appears in extension collection. Extension names must be unique.
This limitation was removed.
Issue 4 Consider the following scenario:
You run a client application to access a Windows Communication Foundation (WCF) duplex service that uses the Microsoft .NET Framework 4. The application calls the OnClose event of a channel on the WCF service. This channel is then ended in another event thread. In this scenario, the application crashes and you receive one of the following exception messages:
Exception 1 Exception: System.Runtime.CallbackException. Message: A user callback threw an exception.
Exception 2 Inner exception: System.ObjectDisposedException. Message: Cannot access a disposed object.
Issue 5 Consider the following scenario:
You have some nonstandard bindings that is defined for the following services:Net.Pipe Listener Net.Tcp Listener Net.Tcp Port Sharing Service Net.Msmq Listner Adapter You install a .NET Framework 4.0 Extended Profile update In this scenario, the Internet Information Services (IIS) configuration is changed to the default value of port 808 instead of your custom port.
Issue 6 When you try to access a hosted webpage created for .NET 4.0.1 or .NET 4.0.2 (that is, the
targetFramework property is set to one of these targets), you receive an error message that resembles the following:
Description : An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message : The 'targetFramework' attribute in the <compilation> element of the Web.config file is used only to target version 4.0 and later of the .NET Framework (for example, '<compilation targetFramework="4.0">'). The 'targetFramework' attribute currently references a version that is later than the installed version of the .NET Framework. Specify a valid target version of the .NET Framework, or install the required version of the .NET Framework.Source Error : Line 2: <configuration> Line 3: <system.web> Line 4: <compilation debug="false" targetFramework=".NETFramework, version=v4.0.3" /> Line 5: </system.web>Line 6: </configuration>
This issue is now resolved.
Issue 7 Consider the following scenario:
A process is running managed code against the Microsoft .NET Framework 4 common language runtime (CLR) At the same time, an update is installed that services Microsoft .NET Framework 4 assemblies In this scenario, the process that is running managed code against the Microsoft .NET Framework 4 CLR may end unexpectedly. This issue occurs because of a condition in which servicing of Microsoft .NET Framework 4.0 assemblies could lead to loaded modules, in a process that is running managed code against the Microsoft .NET Framework 4.0 CLR, to enter an inconsistent state. The process ends unexpectedly.
Issue 8 AlwaysOn is the new high-availability solution that is part of SQL Server Code Named "Denali." It enables failure recovery scenarios between multiple sites without specialized hardware. We have introduced a fix that improves the failover reconnection performance in multi-site clusters that are not using a stretch VLAN.
Issue 9 Failover reconnect performance against an SQL Server Denali AlwaysOn Availability Group is not in parity with failover reconnect performance to a SQL Server 2008 R2 database by using DB Mirroring. This issue is resolved, improving the SQL Server Code Named "Denali" AlwaysOn failover reconnection performance, bringing it in parity with traditional Database Mirroring failover.
Visual Studio 2010 support To use any new feature installed by this update, install the following update, and then develop applications in Microsoft Visual Studio 2010 Service Pack 1 (SP1):
2599653
(http://support.microsoft.com/kb/2599653/
)
Visual Studio 2010 SP1 – Design-time Update for Microsoft .NET Framework 4.0.3 Beta
Note This update installs a multi-targeting pack and other supporting files for the development environment. After you install these files, you can develop applications for the .NET Framework 4.0.3 Beta.
Download information The update is available for download from the following Microsoft Download Center website:
Collapse this image Expand this image
Download the update package now.
(http://go.microsoft.com/fwlink/?LinkID=226769)
For more information about how to download Microsoft support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591
(http://support.microsoft.com/kb/119591/
)
How to obtain Microsoft support files from online services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.
Prerequisites To install this update, you must have the following software installed:
Windows Installer 3.1 or a later version of Windows Installer To obtain the latest version of Windows Installer, visit the following Microsoft website: The Microsoft .NET Framework 4 or the Microsoft .NET Framework 4 Client Profile Note The .NET 4.0.3 Beta – Runtime Update is a targetable framework and is built for the .NET Framework 4. This update is not a cumulative framework version.
Command-line switches for this update For more information about the command-line switches for Windows Installer, visit the following Microsoft website:
227091
(http://support.microsoft.com/kb/227091/EN-US/
)
Command-Line Switches for the Microsoft Windows Installer Tool
For more information about Windows Installer, visit the following Microsoft website:
Restart requirement You have to restart the computer after you install this update if the files that are being updated are locked or are being used when you install this update.
Known issues with this update Issue 1 Symptoms Consider the following scenario:
You create a .NET 4.0.3 Beta application and deploy the same on a computer that has .NET Framework 4 and 4.0.3 Runtime Update installed. You install the Visual Studio 11 Developer Preview or .NET Framework 4.5 Developer Preview on the same computer. You try to run the application. In this scenario, you receive the following error message:
This application requires one of the following versions of the .NET Framework: .NETFramework, Version=v4.0.3,Profile=Client Do you want to install this .NET Framework version now?
Cause Because .NET 4.0.3 Beta for .NET 4 was created after Visual Studio 11 Developer Preview was released, it cannot be used together with .NET 4.5 Developer Preview.
Resolution To resolve this issue, uninstall Visual Studio 11 Developer Preview and .NET 4.5 Developer Preview to make your applications work. Only the next major release of the .NET Framework 4.5 will support .NET 4.0.3.
Issue 2 Symptoms Consider the following scenario:
The entry for .NET Framework 4.0.2 Runtime is corrupted like the following:
Update 4.0.2 KB2544514 for Microsoft .NET Framework 4 Client Profile (0) Update 4.0.2 KB2544514 for Microsoft .NET Framework 4 Extended (0)
There is no downside to this string corruption, and you can still use the entries to uninstall .NET Framework 4.0.2 Runtime.
File information The global version of this update uses a Microsoft Windows Installer package to install the update. 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.
For all supported x86-based versions of Windows Collapse this table Expand this table
File name File version File size Date Time vbc.exe 10.0.30319.251 2,261,832 21-Oct-2011 20:58 clr.dll 4.0.30319.251 6,726,472 21-Oct-2011 20:57 mscordacwks.dll 4.0.30319.251 1,142,616 21-Oct-2011 20:57 mscordbi.dll 4.0.30319.251 956,240 21-Oct-2011 20:57 mscorlib.dll 4.0.30319.251 5,200,208 21-Oct-2011 20:57 nlssorting.dll 4.0.30319.251 56,656 21-Oct-2011 20:58 PresentationCore.dll 4.0.30319.251 3,788,128 21-Oct-2011 21:01 PresentationFramework.dll 4.0.30319.251 6,429,032 21-Oct-2011 21:01 ServiceModelReg.exe 4.0.30319.251 191,840 21-Oct-2011 21:00 SOS.dll 4.0.30319.251 517,448 21-Oct-2011 20:58 SqlWorkflowInstanceStoreLogic.sql 51,063 21-Oct-2011 09:20 SqlWorkflowInstanceStoreSchema.sql 23,739 21-Oct-2011 09:20 System.Activities.Core.Presentation.dll 4.0.30319.251 618,376 21-Oct-2011 21:00 System.Activities.dll 4.0.30319.251 1,268,576 21-Oct-2011 21:00 System.Activities.DurableInstancing.dll 4.0.30319.251 125,320 21-Oct-2011 21:00 System.Activities.Presentation.dll 4.0.30319.251 1,577,848 21-Oct-2011 21:00 System.IdentityModel.dll 4.0.30319.251 397,160 21-Oct-2011 21:00 System.Net.dll 4.0.30319.251 236,880 21-Oct-2011 20:59 System.Runtime.DurableInstancing.dll 4.0.30319.251 355,200 21-Oct-2011 21:00 System.Runtime.Serialization.dll 4.0.30319.251 1,038,200 21-Oct-2011 21:00 System.ServiceModel.Activities.dll 4.0.30319.251 535,416 21-Oct-2011 21:00 System.ServiceModel.dll 4.0.30319.251 6,098,280 21-Oct-2011 21:00 System.Data.dll 4.0.30319.251 3,018,584 21-Oct-2011 20:58 System.Deployment.dll 4.0.30319.251 840,032 21-Oct-2011 20:58 System.dll 4.0.30319.251 3,510,600 21-Oct-2011 20:59 System.XML.dll 4.0.30319.251 2,207,568 21-Oct-2011 20:59 WindowsBase.dll 4.0.30319.251 1,368,920 21-Oct-2011 21:01 System.Xml.Serialization.dll 4.0.30319.251 11,120 21-Oct-2011 21:00 aspnet_wp.exe 4.0.30319.251 32,592 21-Oct-2011 20:29 Microsoft.Build.Tasks.v4.0.dll 4.0.30319.251 1,069,936 21-Oct-2011 20:28 Microsoft.CSharp.targets 13,031 21-Oct-2011 20:21 Microsoft.VisualBasic.targets 13,630 21-Oct-2011 20:21 microsoft.build.commontypes.xsd 195,804 21-Oct-2011 20:21 PerfCounters.ini 154,222 21-Oct-2011 20:21 System.Web.Extensions.dll 4.0.30319.251 1,862,504 21-Oct-2011 20:28 System.Web.dll 4.0.30319.251 5,228,368 21-Oct-2011 20:29 webengine.dll 4.0.30319.251 14,160 21-Oct-2011 20:29 webengine4.dll 4.0.30319.251 495,440 21-Oct-2011 20:29 XamlBuildTask.dll 4.0.30319.251 108,376 21-Oct-2011 20:29 mscorlib.resources.dll 4.0.30319.251 359,776 21-Oct-2011 20:08 PresentationCore.resources.dll 4.0.30319.251 119,152 21-Oct-2011 20:08 PresentationFramework.resources.dll 4.0.30319.251 279,424 21-Oct-2011 20:08 System.Data.resources.dll 4.0.30319.251 371,048 21-Oct-2011 20:08 System.resources.dll 4.0.30319.251 256,352 21-Oct-2011 20:08 WindowsBase.resources.dll 4.0.30319.251 94,568 21-Oct-2011 20:09 mscorlib.resources.dll 4.0.30319.251 365,408 21-Oct-2011 19:41 PresentationCore.resources.dll 4.0.30319.251 102,256 21-Oct-2011 19:41 PresentationFramework.resources.dll 4.0.30319.251 243,584 21-Oct-2011 19:41 System.Data.resources.dll 4.0.30319.251 374,120 21-Oct-2011 19:41 System.resources.dll 4.0.30319.251 262,496 21-Oct-2011 19:41 WindowsBase.resources.dll 4.0.30319.251 78,184 21-Oct-2011 19:42 mscorlib.resources.dll 4.0.30319.251 287,584 21-Oct-2011 19:15 PresentationCore.resources.dll 4.0.30319.251 97,136 21-Oct-2011 19:16 PresentationFramework.resources.dll 4.0.30319.251 238,464 21-Oct-2011 19:16 System.Data.resources.dll 4.0.30319.251 325,992 21-Oct-2011 19:15 System.resources.dll 4.0.30319.251 199,008 21-Oct-2011 19:15 WindowsBase.resources.dll 4.0.30319.251 75,112 21-Oct-2011 19:16 mscorlib.resources.dll 4.0.30319.251 288,096 21-Oct-2011 19:00 PresentationCore.resources.dll 4.0.30319.251 98,160 21-Oct-2011 19:00 PresentationFramework.resources.dll 4.0.30319.251 238,976 21-Oct-2011 19:00 System.Data.resources.dll 4.0.30319.251 328,552 21-Oct-2011 19:00 System.resources.dll 4.0.30319.251 201,568 21-Oct-2011 19:00 WindowsBase.resources.dll 4.0.30319.251 75,624 21-Oct-2011 19:01 mscorlib.resources.dll 4.0.30319.251 313,184 21-Oct-2011 18:38 PresentationCore.resources.dll 4.0.30319.251 105,328 21-Oct-2011 18:39 PresentationFramework.resources.dll 4.0.30319.251 251,264 21-Oct-2011 18:39 System.Data.resources.dll 4.0.30319.251 347,496 21-Oct-2011 18:38 System.resources.dll 4.0.30319.251 224,096 21-Oct-2011 18:38 WindowsBase.resources.dll 4.0.30319.251 82,792 21-Oct-2011 18:39 mscorlib.resources.dll 4.0.30319.251 308,064 21-Oct-2011 18:21 PresentationCore.resources.dll 4.0.30319.251 105,328 21-Oct-2011 18:22 PresentationFramework.resources.dll 4.0.30319.251 251,776 21-Oct-2011 18:22 System.Data.resources.dll 4.0.30319.251 343,912 21-Oct-2011 18:21 System.resources.dll 4.0.30319.251 218,976 21-Oct-2011 18:21 WindowsBase.resources.dll 4.0.30319.251 82,280 21-Oct-2011 18:22 mscorlib.resources.dll 4.0.30319.251 322,912 21-Oct-2011 17:43 PresentationCore.resources.dll 4.0.30319.251 110,960 21-Oct-2011 17:43 PresentationFramework.resources.dll 4.0.30319.251 267,648 21-Oct-2011 17:44 System.Data.resources.dll 4.0.30319.251 354,152 21-Oct-2011 17:43 System.resources.dll 4.0.30319.251 230,240 21-Oct-2011 17:43 WindowsBase.resources.dll 4.0.30319.251 87,400 21-Oct-2011 17:44 mscorlib.resources.dll 4.0.30319.251 437,600 21-Oct-2011 17:18 PresentationCore.resources.dll 4.0.30319.251 142,192 21-Oct-2011 17:19 PresentationFramework.resources.dll 4.0.30319.251 326,528 21-Oct-2011 17:19 System.Data.resources.dll 4.0.30319.251 423,272 21-Oct-2011 17:18 System.resources.dll 4.0.30319.251 319,840 21-Oct-2011 17:18 WindowsBase.resources.dll 4.0.30319.251 115,560 21-Oct-2011 17:19 mscorlib.resources.dll 4.0.30319.251 316,256 21-Oct-2011 16:53 PresentationCore.resources.dll 4.0.30319.251 106,864 21-Oct-2011 16:54 PresentationFramework.resources.dll 4.0.30319.251 257,408 21-Oct-2011 16:54 System.Data.resources.dll 4.0.30319.251 347,496 21-Oct-2011 16:53 System.resources.dll 4.0.30319.251 227,680 21-Oct-2011 16:53 WindowsBase.resources.dll 4.0.30319.251 85,352 21-Oct-2011 16:54 mscorlib.resources.dll 4.0.30319.251 310,112 21-Oct-2011 16:31 PresentationCore.resources.dll 4.0.30319.251 105,840 21-Oct-2011 16:31 PresentationFramework.resources.dll 4.0.30319.251 254,336 21-Oct-2011 16:32 System.Data.resources.dll 4.0.30319.251 341,352 21-Oct-2011 16:31 System.resources.dll 4.0.30319.251 218,976 21-Oct-2011 16:31 WindowsBase.resources.dll 4.0.30319.251 81,768 21-Oct-2011 16:32 mscorlib.resources.dll 4.0.30319.251 321,376 21-Oct-2011 16:10 PresentationCore.resources.dll 4.0.30319.251 109,936 21-Oct-2011 16:11 PresentationFramework.resources.dll 4.0.30319.251 260,992 21-Oct-2011 16:11 System.Data.resources.dll 4.0.30319.251 352,616 21-Oct-2011 16:11 System.resources.dll 4.0.30319.251 232,800 21-Oct-2011 16:11 WindowsBase.resources.dll 4.0.30319.251 85,864 21-Oct-2011 16:11 mscorlib.resources.dll 4.0.30319.251 342,368 21-Oct-2011 15:38 PresentationCore.resources.dll 4.0.30319.251 101,744 21-Oct-2011 15:39 PresentationFramework.resources.dll 4.0.30319.251 243,072 21-Oct-2011 15:39 System.Data.resources.dll 4.0.30319.251 365,928 21-Oct-2011 15:38 System.resources.dll 4.0.30319.251 243,040 21-Oct-2011 15:38 WindowsBase.resources.dll 4.0.30319.251 78,184 21-Oct-2011 15:39 mscorlib.resources.dll 4.0.30319.251 327,008 21-Oct-2011 15:03 PresentationCore.resources.dll 4.0.30319.251 111,984 21-Oct-2011 15:04 PresentationFramework.resources.dll 4.0.30319.251 266,624 21-Oct-2011 15:04 System.Data.resources.dll 4.0.30319.251 358,248 21-Oct-2011 15:04 System.resources.dll 4.0.30319.251 235,872 21-Oct-2011 15:04 WindowsBase.resources.dll 4.0.30319.251 87,400 21-Oct-2011 15:05 mscorlib.resources.dll 4.0.30319.251 314,720 21-Oct-2011 14:29 PresentationCore.resources.dll 4.0.30319.251 107,888 21-Oct-2011 14:30 PresentationFramework.resources.dll 4.0.30319.251 258,432 21-Oct-2011 14:30 System.Data.resources.dll 4.0.30319.251 347,496 21-Oct-2011 14:29 System.resources.dll 4.0.30319.251 225,120 21-Oct-2011 14:29 WindowsBase.resources.dll 4.0.30319.251 85,352 21-Oct-2011 14:30 mscorlib.resources.dll 4.0.30319.251 328,544 21-Oct-2011 13:30 PresentationCore.resources.dll 4.0.30319.251 110,960 21-Oct-2011 13:31 PresentationFramework.resources.dll 4.0.30319.251 265,600 21-Oct-2011 13:31 System.Data.resources.dll 4.0.30319.251 355,688 21-Oct-2011 13:30 System.resources.dll 4.0.30319.251 235,360 21-Oct-2011 13:30 WindowsBase.resources.dll 4.0.30319.251 87,912 21-Oct-2011 13:31 mscorlib.resources.dll 4.0.30319.251 312,160 21-Oct-2011 12:49 PresentationCore.resources.dll 4.0.30319.251 106,864 21-Oct-2011 12:50 PresentationFramework.resources.dll 4.0.30319.251 256,384 21-Oct-2011 12:50 System.Data.resources.dll 4.0.30319.251 351,080 21-Oct-2011 12:50 System.resources.dll 4.0.30319.251 225,632 21-Oct-2011 12:50 WindowsBase.resources.dll 4.0.30319.251 83,304 21-Oct-2011 12:50 mscorlib.resources.dll 4.0.30319.251 300,384 21-Oct-2011 12:22 PresentationCore.resources.dll 4.0.30319.251 101,744 21-Oct-2011 12:22 PresentationFramework.resources.dll 4.0.30319.251 244,608 21-Oct-2011 12:22 System.Data.resources.dll 4.0.30319.251 338,280 21-Oct-2011 12:22 System.resources.dll 4.0.30319.251 212,832 21-Oct-2011 12:22 WindowsBase.resources.dll 4.0.30319.251 79,720 21-Oct-2011 12:23 mscorlib.resources.dll 4.0.30319.251 321,888 21-Oct-2011 12:03 PresentationCore.resources.dll 4.0.30319.251 109,936 21-Oct-2011 12:04 PresentationFramework.resources.dll 4.0.30319.251 263,040 21-Oct-2011 12:04 System.Data.resources.dll 4.0.30319.251 354,664 21-Oct-2011 12:04 System.resources.dll 4.0.30319.251 227,680 21-Oct-2011 12:04 WindowsBase.resources.dll 4.0.30319.251 86,376 21-Oct-2011 12:04 mscorlib.resources.dll 4.0.30319.251 313,184 21-Oct-2011 11:41 PresentationCore.resources.dll 4.0.30319.251 106,352 21-Oct-2011 11:42 PresentationFramework.resources.dll 4.0.30319.251 256,896 21-Oct-2011 11:42 System.Data.resources.dll 4.0.30319.251 344,936 21-Oct-2011 11:42 System.resources.dll 4.0.30319.251 226,144 21-Oct-2011 11:42 WindowsBase.resources.dll 4.0.30319.251 84,328 21-Oct-2011 11:42 mscorlib.resources.dll 4.0.30319.251 315,744 21-Oct-2011 11:19 PresentationCore.resources.dll 4.0.30319.251 106,864 21-Oct-2011 11:20 PresentationFramework.resources.dll 4.0.30319.251 256,896 21-Oct-2011 11:20 System.Data.resources.dll 4.0.30319.251 348,520 21-Oct-2011 11:20 System.resources.dll 4.0.30319.251 226,656 21-Oct-2011 11:19 WindowsBase.resources.dll 4.0.30319.251 84,840 21-Oct-2011 11:20 mscorlib.resources.dll 4.0.30319.251 407,904 21-Oct-2011 10:37 PresentationCore.resources.dll 4.0.30319.251 135,024 21-Oct-2011 10:37 PresentationFramework.resources.dll 4.0.30319.251 309,632 21-Oct-2011 10:37 System.Data.resources.dll 4.0.30319.251 407,912 21-Oct-2011 10:37 System.resources.dll 4.0.30319.251 291,168 21-Oct-2011 10:37 WindowsBase.resources.dll 4.0.30319.251 107,880 21-Oct-2011 10:38 mscorlib.resources.dll 4.0.30319.251 309,088 21-Oct-2011 09:56 PresentationCore.resources.dll 4.0.30319.251 103,280 21-Oct-2011 09:56 PresentationFramework.resources.dll 4.0.30319.251 249,728 21-Oct-2011 09:56 System.Data.resources.dll 4.0.30319.251 341,352 21-Oct-2011 09:56 System.resources.dll 4.0.30319.251 217,440 21-Oct-2011 09:56 WindowsBase.resources.dll 4.0.30319.251 81,256 21-Oct-2011 09:57 mscorlib.resources.dll 4.0.30319.251 306,528 21-Oct-2011 09:27 PresentationCore.resources.dll 4.0.30319.251 104,304 21-Oct-2011 09:27 PresentationFramework.resources.dll 4.0.30319.251 250,240 21-Oct-2011 09:27 System.Data.resources.dll 4.0.30319.251 342,376 21-Oct-2011 09:27 System.resources.dll 4.0.30319.251 218,976 21-Oct-2011 09:27 WindowsBase.resources.dll 4.0.30319.251 80,744 21-Oct-2011 09:28
For all supported x64-based versions of Windows Collapse this table Expand this table
File name File version File size Date Time vbc.exe 10.0.30319.251 3,235,656 22-Oct-2011 05:42 vbc.exe 10.0.30319.251 2,261,832 21-Oct-2011 20:58 clr.dll 4.0.30319.251 9,792,328 22-Oct-2011 05:41 clr.dll 4.0.30319.251 6,726,472 21-Oct-2011 20:57 mscordacwks.dll 4.0.30319.251 1,514,840 22-Oct-2011 05:41 mscordacwks.dll 4.0.30319.251 1,142,616 21-Oct-2011 20:57 mscordbi.dll 4.0.30319.251 1,454,416 22-Oct-2011 05:41 mscordbi.dll 4.0.30319.251 956,240 21-Oct-2011 20:57 mscorlib.dll 4.0.30319.251 4,969,808 22-Oct-2011 05:41 mscorlib.dll 4.0.30319.251 5,200,208 21-Oct-2011 20:57 nlssorting.dll 4.0.30319.251 67,920 22-Oct-2011 05:41 nlssorting.dll 4.0.30319.251 56,656 21-Oct-2011 20:58 PresentationCore.dll 4.0.30319.251 3,824,480 22-Oct-2011 05:43 PresentationCore.dll 4.0.30319.251 3,788,128 21-Oct-2011 21:01 PresentationFramework.dll 4.0.30319.251 6,429,032 21-Oct-2011 21:01 ServiceModelReg.exe 4.0.30319.251 260,960 22-Oct-2011 05:42 ServiceModelReg.exe 4.0.30319.251 191,840 21-Oct-2011 21:00 SOS.dll 4.0.30319.251 597,832 22-Oct-2011 05:41 SOS.dll 4.0.30319.251 517,448 21-Oct-2011 20:58 SqlWorkflowInstanceStoreLogic.sql 51,063 21-Oct-2011 21:56 SqlWorkflowInstanceStoreLogic.sql 51,063 21-Oct-2011 09:20 SqlWorkflowInstanceStoreSchema.sql 23,739 21-Oct-2011 21:56 SqlWorkflowInstanceStoreSchema.sql 23,739 21-Oct-2011 09:20 System.Activities.Core.Presentation.dll 4.0.30319.251 618,376 21-Oct-2011 21:00 System.Activities.dll 4.0.30319.251 1,268,576 21-Oct-2011 21:00 System.Activities.DurableInstancing.dll 4.0.30319.251 125,320 21-Oct-2011 21:00 System.Activities.Presentation.dll 4.0.30319.251 1,577,848 21-Oct-2011 21:00 System.IdentityModel.dll 4.0.30319.251 397,160 21-Oct-2011 21:00 System.Net.dll 4.0.30319.251 236,880 21-Oct-2011 20:59 System.Runtime.DurableInstancing.dll 4.0.30319.251 355,200 21-Oct-2011 21:00 System.Runtime.Serialization.dll 4.0.30319.251 1,038,200 21-Oct-2011 21:00 System.ServiceModel.Activities.dll 4.0.30319.251 535,416 21-Oct-2011 21:00 System.ServiceModel.dll 4.0.30319.251 6,098,280 21-Oct-2011 21:00 System.Data.dll 4.0.30319.251 3,163,480 22-Oct-2011 05:42 System.Data.dll 4.0.30319.251 3,018,584 21-Oct-2011 20:58 System.Deployment.dll 4.0.30319.251 840,032 21-Oct-2011 20:58 System.dll 4.0.30319.251 3,510,600 21-Oct-2011 20:59 System.XML.dll 4.0.30319.251 2,207,568 21-Oct-2011 20:59 WindowsBase.dll 4.0.30319.251 1,368,920 21-Oct-2011 21:01 System.Xml.Serialization.dll 4.0.30319.251 11,120 21-Oct-2011 21:00 aspnet_wp.exe 4.0.30319.251 40,784 22-Oct-2011 05:14 aspnet_wp.exe 4.0.30319.251 32,592 21-Oct-2011 20:29 Microsoft.Build.Tasks.v4.0.dll 4.0.30319.251 1,069,936 21-Oct-2011 20:28 Microsoft.CSharp.targets 13,031 21-Oct-2011 20:21 Microsoft.VisualBasic.targets 13,630 21-Oct-2011 20:21 microsoft.build.commontypes.xsd 195,804 22-Oct-2011 05:08 microsoft.build.commontypes.xsd 195,804 21-Oct-2011 20:21 PerfCounters.ini 154,222 21-Oct-2011 20:21 System.Web.Extensions.dll 4.0.30319.251 1,862,504 21-Oct-2011 20:28 System.Web.dll 4.0.30319.251 5,197,648 22-Oct-2011 05:14 System.Web.dll 4.0.30319.251 5,228,368 21-Oct-2011 20:29 webengine.dll 4.0.30319.251 15,696 22-Oct-2011 05:14 webengine.dll 4.0.30319.251 14,160 21-Oct-2011 20:29 webengine4.dll 4.0.30319.251 720,720 22-Oct-2011 05:14 webengine4.dll 4.0.30319.251 495,440 21-Oct-2011 20:29 XamlBuildTask.dll 4.0.30319.251 108,376 21-Oct-2011 20:29 mscorlib.resources.dll 4.0.30319.251 359,776 22-Oct-2011 04:49 mscorlib.resources.dll 4.0.30319.251 359,776 21-Oct-2011 20:08 PresentationCore.resources.dll 4.0.30319.251 119,152 22-Oct-2011 04:50 PresentationCore.resources.dll 4.0.30319.251 119,152 21-Oct-2011 20:08 PresentationFramework.resources.dll 4.0.30319.251 279,424 22-Oct-2011 04:50 PresentationFramework.resources.dll 4.0.30319.251 279,424 21-Oct-2011 20:08 System.Data.resources.dll 4.0.30319.251 371,048 22-Oct-2011 04:50 System.Data.resources.dll 4.0.30319.251 371,048 21-Oct-2011 20:08 System.resources.dll 4.0.30319.251 256,352 21-Oct-2011 20:08 WindowsBase.resources.dll 4.0.30319.251 94,568 22-Oct-2011 04:50 WindowsBase.resources.dll 4.0.30319.251 94,568 21-Oct-2011 20:09 mscorlib.resources.dll 4.0.30319.251 365,408 22-Oct-2011 04:30 mscorlib.resources.dll 4.0.30319.251 365,408 21-Oct-2011 19:41 PresentationCore.resources.dll 4.0.30319.251 102,256 22-Oct-2011 04:30 PresentationCore.resources.dll 4.0.30319.251 102,256 21-Oct-2011 19:41 PresentationFramework.resources.dll 4.0.30319.251 243,584 22-Oct-2011 04:30 PresentationFramework.resources.dll 4.0.30319.251 243,584 21-Oct-2011 19:41 System.Data.resources.dll 4.0.30319.251 374,120 22-Oct-2011 04:30 System.Data.resources.dll 4.0.30319.251 374,120 21-Oct-2011 19:41 System.resources.dll 4.0.30319.251 262,496 21-Oct-2011 19:41 WindowsBase.resources.dll 4.0.30319.251 78,184 22-Oct-2011 04:31 WindowsBase.resources.dll 4.0.30319.251 78,184 21-Oct-2011 19:42 mscorlib.resources.dll 4.0.30319.251 287,584 22-Oct-2011 04:00 mscorlib.resources.dll 4.0.30319.251 287,584 21-Oct-2011 19:15 PresentationCore.resources.dll 4.0.30319.251 97,136 22-Oct-2011 04:01 PresentationCore.resources.dll 4.0.30319.251 97,136 21-Oct-2011 19:16 PresentationFramework.resources.dll 4.0.30319.251 238,464 22-Oct-2011 04:01 PresentationFramework.resources.dll 4.0.30319.251 238,464 21-Oct-2011 19:16 System.Data.resources.dll 4.0.30319.251 325,992 22-Oct-2011 04:00 System.Data.resources.dll 4.0.30319.251 325,992 21-Oct-2011 19:15 System.resources.dll 4.0.30319.251 199,008 21-Oct-2011 19:15 WindowsBase.resources.dll 4.0.30319.251 75,112 22-Oct-2011 04:01 WindowsBase.resources.dll 4.0.30319.251 75,112 21-Oct-2011 19:16 mscorlib.resources.dll 4.0.30319.251 288,096 22-Oct-2011 03:40 mscorlib.resources.dll 4.0.30319.251 288,096 21-Oct-2011 19:00 PresentationCore.resources.dll 4.0.30319.251 98,160 22-Oct-2011 03:41 PresentationCore.resources.dll 4.0.30319.251 98,160 21-Oct-2011 19:00 PresentationFramework.resources.dll 4.0.30319.251 238,976 22-Oct-2011 03:41 PresentationFramework.resources.dll 4.0.30319.251 238,976 21-Oct-2011 19:00 System.Data.resources.dll 4.0.30319.251 328,552 22-Oct-2011 03:41 System.Data.resources.dll 4.0.30319.251 328,552 21-Oct-2011 19:00 System.resources.dll 4.0.30319.251 201,568 21-Oct-2011 19:00 WindowsBase.resources.dll 4.0.30319.251 75,624 22-Oct-2011 03:41 WindowsBase.resources.dll 4.0.30319.251 75,624 21-Oct-2011 19:01 mscorlib.resources.dll 4.0.30319.251 313,184 22-Oct-2011 03:23 mscorlib.resources.dll 4.0.30319.251 313,184 21-Oct-2011 18:38 PresentationCore.resources.dll 4.0.30319.251 105,328 22-Oct-2011 03:24 PresentationCore.resources.dll 4.0.30319.251 105,328 21-Oct-2011 18:39 PresentationFramework.resources.dll 4.0.30319.251 251,264 22-Oct-2011 03:24 PresentationFramework.resources.dll 4.0.30319.251 251,264 21-Oct-2011 18:39 System.Data.resources.dll 4.0.30319.251 347,496 22-Oct-2011 03:23 System.Data.resources.dll 4.0.30319.251 347,496 21-Oct-2011 18:38 System.resources.dll 4.0.30319.251 224,096 21-Oct-2011 18:38 WindowsBase.resources.dll 4.0.30319.251 82,792 22-Oct-2011 03:24 WindowsBase.resources.dll 4.0.30319.251 82,792 21-Oct-2011 18:39 mscorlib.resources.dll 4.0.30319.251 308,064 22-Oct-2011 03:06 mscorlib.resources.dll 4.0.30319.251 308,064 21-Oct-2011 18:21 PresentationCore.resources.dll 4.0.30319.251 105,328 22-Oct-2011 03:06 PresentationCore.resources.dll 4.0.30319.251 105,328 21-Oct-2011 18:22 PresentationFramework.resources.dll 4.0.30319.251 251,776 22-Oct-2011 03:06 PresentationFramework.resources.dll 4.0.30319.251 251,776 21-Oct-2011 18:22 System.Data.resources.dll 4.0.30319.251 343,912 22-Oct-2011 03:06 System.Data.resources.dll 4.0.30319.251 343,912 21-Oct-2011 18:21 System.resources.dll 4.0.30319.251 218,976 21-Oct-2011 18:21 WindowsBase.resources.dll 4.0.30319.251 82,280 22-Oct-2011 03:07 WindowsBase.resources.dll 4.0.30319.251 82,280 21-Oct-2011 18:22 mscorlib.resources.dll 4.0.30319.251 322,912 22-Oct-2011 02:43 mscorlib.resources.dll 4.0.30319.251 322,912 21-Oct-2011 17:43 PresentationCore.resources.dll 4.0.30319.251 110,960 22-Oct-2011 02:44 PresentationCore.resources.dll 4.0.30319.251 110,960 21-Oct-2011 17:43 PresentationFramework.resources.dll 4.0.30319.251 267,648 22-Oct-2011 02:44 PresentationFramework.resources.dll 4.0.30319.251 267,648 21-Oct-2011 17:44 System.Data.resources.dll 4.0.30319.251 354,152 22-Oct-2011 02:43 System.Data.resources.dll 4.0.30319.251 354,152 21-Oct-2011 17:43 System.resources.dll 4.0.30319.251 230,240 21-Oct-2011 17:43 WindowsBase.resources.dll 4.0.30319.251 87,400 22-Oct-2011 02:44 WindowsBase.resources.dll 4.0.30319.251 87,400 21-Oct-2011 17:44 mscorlib.resources.dll 4.0.30319.251 437,600 22-Oct-2011 02:23 mscorlib.resources.dll 4.0.30319.251 437,600 21-Oct-2011 17:18 PresentationCore.resources.dll 4.0.30319.251 142,192 22-Oct-2011 02:24 PresentationCore.resources.dll 4.0.30319.251 142,192 21-Oct-2011 17:19 PresentationFramework.resources.dll 4.0.30319.251 326,528 22-Oct-2011 02:24 PresentationFramework.resources.dll 4.0.30319.251 326,528 21-Oct-2011 17:19 System.Data.resources.dll 4.0.30319.251 423,272 22-Oct-2011 02:24 System.Data.resources.dll 4.0.30319.251 423,272 21-Oct-2011 17:18 System.resources.dll 4.0.30319.251 319,840 21-Oct-2011 17:18 WindowsBase.resources.dll 4.0.30319.251 115,560 22-Oct-2011 02:24 WindowsBase.resources.dll 4.0.30319.251 115,560 21-Oct-2011 17:19 mscorlib.resources.dll 4.0.30319.251 316,256 22-Oct-2011 02:00 mscorlib.resources.dll 4.0.30319.251 316,256 21-Oct-2011 16:53 PresentationCore.resources.dll 4.0.30319.251 106,864 22-Oct-2011 02:01 PresentationCore.resources.dll 4.0.30319.251 106,864 21-Oct-2011 16:54 PresentationFramework.resources.dll 4.0.30319.251 257,408 22-Oct-2011 02:01 PresentationFramework.resources.dll 4.0.30319.251 257,408 21-Oct-2011 16:54 System.Data.resources.dll 4.0.30319.251 347,496 22-Oct-2011 02:00 System.Data.resources.dll 4.0.30319.251 347,496 21-Oct-2011 16:53 System.resources.dll 4.0.30319.251 227,680 21-Oct-2011 16:53 WindowsBase.resources.dll 4.0.30319.251 85,352 22-Oct-2011 02:01 WindowsBase.resources.dll 4.0.30319.251 85,352 21-Oct-2011 16:54 mscorlib.resources.dll 4.0.30319.251 310,112 22-Oct-2011 01:42 mscorlib.resources.dll 4.0.30319.251 310,112 21-Oct-2011 16:31 PresentationCore.resources.dll 4.0.30319.251 105,840 22-Oct-2011 01:42 PresentationCore.resources.dll 4.0.30319.251 105,840 21-Oct-2011 16:31 PresentationFramework.resources.dll 4.0.30319.251 254,336 22-Oct-2011 01:42 PresentationFramework.resources.dll 4.0.30319.251 254,336 21-Oct-2011 16:32 System.Data.resources.dll 4.0.30319.251 341,352 22-Oct-2011 01:42 System.Data.resources.dll 4.0.30319.251 341,352 21-Oct-2011 16:31 System.resources.dll 4.0.30319.251 218,976 21-Oct-2011 16:31 WindowsBase.resources.dll 4.0.30319.251 81,768 22-Oct-2011 01:43 WindowsBase.resources.dll 4.0.30319.251 81,768 21-Oct-2011 16:32 mscorlib.resources.dll 4.0.30319.251 321,376 22-Oct-2011 01:25 mscorlib.resources.dll 4.0.30319.251 321,376 21-Oct-2011 16:10 PresentationCore.resources.dll 4.0.30319.251 109,936 22-Oct-2011 01:26 PresentationCore.resources.dll 4.0.30319.251 109,936 21-Oct-2011 16:11 PresentationFramework.resources.dll 4.0.30319.251 260,992 22-Oct-2011 01:26 PresentationFramework.resources.dll 4.0.30319.251 260,992 21-Oct-2011 16:11 System.Data.resources.dll 4.0.30319.251 352,616 22-Oct-2011 01:25 System.Data.resources.dll 4.0.30319.251 352,616 21-Oct-2011 16:11 System.resources.dll 4.0.30319.251 232,800 21-Oct-2011 16:11 WindowsBase.resources.dll 4.0.30319.251 85,864 22-Oct-2011 01:26 WindowsBase.resources.dll 4.0.30319.251 85,864 21-Oct-2011 16:11 mscorlib.resources.dll 4.0.30319.251 342,368 22-Oct-2011 01:09 mscorlib.resources.dll 4.0.30319.251 342,368 21-Oct-2011 15:38 PresentationCore.resources.dll 4.0.30319.251 101,744 22-Oct-2011 01:09 PresentationCore.resources.dll 4.0.30319.251 101,744 21-Oct-2011 15:39 PresentationFramework.resources.dll 4.0.30319.251 243,072 22-Oct-2011 01:10 PresentationFramework.resources.dll 4.0.30319.251 243,072 21-Oct-2011 15:39 System.Data.resources.dll 4.0.30319.251 365,928 22-Oct-2011 01:09 System.Data.resources.dll 4.0.30319.251 365,928 21-Oct-2011 15:38 System.resources.dll 4.0.30319.251 243,040 21-Oct-2011 15:38 WindowsBase.resources.dll 4.0.30319.251 78,184 22-Oct-2011 01:10 WindowsBase.resources.dll 4.0.30319.251 78,184 21-Oct-2011 15:39 mscorlib.resources.dll 4.0.30319.251 327,008 22-Oct-2011 00:53 mscorlib.resources.dll 4.0.30319.251 327,008 21-Oct-2011 15:03 PresentationCore.resources.dll 4.0.30319.251 111,984 22-Oct-2011 00:53 PresentationCore.resources.dll 4.0.30319.251 111,984 21-Oct-2011 15:04 PresentationFramework.resources.dll 4.0.30319.251 266,624 22-Oct-2011 00:53 PresentationFramework.resources.dll 4.0.30319.251 266,624 21-Oct-2011 15:04 System.Data.resources.dll 4.0.30319.251 358,248 22-Oct-2011 00:53 System.Data.resources.dll 4.0.30319.251 358,248 21-Oct-2011 15:04 System.resources.dll 4.0.30319.251 235,872 21-Oct-2011 15:04 WindowsBase.resources.dll 4.0.30319.251 87,400 22-Oct-2011 00:54 WindowsBase.resources.dll 4.0.30319.251 87,400 21-Oct-2011 15:05 mscorlib.resources.dll 4.0.30319.251 314,720 22-Oct-2011 00:34 mscorlib.resources.dll 4.0.30319.251 314,720 21-Oct-2011 14:29 PresentationCore.resources.dll 4.0.30319.251 107,888 22-Oct-2011 00:35 PresentationCore.resources.dll 4.0.30319.251 107,888 21-Oct-2011 14:30 PresentationFramework.resources.dll 4.0.30319.251 258,432 22-Oct-2011 00:35 PresentationFramework.resources.dll 4.0.30319.251 258,432 21-Oct-2011 14:30 System.Data.resources.dll 4.0.30319.251 347,496 22-Oct-2011 00:35 System.Data.resources.dll 4.0.30319.251 347,496 21-Oct-2011 14:29 System.resources.dll 4.0.30319.251 225,120 21-Oct-2011 14:29 WindowsBase.resources.dll 4.0.30319.251 85,352 22-Oct-2011 00:35 WindowsBase.resources.dll 4.0.30319.251 85,352 21-Oct-2011 14:30 mscorlib.resources.dll 4.0.30319.251 328,544 22-Oct-2011 00:20 mscorlib.resources.dll 4.0.30319.251 328,544 21-Oct-2011 13:30 PresentationCore.resources.dll 4.0.30319.251 110,960 22-Oct-2011 00:21 PresentationCore.resources.dll 4.0.30319.251 110,960 21-Oct-2011 13:31 PresentationFramework.resources.dll 4.0.30319.251 265,600 22-Oct-2011 00:21 PresentationFramework.resources.dll 4.0.30319.251 265,600 21-Oct-2011 13:31 System.Data.resources.dll 4.0.30319.251 355,688 22-Oct-2011 00:21 System.Data.resources.dll 4.0.30319.251 355,688 21-Oct-2011 13:30 System.resources.dll 4.0.30319.251 235,360 21-Oct-2011 13:30 WindowsBase.resources.dll 4.0.30319.251 87,912 22-Oct-2011 00:21 WindowsBase.resources.dll 4.0.30319.251 87,912 21-Oct-2011 13:31 mscorlib.resources.dll 4.0.30319.251 312,160 22-Oct-2011 00:05 mscorlib.resources.dll 4.0.30319.251 312,160 21-Oct-2011 12:49 PresentationCore.resources.dll 4.0.30319.251 106,864 22-Oct-2011 00:05 PresentationCore.resources.dll 4.0.30319.251 106,864 21-Oct-2011 12:50 PresentationFramework.resources.dll 4.0.30319.251 256,384 22-Oct-2011 00:05 PresentationFramework.resources.dll 4.0.30319.251 256,384 21-Oct-2011 12:50 System.Data.resources.dll 4.0.30319.251 351,080 22-Oct-2011 00:05 System.Data.resources.dll 4.0.30319.251 351,080 21-Oct-2011 12:50 System.resources.dll 4.0.30319.251 225,632 21-Oct-2011 12:50 WindowsBase.resources.dll 4.0.30319.251 83,304 22-Oct-2011 00:05 WindowsBase.resources.dll 4.0.30319.251 83,304 21-Oct-2011 12:50 mscorlib.resources.dll 4.0.30319.251 300,384 21-Oct-2011 23:44 mscorlib.resources.dll 4.0.30319.251 300,384 21-Oct-2011 12:22 PresentationCore.resources.dll 4.0.30319.251 101,744 21-Oct-2011 23:45 PresentationCore.resources.dll 4.0.30319.251 101,744 21-Oct-2011 12:22 PresentationFramework.resources.dll 4.0.30319.251 244,608 21-Oct-2011 23:45 PresentationFramework.resources.dll 4.0.30319.251 244,608 21-Oct-2011 12:22 System.Data.resources.dll 4.0.30319.251 338,280 21-Oct-2011 23:45 System.Data.resources.dll 4.0.30319.251 338,280 21-Oct-2011 12:22 System.resources.dll 4.0.30319.251 212,832 21-Oct-2011 12:22 WindowsBase.resources.dll 4.0.30319.251 79,720 21-Oct-2011 23:45 WindowsBase.resources.dll 4.0.30319.251 79,720 21-Oct-2011 12:23 mscorlib.resources.dll 4.0.30319.251 321,888 21-Oct-2011 23:28 mscorlib.resources.dll 4.0.30319.251 321,888 21-Oct-2011 12:03 PresentationCore.resources.dll 4.0.30319.251 109,936 21-Oct-2011 23:29 PresentationCore.resources.dll 4.0.30319.251 109,936 21-Oct-2011 12:04 PresentationFramework.resources.dll 4.0.30319.251 263,040 21-Oct-2011 23:29 PresentationFramework.resources.dll 4.0.30319.251 263,040 21-Oct-2011 12:04 System.Data.resources.dll 4.0.30319.251 354,664 21-Oct-2011 23:29 System.Data.resources.dll 4.0.30319.251 354,664 21-Oct-2011 12:04 System.resources.dll 4.0.30319.251 227,680 21-Oct-2011 12:04 WindowsBase.resources.dll 4.0.30319.251 86,376 21-Oct-2011 23:29 WindowsBase.resources.dll 4.0.30319.251 86,376 21-Oct-2011 12:04 mscorlib.resources.dll 4.0.30319.251 313,184 21-Oct-2011 23:10 mscorlib.resources.dll 4.0.30319.251 313,184 21-Oct-2011 11:41 PresentationCore.resources.dll 4.0.30319.251 106,352 21-Oct-2011 23:10 PresentationCore.resources.dll 4.0.30319.251 106,352 21-Oct-2011 11:42 PresentationFramework.resources.dll 4.0.30319.251 256,896 21-Oct-2011 23:10 PresentationFramework.resources.dll 4.0.30319.251 256,896 21-Oct-2011 11:42 System.Data.resources.dll 4.0.30319.251 344,936 21-Oct-2011 23:10 System.Data.resources.dll 4.0.30319.251 344,936 21-Oct-2011 11:42 System.resources.dll 4.0.30319.251 226,144 21-Oct-2011 11:42 WindowsBase.resources.dll 4.0.30319.251 84,328 21-Oct-2011 23:11 WindowsBase.resources.dll 4.0.30319.251 84,328 21-Oct-2011 11:42 mscorlib.resources.dll 4.0.30319.251 315,744 21-Oct-2011 22:52 mscorlib.resources.dll 4.0.30319.251 315,744 21-Oct-2011 11:19 PresentationCore.resources.dll 4.0.30319.251 106,864 21-Oct-2011 22:52 PresentationCore.resources.dll 4.0.30319.251 106,864 21-Oct-2011 11:20 PresentationFramework.resources.dll 4.0.30319.251 256,896 21-Oct-2011 22:52 PresentationFramework.resources.dll 4.0.30319.251 256,896 21-Oct-2011 11:20 System.Data.resources.dll 4.0.30319.251 348,520 21-Oct-2011 22:52 System.Data.resources.dll 4.0.30319.251 348,520 21-Oct-2011 11:20 System.resources.dll 4.0.30319.251 226,656 21-Oct-2011 11:19 WindowsBase.resources.dll 4.0.30319.251 84,840 21-Oct-2011 22:52 WindowsBase.resources.dll 4.0.30319.251 84,840 21-Oct-2011 11:20 mscorlib.resources.dll 4.0.30319.251 407,904 21-Oct-2011 22:36 mscorlib.resources.dll 4.0.30319.251 407,904 21-Oct-2011 10:37 PresentationCore.resources.dll 4.0.30319.251 135,024 21-Oct-2011 22:36 PresentationCore.resources.dll 4.0.30319.251 135,024 21-Oct-2011 10:37 PresentationFramework.resources.dll 4.0.30319.251 309,632 21-Oct-2011 22:36 PresentationFramework.resources.dll 4.0.30319.251 309,632 21-Oct-2011 10:37 System.Data.resources.dll 4.0.30319.251 407,912 21-Oct-2011 22:36 System.Data.resources.dll 4.0.30319.251 407,912 21-Oct-2011 10:37 System.resources.dll 4.0.30319.251 291,168 21-Oct-2011 10:37 WindowsBase.resources.dll 4.0.30319.251 107,880 21-Oct-2011 22:36 WindowsBase.resources.dll 4.0.30319.251 107,880 21-Oct-2011 10:38 mscorlib.resources.dll 4.0.30319.251 309,088 21-Oct-2011 22:20 mscorlib.resources.dll 4.0.30319.251 309,088 21-Oct-2011 09:56 PresentationCore.resources.dll 4.0.30319.251 103,280 21-Oct-2011 22:20 PresentationCore.resources.dll 4.0.30319.251 103,280 21-Oct-2011 09:56 PresentationFramework.resources.dll 4.0.30319.251 249,728 21-Oct-2011 22:20 PresentationFramework.resources.dll 4.0.30319.251 249,728 21-Oct-2011 09:56 System.Data.resources.dll 4.0.30319.251 341,352 21-Oct-2011 22:20 System.Data.resources.dll 4.0.30319.251 341,352 21-Oct-2011 09:56 System.resources.dll 4.0.30319.251 217,440 21-Oct-2011 09:56 WindowsBase.resources.dll 4.0.30319.251 81,256 21-Oct-2011 22:20 WindowsBase.resources.dll 4.0.30319.251 81,256 21-Oct-2011 09:57 mscorlib.resources.dll 4.0.30319.251 306,528 21-Oct-2011 22:01 mscorlib.resources.dll 4.0.30319.251 306,528 21-Oct-2011 09:27 PresentationCore.resources.dll 4.0.30319.251 104,304 21-Oct-2011 22:02 PresentationCore.resources.dll 4.0.30319.251 104,304 21-Oct-2011 09:27 PresentationFramework.resources.dll 4.0.30319.251 250,240 21-Oct-2011 22:02 PresentationFramework.resources.dll 4.0.30319.251 250,240 21-Oct-2011 09:27 System.Data.resources.dll 4.0.30319.251 342,376 21-Oct-2011 22:01 System.Data.resources.dll 4.0.30319.251 342,376 21-Oct-2011 09:27 System.resources.dll 4.0.30319.251 218,976 21-Oct-2011 09:27 WindowsBase.resources.dll 4.0.30319.251 80,744 21-Oct-2011 22:02 WindowsBase.resources.dll 4.0.30319.251 80,744 21-Oct-2011 09:28
For all supported IA-64– based versions of Windows Collapse this table Expand this table
File name File version File size Date Time vbc.exe 10.0.30319.251 6,428,488 22-Oct-2011 14:42 vbc.exe 10.0.30319.251 2,261,832 21-Oct-2011 20:58 clr.dll 4.0.30319.251 19,367,752 22-Oct-2011 14:41 clr.dll 4.0.30319.251 6,726,472 21-Oct-2011 20:57 mscordacwks.dll 4.0.30319.251 3,758,936 22-Oct-2011 14:41 mscordacwks.dll 4.0.30319.251 1,142,616 21-Oct-2011 20:57 mscordbi.dll 4.0.30319.251 3,295,568 22-Oct-2011 14:41 mscordbi.dll 4.0.30319.251 956,240 21-Oct-2011 20:57 mscorlib.dll 4.0.30319.251 4,468,560 22-Oct-2011 14:41 mscorlib.dll 4.0.30319.251 5,200,208 21-Oct-2011 20:57 nlssorting.dll 4.0.30319.251 144,208 22-Oct-2011 14:42 nlssorting.dll 4.0.30319.251 56,656 21-Oct-2011 20:58 PresentationCore.dll 4.0.30319.251 3,788,128 21-Oct-2011 21:01 PresentationFramework.dll 4.0.30319.251 6,429,032 21-Oct-2011 21:01 ServiceModelReg.exe 4.0.30319.251 544,608 22-Oct-2011 14:42 ServiceModelReg.exe 4.0.30319.251 191,840 21-Oct-2011 21:00 SOS.dll 4.0.30319.251 1,203,528 22-Oct-2011 14:42 SOS.dll 4.0.30319.251 517,448 21-Oct-2011 20:58 SqlWorkflowInstanceStoreLogic.sql 51,063 22-Oct-2011 06:58 SqlWorkflowInstanceStoreLogic.sql 51,063 21-Oct-2011 09:20 SqlWorkflowInstanceStoreSchema.sql 23,739 22-Oct-2011 06:58 SqlWorkflowInstanceStoreSchema.sql 23,739 21-Oct-2011 09:20 System.Activities.Core.Presentation.dll 4.0.30319.251 618,376 21-Oct-2011 21:00 System.Activities.dll 4.0.30319.251 1,268,576 21-Oct-2011 21:00 System.Activities.DurableInstancing.dll 4.0.30319.251 125,320 21-Oct-2011 21:00 System.Activities.Presentation.dll 4.0.30319.251 1,577,848 21-Oct-2011 21:00 System.IdentityModel.dll 4.0.30319.251 397,160 21-Oct-2011 21:00 System.Net.dll 4.0.30319.251 236,880 21-Oct-2011 20:59 System.Runtime.DurableInstancing.dll 4.0.30319.251 355,200 21-Oct-2011 21:00 System.Runtime.Serialization.dll 4.0.30319.251 1,038,200 21-Oct-2011 21:00 System.ServiceModel.Activities.dll 4.0.30319.251 535,416 21-Oct-2011 21:00 System.ServiceModel.dll 4.0.30319.251 6,098,280 21-Oct-2011 21:00 System.Data.dll 4.0.30319.251 3,347,800 22-Oct-2011 14:42 System.Data.dll 4.0.30319.251 3,018,584 21-Oct-2011 20:58 System.Deployment.dll 4.0.30319.251 840,032 21-Oct-2011 20:58 System.dll 4.0.30319.251 3,510,600 21-Oct-2011 20:59 System.XML.dll 4.0.30319.251 2,207,568 21-Oct-2011 20:59 WindowsBase.dll 4.0.30319.251 1,368,920 21-Oct-2011 21:01 System.Xml.Serialization.dll 4.0.30319.251 11,120 21-Oct-2011 21:00 aspnet_wp.exe 4.0.30319.251 80,208 22-Oct-2011 14:21 aspnet_wp.exe 4.0.30319.251 32,592 21-Oct-2011 20:29 Microsoft.Build.Tasks.v4.0.dll 4.0.30319.251 1,069,936 21-Oct-2011 20:28 Microsoft.CSharp.targets 13,031 21-Oct-2011 20:21 Microsoft.VisualBasic.targets 13,630 21-Oct-2011 20:21 microsoft.build.commontypes.xsd 195,804 22-Oct-2011 14:17 microsoft.build.commontypes.xsd 195,804 21-Oct-2011 20:21 PerfCounters.ini 154,222 21-Oct-2011 20:21 System.Web.Extensions.dll 4.0.30319.251 1,862,504 21-Oct-2011 20:28 System.Web.dll 4.0.30319.251 4,816,720 22-Oct-2011 14:21 System.Web.dll 4.0.30319.251 5,228,368 21-Oct-2011 20:29 webengine.dll 4.0.30319.251 25,424 22-Oct-2011 14:21 webengine.dll 4.0.30319.251 14,160 21-Oct-2011 20:29 webengine4.dll 4.0.30319.251 1,340,752 22-Oct-2011 14:21 webengine4.dll 4.0.30319.251 495,440 21-Oct-2011 20:29 XamlBuildTask.dll 4.0.30319.251 108,376 21-Oct-2011 20:29 mscorlib.resources.dll 4.0.30319.251 359,776 22-Oct-2011 14:01 mscorlib.resources.dll 4.0.30319.251 359,776 21-Oct-2011 20:08 PresentationCore.resources.dll 4.0.30319.251 119,152 21-Oct-2011 20:08 PresentationFramework.resources.dll 4.0.30319.251 279,424 21-Oct-2011 20:08 System.Data.resources.dll 4.0.30319.251 371,048 22-Oct-2011 14:01 System.Data.resources.dll 4.0.30319.251 371,048 21-Oct-2011 20:08 System.resources.dll 4.0.30319.251 256,352 21-Oct-2011 20:08 WindowsBase.resources.dll 4.0.30319.251 94,568 21-Oct-2011 20:09 mscorlib.resources.dll 4.0.30319.251 365,408 22-Oct-2011 13:45 mscorlib.resources.dll 4.0.30319.251 365,408 21-Oct-2011 19:41 PresentationCore.resources.dll 4.0.30319.251 102,256 21-Oct-2011 19:41 PresentationFramework.resources.dll 4.0.30319.251 243,584 21-Oct-2011 19:41 System.Data.resources.dll 4.0.30319.251 374,120 22-Oct-2011 13:45 System.Data.resources.dll 4.0.30319.251 374,120 21-Oct-2011 19:41 System.resources.dll 4.0.30319.251 262,496 21-Oct-2011 19:41 WindowsBase.resources.dll 4.0.30319.251 78,184 21-Oct-2011 19:42 mscorlib.resources.dll 4.0.30319.251 287,584 22-Oct-2011 13:27 mscorlib.resources.dll 4.0.30319.251 287,584 21-Oct-2011 19:15 PresentationCore.resources.dll 4.0.30319.251 97,136 21-Oct-2011 19:16 PresentationFramework.resources.dll 4.0.30319.251 238,464 21-Oct-2011 19:16 System.Data.resources.dll 4.0.30319.251 325,992 22-Oct-2011 13:27 System.Data.resources.dll 4.0.30319.251 325,992 21-Oct-2011 19:15 System.resources.dll 4.0.30319.251 199,008 21-Oct-2011 19:15 WindowsBase.resources.dll 4.0.30319.251 75,112 21-Oct-2011 19:16 mscorlib.resources.dll 4.0.30319.251 288,096 22-Oct-2011 13:09 mscorlib.resources.dll 4.0.30319.251 288,096 21-Oct-2011 19:00 PresentationCore.resources.dll 4.0.30319.251 98,160 21-Oct-2011 19:00 PresentationFramework.resources.dll 4.0.30319.251 238,976 21-Oct-2011 19:00 System.Data.resources.dll 4.0.30319.251 328,552 22-Oct-2011 13:09 System.Data.resources.dll 4.0.30319.251 328,552 21-Oct-2011 19:00 System.resources.dll 4.0.30319.251 201,568 21-Oct-2011 19:00 WindowsBase.resources.dll 4.0.30319.251 75,624 21-Oct-2011 19:01 mscorlib.resources.dll 4.0.30319.251 313,184 22-Oct-2011 12:53 mscorlib.resources.dll 4.0.30319.251 313,184 21-Oct-2011 18:38 PresentationCore.resources.dll 4.0.30319.251 105,328 21-Oct-2011 18:39 PresentationFramework.resources.dll 4.0.30319.251 251,264 21-Oct-2011 18:39 System.Data.resources.dll 4.0.30319.251 347,496 22-Oct-2011 12:53 System.Data.resources.dll 4.0.30319.251 347,496 21-Oct-2011 18:38 System.resources.dll 4.0.30319.251 224,096 21-Oct-2011 18:38 WindowsBase.resources.dll 4.0.30319.251 82,792 21-Oct-2011 18:39 mscorlib.resources.dll 4.0.30319.251 308,064 22-Oct-2011 12:35 mscorlib.resources.dll 4.0.30319.251 308,064 21-Oct-2011 18:21 PresentationCore.resources.dll 4.0.30319.251 105,328 21-Oct-2011 18:22 PresentationFramework.resources.dll 4.0.30319.251 251,776 21-Oct-2011 18:22 System.Data.resources.dll 4.0.30319.251 343,912 22-Oct-2011 12:35 System.Data.resources.dll 4.0.30319.251 343,912 21-Oct-2011 18:21 System.resources.dll 4.0.30319.251 218,976 21-Oct-2011 18:21 WindowsBase.resources.dll 4.0.30319.251 82,280 21-Oct-2011 18:22 mscorlib.resources.dll 4.0.30319.251 322,912 22-Oct-2011 12:12 mscorlib.resources.dll 4.0.30319.251 322,912 21-Oct-2011 17:43 PresentationCore.resources.dll 4.0.30319.251 110,960 21-Oct-2011 17:43 PresentationFramework.resources.dll 4.0.30319.251 267,648 21-Oct-2011 17:44 System.Data.resources.dll 4.0.30319.251 354,152 22-Oct-2011 12:12 System.Data.resources.dll 4.0.30319.251 354,152 21-Oct-2011 17:43 System.resources.dll 4.0.30319.251 230,240 21-Oct-2011 17:43 WindowsBase.resources.dll 4.0.30319.251 87,400 21-Oct-2011 17:44 mscorlib.resources.dll 4.0.30319.251 437,600 22-Oct-2011 11:52 mscorlib.resources.dll 4.0.30319.251 437,600 21-Oct-2011 17:18 PresentationCore.resources.dll 4.0.30319.251 142,192 21-Oct-2011 17:19 PresentationFramework.resources.dll 4.0.30319.251 326,528 21-Oct-2011 17:19 System.Data.resources.dll 4.0.30319.251 423,272 22-Oct-2011 11:52 System.Data.resources.dll 4.0.30319.251 423,272 21-Oct-2011 17:18 System.resources.dll 4.0.30319.251 319,840 21-Oct-2011 17:18 WindowsBase.resources.dll 4.0.30319.251 115,560 21-Oct-2011 17:19 mscorlib.resources.dll 4.0.30319.251 316,256 22-Oct-2011 11:32 mscorlib.resources.dll 4.0.30319.251 316,256 21-Oct-2011 16:53 PresentationCore.resources.dll 4.0.30319.251 106,864 21-Oct-2011 16:54 PresentationFramework.resources.dll 4.0.30319.251 257,408 21-Oct-2011 16:54 System.Data.resources.dll 4.0.30319.251 347,496 22-Oct-2011 11:33 System.Data.resources.dll 4.0.30319.251 347,496 21-Oct-2011 16:53 System.resources.dll 4.0.30319.251 227,680 21-Oct-2011 16:53 WindowsBase.resources.dll 4.0.30319.251 85,352 21-Oct-2011 16:54 mscorlib.resources.dll 4.0.30319.251 310,112 22-Oct-2011 11:15 mscorlib.resources.dll 4.0.30319.251 310,112 21-Oct-2011 16:31 PresentationCore.resources.dll 4.0.30319.251 105,840 21-Oct-2011 16:31 PresentationFramework.resources.dll 4.0.30319.251 254,336 21-Oct-2011 16:32 System.Data.resources.dll 4.0.30319.251 341,352 22-Oct-2011 11:16 System.Data.resources.dll 4.0.30319.251 341,352 21-Oct-2011 16:31 System.resources.dll 4.0.30319.251 218,976 21-Oct-2011 16:31 WindowsBase.resources.dll 4.0.30319.251 81,768 21-Oct-2011 16:32 mscorlib.resources.dll 4.0.30319.251 321,376 22-Oct-2011 10:54 mscorlib.resources.dll 4.0.30319.251 321,376 21-Oct-2011 16:10 PresentationCore.resources.dll 4.0.30319.251 109,936 21-Oct-2011 16:11 PresentationFramework.resources.dll 4.0.30319.251 260,992 21-Oct-2011 16:11 System.Data.resources.dll 4.0.30319.251 352,616 22-Oct-2011 10:54 System.Data.resources.dll 4.0.30319.251 352,616 21-Oct-2011 16:11 System.resources.dll 4.0.30319.251 232,800 21-Oct-2011 16:11 WindowsBase.resources.dll 4.0.30319.251 85,864 21-Oct-2011 16:11 mscorlib.resources.dll 4.0.30319.251 342,368 22-Oct-2011 10:37 mscorlib.resources.dll 4.0.30319.251 342,368 21-Oct-2011 15:38 PresentationCore.resources.dll 4.0.30319.251 101,744 21-Oct-2011 15:39 PresentationFramework.resources.dll 4.0.30319.251 243,072 21-Oct-2011 15:39 System.Data.resources.dll 4.0.30319.251 365,928 22-Oct-2011 10:37 System.Data.resources.dll 4.0.30319.251 365,928 21-Oct-2011 15:38 System.resources.dll 4.0.30319.251 243,040 21-Oct-2011 15:38 WindowsBase.resources.dll 4.0.30319.251 78,184 21-Oct-2011 15:39 mscorlib.resources.dll 4.0.30319.251 327,008 22-Oct-2011 10:21 mscorlib.resources.dll 4.0.30319.251 327,008 21-Oct-2011 15:03 PresentationCore.resources.dll 4.0.30319.251 111,984 21-Oct-2011 15:04 PresentationFramework.resources.dll 4.0.30319.251 266,624 21-Oct-2011 15:04 System.Data.resources.dll 4.0.30319.251 358,248 22-Oct-2011 10:22 System.Data.resources.dll 4.0.30319.251 358,248 21-Oct-2011 15:04 System.resources.dll 4.0.30319.251 235,872 21-Oct-2011 15:04 WindowsBase.resources.dll 4.0.30319.251 87,400 21-Oct-2011 15:05 mscorlib.resources.dll 4.0.30319.251 314,720 22-Oct-2011 10:01 mscorlib.resources.dll 4.0.30319.251 314,720 21-Oct-2011 14:29 PresentationCore.resources.dll 4.0.30319.251 107,888 21-Oct-2011 14:30 PresentationFramework.resources.dll 4.0.30319.251 258,432 21-Oct-2011 14:30 System.Data.resources.dll 4.0.30319.251 347,496 22-Oct-2011 10:01 System.Data.resources.dll 4.0.30319.251 347,496 21-Oct-2011 14:29 System.resources.dll 4.0.30319.251 225,120 21-Oct-2011 14:29 WindowsBase.resources.dll 4.0.30319.251 85,352 21-Oct-2011 14:30 mscorlib.resources.dll 4.0.30319.251 328,544 22-Oct-2011 09:43 mscorlib.resources.dll 4.0.30319.251 328,544 21-Oct-2011 13:30 PresentationCore.resources.dll 4.0.30319.251 110,960 21-Oct-2011 13:31 PresentationFramework.resources.dll 4.0.30319.251 265,600 21-Oct-2011 13:31 System.Data.resources.dll 4.0.30319.251 355,688 22-Oct-2011 09:43 System.Data.resources.dll 4.0.30319.251 355,688 21-Oct-2011 13:30 System.resources.dll 4.0.30319.251 235,360 21-Oct-2011 13:30 WindowsBase.resources.dll 4.0.30319.251 87,912 21-Oct-2011 13:31 mscorlib.resources.dll 4.0.30319.251 312,160 22-Oct-2011 09:23 mscorlib.resources.dll 4.0.30319.251 312,160 21-Oct-2011 12:49 PresentationCore.resources.dll 4.0.30319.251 106,864 21-Oct-2011 12:50 PresentationFramework.resources.dll 4.0.30319.251 256,384 21-Oct-2011 12:50 System.Data.resources.dll 4.0.30319.251 351,080 22-Oct-2011 09:23 System.Data.resources.dll 4.0.30319.251 351,080 21-Oct-2011 12:50 System.resources.dll 4.0.30319.251 225,632 21-Oct-2011 12:50 WindowsBase.resources.dll 4.0.30319.251 83,304 21-Oct-2011 12:50 mscorlib.resources.dll 4.0.30319.251 300,384 22-Oct-2011 09:04 mscorlib.resources.dll 4.0.30319.251 300,384 21-Oct-2011 12:22 PresentationCore.resources.dll 4.0.30319.251 101,744 21-Oct-2011 12:22 PresentationFramework.resources.dll 4.0.30319.251 244,608 21-Oct-2011 12:22 System.Data.resources.dll 4.0.30319.251 338,280 22-Oct-2011 09:05 System.Data.resources.dll 4.0.30319.251 338,280 21-Oct-2011 12:22 System.resources.dll 4.0.30319.251 212,832 21-Oct-2011 12:22 WindowsBase.resources.dll 4.0.30319.251 79,720 21-Oct-2011 12:23 mscorlib.resources.dll 4.0.30319.251 321,888 22-Oct-2011 08:44 mscorlib.resources.dll 4.0.30319.251 321,888 21-Oct-2011 12:03 PresentationCore.resources.dll 4.0.30319.251 109,936 21-Oct-2011 12:04 PresentationFramework.resources.dll 4.0.30319.251 263,040 21-Oct-2011 12:04 System.Data.resources.dll 4.0.30319.251 354,664 22-Oct-2011 08:44 System.Data.resources.dll 4.0.30319.251 354,664 21-Oct-2011 12:04 System.resources.dll 4.0.30319.251 227,680 21-Oct-2011 12:04 WindowsBase.resources.dll 4.0.30319.251 86,376 21-Oct-2011 12:04 mscorlib.resources.dll 4.0.30319.251 313,184 22-Oct-2011 08:19 mscorlib.resources.dll 4.0.30319.251 313,184 21-Oct-2011 11:41 PresentationCore.resources.dll 4.0.30319.251 106,352 21-Oct-2011 11:42 PresentationFramework.resources.dll 4.0.30319.251 256,896 21-Oct-2011 11:42 System.Data.resources.dll 4.0.30319.251 344,936 22-Oct-2011 08:20 System.Data.resources.dll 4.0.30319.251 344,936 21-Oct-2011 11:42 System.resources.dll 4.0.30319.251 226,144 21-Oct-2011 11:42 WindowsBase.resources.dll 4.0.30319.251 84,328 21-Oct-2011 11:42 mscorlib.resources.dll 4.0.30319.251 315,744 22-Oct-2011 07:59 mscorlib.resources.dll 4.0.30319.251 315,744 21-Oct-2011 11:19 PresentationCore.resources.dll 4.0.30319.251 106,864 21-Oct-2011 11:20 PresentationFramework.resources.dll 4.0.30319.251 256,896 21-Oct-2011 11:20 System.Data.resources.dll 4.0.30319.251 348,520 22-Oct-2011 07:59 System.Data.resources.dll 4.0.30319.251 348,520 21-Oct-2011 11:20 System.resources.dll 4.0.30319.251 226,656 21-Oct-2011 11:19 WindowsBase.resources.dll 4.0.30319.251 84,840 21-Oct-2011 11:20 mscorlib.resources.dll 4.0.30319.251 407,904 22-Oct-2011 07:42 mscorlib.resources.dll 4.0.30319.251 407,904 21-Oct-2011 10:37 PresentationCore.resources.dll 4.0.30319.251 135,024 21-Oct-2011 10:37 PresentationFramework.resources.dll 4.0.30319.251 309,632 21-Oct-2011 10:37 System.Data.resources.dll 4.0.30319.251 407,912 22-Oct-2011 07:42 System.Data.resources.dll 4.0.30319.251 407,912 21-Oct-2011 10:37 System.resources.dll 4.0.30319.251 291,168 21-Oct-2011 10:37 WindowsBase.resources.dll 4.0.30319.251 107,880 21-Oct-2011 10:38 mscorlib.resources.dll 4.0.30319.251 309,088 22-Oct-2011 07:27 mscorlib.resources.dll 4.0.30319.251 309,088 21-Oct-2011 09:56 PresentationCore.resources.dll 4.0.30319.251 103,280 21-Oct-2011 09:56 PresentationFramework.resources.dll 4.0.30319.251 249,728 21-Oct-2011 09:56 System.Data.resources.dll 4.0.30319.251 341,352 22-Oct-2011 07:27 System.Data.resources.dll 4.0.30319.251 341,352 21-Oct-2011 09:56 System.resources.dll 4.0.30319.251 217,440 21-Oct-2011 09:56 WindowsBase.resources.dll 4.0.30319.251 81,256 21-Oct-2011 09:57 mscorlib.resources.dll 4.0.30319.251 306,528 22-Oct-2011 07:03 mscorlib.resources.dll 4.0.30319.251 306,528 21-Oct-2011 09:27 PresentationCore.resources.dll 4.0.30319.251 104,304 21-Oct-2011 09:27 PresentationFramework.resources.dll 4.0.30319.251 250,240 21-Oct-2011 09:27 System.Data.resources.dll 4.0.30319.251 342,376 22-Oct-2011 07:03 System.Data.resources.dll 4.0.30319.251 342,376 21-Oct-2011 09:27 System.resources.dll 4.0.30319.251 218,976 21-Oct-2011 09:27 WindowsBase.resources.dll 4.0.30319.251 80,744 21-Oct-2011 09:28
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.
Article ID: 2599651 - Last Review: June 7, 2012 - Revision: 5.0
APPLIES TO Microsoft .NET Framework 4 Microsoft Windows XP Service Pack 3, when used with: Microsoft Windows XP Professional Microsoft Windows XP Home Edition Microsoft Windows Server 2003 Service Pack 2, when used with: Microsoft Windows Server 2003 R2 Datacenter Edition (32-Bit x86) Microsoft Windows Server 2003 R2 Enterprise Edition (32-Bit x86) Microsoft Windows Server 2003 R2 Standard Edition (32-bit x86) Microsoft Windows Server 2003 R2 Datacenter x64 Edition Microsoft Windows Server 2003 R2 Enterprise x64 Edition Microsoft Windows Server 2003 R2 Standard x64 Edition Windows Server 2008 Service Pack 2, when used with: Windows Server 2008 R2 Foundation Windows Server 2008 R2 Datacenter Windows Server 2008 R2 Standard Windows Server 2008 Enterprise Windows Vista Service Pack 2, when used with: Windows Vista Business Windows Vista Enterprise Windows Vista Home Basic Windows Vista Home Premium Windows Vista Starter Windows Vista Ultimate Windows 7 Service Pack 1, when used with: Windows 7 Enterprise Windows 7 Home Basic Windows 7 Home Premium Windows 7 Professional Windows 7 Ultimate Windows 7 Starter Windows Server 2008 R2 Service Pack 1, when used with: Windows Server 2008 R2 Enterprise Windows Server 2008 R2 Datacenter Windows Server 2008 R2 Foundation Windows 7 Enterprise Windows 7 Home Basic Windows 7 Home Premium Windows 7 Professional Windows 7 Ultimate Windows Server 2008 R2 Datacenter Windows Server 2008 R2 Enterprise Windows Server 2008 R2 Foundation Windows Server 2008 R2 Standard kbqfe atdownload kbexpertiseadvanced kbsurveynew kbfix KB2599651
Was this information helpful?
How much effort did you personally put forth to use this article?
Tell us why and what can we do to improve this information
Thank you! Your feedback is used to help us improve our support content. For more assistance options, please visit the
Help and Support Home Page .