Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Update 4.0.3 Beta for Microsoft .NET Framework 4 � Runtime Update


View products that this article applies to.

Introduction

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:
    • 2544514 Update 4.0.2 for Microsoft .NET Framework 4 - Runtime Update
    • 2478063 Update 4.0.1 for Microsoft .NET Framework 4 - Runtime 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.


↑ Back to the top


More information

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

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 and the Portable Class Library article�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�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:
Download the update package now.
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 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 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:
  • You install .NET Framework 4.0.2 Runtime Update on a computer.
  • You then install.NET Framework 4.0.3 Beta Runtime update on the same computer
  • You check the installed updates entry for .NET Framework 4.0.2 Runtime from "View installed updates" in Control Panel.
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
File nameFile versionFile sizeDateTime
vbc.exe10.0.30319.2512,261,83221-Oct-201120:58
clr.dll4.0.30319.2516,726,47221-Oct-201120:57
mscordacwks.dll4.0.30319.2511,142,61621-Oct-201120:57
mscordbi.dll4.0.30319.251956,24021-Oct-201120:57
mscorlib.dll4.0.30319.2515,200,20821-Oct-201120:57
nlssorting.dll4.0.30319.25156,65621-Oct-201120:58
PresentationCore.dll4.0.30319.2513,788,12821-Oct-201121:01
PresentationFramework.dll4.0.30319.2516,429,03221-Oct-201121:01
ServiceModelReg.exe4.0.30319.251191,84021-Oct-201121:00
SOS.dll4.0.30319.251517,44821-Oct-201120:58
SqlWorkflowInstanceStoreLogic.sql51,06321-Oct-201109:20
SqlWorkflowInstanceStoreSchema.sql23,73921-Oct-201109:20
System.Activities.Core.Presentation.dll4.0.30319.251618,37621-Oct-201121:00
System.Activities.dll4.0.30319.2511,268,57621-Oct-201121:00
System.Activities.DurableInstancing.dll4.0.30319.251125,32021-Oct-201121:00
System.Activities.Presentation.dll4.0.30319.2511,577,84821-Oct-201121:00
System.IdentityModel.dll4.0.30319.251397,16021-Oct-201121:00
System.Net.dll4.0.30319.251236,88021-Oct-201120:59
System.Runtime.DurableInstancing.dll4.0.30319.251355,20021-Oct-201121:00
System.Runtime.Serialization.dll4.0.30319.2511,038,20021-Oct-201121:00
System.ServiceModel.Activities.dll4.0.30319.251535,41621-Oct-201121:00
System.ServiceModel.dll4.0.30319.2516,098,28021-Oct-201121:00
System.Data.dll4.0.30319.2513,018,58421-Oct-201120:58
System.Deployment.dll4.0.30319.251840,03221-Oct-201120:58
System.dll4.0.30319.2513,510,60021-Oct-201120:59
System.XML.dll4.0.30319.2512,207,56821-Oct-201120:59
WindowsBase.dll4.0.30319.2511,368,92021-Oct-201121:01
System.Xml.Serialization.dll4.0.30319.25111,12021-Oct-201121:00
aspnet_wp.exe4.0.30319.25132,59221-Oct-201120:29
Microsoft.Build.Tasks.v4.0.dll4.0.30319.2511,069,93621-Oct-201120:28
Microsoft.CSharp.targets13,03121-Oct-201120:21
Microsoft.VisualBasic.targets13,63021-Oct-201120:21
microsoft.build.commontypes.xsd195,80421-Oct-201120:21
PerfCounters.ini154,22221-Oct-201120:21
System.Web.Extensions.dll4.0.30319.2511,862,50421-Oct-201120:28
System.Web.dll4.0.30319.2515,228,36821-Oct-201120:29
webengine.dll4.0.30319.25114,16021-Oct-201120:29
webengine4.dll4.0.30319.251495,44021-Oct-201120:29
XamlBuildTask.dll4.0.30319.251108,37621-Oct-201120:29
mscorlib.resources.dll4.0.30319.251359,77621-Oct-201120:08
PresentationCore.resources.dll4.0.30319.251119,15221-Oct-201120:08
PresentationFramework.resources.dll4.0.30319.251279,42421-Oct-201120:08
System.Data.resources.dll4.0.30319.251371,04821-Oct-201120:08
System.resources.dll4.0.30319.251256,35221-Oct-201120:08
WindowsBase.resources.dll4.0.30319.25194,56821-Oct-201120:09
mscorlib.resources.dll4.0.30319.251365,40821-Oct-201119:41
PresentationCore.resources.dll4.0.30319.251102,25621-Oct-201119:41
PresentationFramework.resources.dll4.0.30319.251243,58421-Oct-201119:41
System.Data.resources.dll4.0.30319.251374,12021-Oct-201119:41
System.resources.dll4.0.30319.251262,49621-Oct-201119:41
WindowsBase.resources.dll4.0.30319.25178,18421-Oct-201119:42
mscorlib.resources.dll4.0.30319.251287,58421-Oct-201119:15
PresentationCore.resources.dll4.0.30319.25197,13621-Oct-201119:16
PresentationFramework.resources.dll4.0.30319.251238,46421-Oct-201119:16
System.Data.resources.dll4.0.30319.251325,99221-Oct-201119:15
System.resources.dll4.0.30319.251199,00821-Oct-201119:15
WindowsBase.resources.dll4.0.30319.25175,11221-Oct-201119:16
mscorlib.resources.dll4.0.30319.251288,09621-Oct-201119:00
PresentationCore.resources.dll4.0.30319.25198,16021-Oct-201119:00
PresentationFramework.resources.dll4.0.30319.251238,97621-Oct-201119:00
System.Data.resources.dll4.0.30319.251328,55221-Oct-201119:00
System.resources.dll4.0.30319.251201,56821-Oct-201119:00
WindowsBase.resources.dll4.0.30319.25175,62421-Oct-201119:01
mscorlib.resources.dll4.0.30319.251313,18421-Oct-201118:38
PresentationCore.resources.dll4.0.30319.251105,32821-Oct-201118:39
PresentationFramework.resources.dll4.0.30319.251251,26421-Oct-201118:39
System.Data.resources.dll4.0.30319.251347,49621-Oct-201118:38
System.resources.dll4.0.30319.251224,09621-Oct-201118:38
WindowsBase.resources.dll4.0.30319.25182,79221-Oct-201118:39
mscorlib.resources.dll4.0.30319.251308,06421-Oct-201118:21
PresentationCore.resources.dll4.0.30319.251105,32821-Oct-201118:22
PresentationFramework.resources.dll4.0.30319.251251,77621-Oct-201118:22
System.Data.resources.dll4.0.30319.251343,91221-Oct-201118:21
System.resources.dll4.0.30319.251218,97621-Oct-201118:21
WindowsBase.resources.dll4.0.30319.25182,28021-Oct-201118:22
mscorlib.resources.dll4.0.30319.251322,91221-Oct-201117:43
PresentationCore.resources.dll4.0.30319.251110,96021-Oct-201117:43
PresentationFramework.resources.dll4.0.30319.251267,64821-Oct-201117:44
System.Data.resources.dll4.0.30319.251354,15221-Oct-201117:43
System.resources.dll4.0.30319.251230,24021-Oct-201117:43
WindowsBase.resources.dll4.0.30319.25187,40021-Oct-201117:44
mscorlib.resources.dll4.0.30319.251437,60021-Oct-201117:18
PresentationCore.resources.dll4.0.30319.251142,19221-Oct-201117:19
PresentationFramework.resources.dll4.0.30319.251326,52821-Oct-201117:19
System.Data.resources.dll4.0.30319.251423,27221-Oct-201117:18
System.resources.dll4.0.30319.251319,84021-Oct-201117:18
WindowsBase.resources.dll4.0.30319.251115,56021-Oct-201117:19
mscorlib.resources.dll4.0.30319.251316,25621-Oct-201116:53
PresentationCore.resources.dll4.0.30319.251106,86421-Oct-201116:54
PresentationFramework.resources.dll4.0.30319.251257,40821-Oct-201116:54
System.Data.resources.dll4.0.30319.251347,49621-Oct-201116:53
System.resources.dll4.0.30319.251227,68021-Oct-201116:53
WindowsBase.resources.dll4.0.30319.25185,35221-Oct-201116:54
mscorlib.resources.dll4.0.30319.251310,11221-Oct-201116:31
PresentationCore.resources.dll4.0.30319.251105,84021-Oct-201116:31
PresentationFramework.resources.dll4.0.30319.251254,33621-Oct-201116:32
System.Data.resources.dll4.0.30319.251341,35221-Oct-201116:31
System.resources.dll4.0.30319.251218,97621-Oct-201116:31
WindowsBase.resources.dll4.0.30319.25181,76821-Oct-201116:32
mscorlib.resources.dll4.0.30319.251321,37621-Oct-201116:10
PresentationCore.resources.dll4.0.30319.251109,93621-Oct-201116:11
PresentationFramework.resources.dll4.0.30319.251260,99221-Oct-201116:11
System.Data.resources.dll4.0.30319.251352,61621-Oct-201116:11
System.resources.dll4.0.30319.251232,80021-Oct-201116:11
WindowsBase.resources.dll4.0.30319.25185,86421-Oct-201116:11
mscorlib.resources.dll4.0.30319.251342,36821-Oct-201115:38
PresentationCore.resources.dll4.0.30319.251101,74421-Oct-201115:39
PresentationFramework.resources.dll4.0.30319.251243,07221-Oct-201115:39
System.Data.resources.dll4.0.30319.251365,92821-Oct-201115:38
System.resources.dll4.0.30319.251243,04021-Oct-201115:38
WindowsBase.resources.dll4.0.30319.25178,18421-Oct-201115:39
mscorlib.resources.dll4.0.30319.251327,00821-Oct-201115:03
PresentationCore.resources.dll4.0.30319.251111,98421-Oct-201115:04
PresentationFramework.resources.dll4.0.30319.251266,62421-Oct-201115:04
System.Data.resources.dll4.0.30319.251358,24821-Oct-201115:04
System.resources.dll4.0.30319.251235,87221-Oct-201115:04
WindowsBase.resources.dll4.0.30319.25187,40021-Oct-201115:05
mscorlib.resources.dll4.0.30319.251314,72021-Oct-201114:29
PresentationCore.resources.dll4.0.30319.251107,88821-Oct-201114:30
PresentationFramework.resources.dll4.0.30319.251258,43221-Oct-201114:30
System.Data.resources.dll4.0.30319.251347,49621-Oct-201114:29
System.resources.dll4.0.30319.251225,12021-Oct-201114:29
WindowsBase.resources.dll4.0.30319.25185,35221-Oct-201114:30
mscorlib.resources.dll4.0.30319.251328,54421-Oct-201113:30
PresentationCore.resources.dll4.0.30319.251110,96021-Oct-201113:31
PresentationFramework.resources.dll4.0.30319.251265,60021-Oct-201113:31
System.Data.resources.dll4.0.30319.251355,68821-Oct-201113:30
System.resources.dll4.0.30319.251235,36021-Oct-201113:30
WindowsBase.resources.dll4.0.30319.25187,91221-Oct-201113:31
mscorlib.resources.dll4.0.30319.251312,16021-Oct-201112:49
PresentationCore.resources.dll4.0.30319.251106,86421-Oct-201112:50
PresentationFramework.resources.dll4.0.30319.251256,38421-Oct-201112:50
System.Data.resources.dll4.0.30319.251351,08021-Oct-201112:50
System.resources.dll4.0.30319.251225,63221-Oct-201112:50
WindowsBase.resources.dll4.0.30319.25183,30421-Oct-201112:50
mscorlib.resources.dll4.0.30319.251300,38421-Oct-201112:22
PresentationCore.resources.dll4.0.30319.251101,74421-Oct-201112:22
PresentationFramework.resources.dll4.0.30319.251244,60821-Oct-201112:22
System.Data.resources.dll4.0.30319.251338,28021-Oct-201112:22
System.resources.dll4.0.30319.251212,83221-Oct-201112:22
WindowsBase.resources.dll4.0.30319.25179,72021-Oct-201112:23
mscorlib.resources.dll4.0.30319.251321,88821-Oct-201112:03
PresentationCore.resources.dll4.0.30319.251109,93621-Oct-201112:04
PresentationFramework.resources.dll4.0.30319.251263,04021-Oct-201112:04
System.Data.resources.dll4.0.30319.251354,66421-Oct-201112:04
System.resources.dll4.0.30319.251227,68021-Oct-201112:04
WindowsBase.resources.dll4.0.30319.25186,37621-Oct-201112:04
mscorlib.resources.dll4.0.30319.251313,18421-Oct-201111:41
PresentationCore.resources.dll4.0.30319.251106,35221-Oct-201111:42
PresentationFramework.resources.dll4.0.30319.251256,89621-Oct-201111:42
System.Data.resources.dll4.0.30319.251344,93621-Oct-201111:42
System.resources.dll4.0.30319.251226,14421-Oct-201111:42
WindowsBase.resources.dll4.0.30319.25184,32821-Oct-201111:42
mscorlib.resources.dll4.0.30319.251315,74421-Oct-201111:19
PresentationCore.resources.dll4.0.30319.251106,86421-Oct-201111:20
PresentationFramework.resources.dll4.0.30319.251256,89621-Oct-201111:20
System.Data.resources.dll4.0.30319.251348,52021-Oct-201111:20
System.resources.dll4.0.30319.251226,65621-Oct-201111:19
WindowsBase.resources.dll4.0.30319.25184,84021-Oct-201111:20
mscorlib.resources.dll4.0.30319.251407,90421-Oct-201110:37
PresentationCore.resources.dll4.0.30319.251135,02421-Oct-201110:37
PresentationFramework.resources.dll4.0.30319.251309,63221-Oct-201110:37
System.Data.resources.dll4.0.30319.251407,91221-Oct-201110:37
System.resources.dll4.0.30319.251291,16821-Oct-201110:37
WindowsBase.resources.dll4.0.30319.251107,88021-Oct-201110:38
mscorlib.resources.dll4.0.30319.251309,08821-Oct-201109:56
PresentationCore.resources.dll4.0.30319.251103,28021-Oct-201109:56
PresentationFramework.resources.dll4.0.30319.251249,72821-Oct-201109:56
System.Data.resources.dll4.0.30319.251341,35221-Oct-201109:56
System.resources.dll4.0.30319.251217,44021-Oct-201109:56
WindowsBase.resources.dll4.0.30319.25181,25621-Oct-201109:57
mscorlib.resources.dll4.0.30319.251306,52821-Oct-201109:27
PresentationCore.resources.dll4.0.30319.251104,30421-Oct-201109:27
PresentationFramework.resources.dll4.0.30319.251250,24021-Oct-201109:27
System.Data.resources.dll4.0.30319.251342,37621-Oct-201109:27
System.resources.dll4.0.30319.251218,97621-Oct-201109:27
WindowsBase.resources.dll4.0.30319.25180,74421-Oct-201109:28

For all supported x64-based versions of Windows
File nameFile versionFile sizeDateTime
vbc.exe10.0.30319.2513,235,65622-Oct-201105:42
vbc.exe10.0.30319.2512,261,83221-Oct-201120:58
clr.dll4.0.30319.2519,792,32822-Oct-201105:41
clr.dll4.0.30319.2516,726,47221-Oct-201120:57
mscordacwks.dll4.0.30319.2511,514,84022-Oct-201105:41
mscordacwks.dll4.0.30319.2511,142,61621-Oct-201120:57
mscordbi.dll4.0.30319.2511,454,41622-Oct-201105:41
mscordbi.dll4.0.30319.251956,24021-Oct-201120:57
mscorlib.dll4.0.30319.2514,969,80822-Oct-201105:41
mscorlib.dll4.0.30319.2515,200,20821-Oct-201120:57
nlssorting.dll4.0.30319.25167,92022-Oct-201105:41
nlssorting.dll4.0.30319.25156,65621-Oct-201120:58
PresentationCore.dll4.0.30319.2513,824,48022-Oct-201105:43
PresentationCore.dll4.0.30319.2513,788,12821-Oct-201121:01
PresentationFramework.dll4.0.30319.2516,429,03221-Oct-201121:01
ServiceModelReg.exe4.0.30319.251260,96022-Oct-201105:42
ServiceModelReg.exe4.0.30319.251191,84021-Oct-201121:00
SOS.dll4.0.30319.251597,83222-Oct-201105:41
SOS.dll4.0.30319.251517,44821-Oct-201120:58
SqlWorkflowInstanceStoreLogic.sql51,06321-Oct-201121:56
SqlWorkflowInstanceStoreLogic.sql51,06321-Oct-201109:20
SqlWorkflowInstanceStoreSchema.sql23,73921-Oct-201121:56
SqlWorkflowInstanceStoreSchema.sql23,73921-Oct-201109:20
System.Activities.Core.Presentation.dll4.0.30319.251618,37621-Oct-201121:00
System.Activities.dll4.0.30319.2511,268,57621-Oct-201121:00
System.Activities.DurableInstancing.dll4.0.30319.251125,32021-Oct-201121:00
System.Activities.Presentation.dll4.0.30319.2511,577,84821-Oct-201121:00
System.IdentityModel.dll4.0.30319.251397,16021-Oct-201121:00
System.Net.dll4.0.30319.251236,88021-Oct-201120:59
System.Runtime.DurableInstancing.dll4.0.30319.251355,20021-Oct-201121:00
System.Runtime.Serialization.dll4.0.30319.2511,038,20021-Oct-201121:00
System.ServiceModel.Activities.dll4.0.30319.251535,41621-Oct-201121:00
System.ServiceModel.dll4.0.30319.2516,098,28021-Oct-201121:00
System.Data.dll4.0.30319.2513,163,48022-Oct-201105:42
System.Data.dll4.0.30319.2513,018,58421-Oct-201120:58
System.Deployment.dll4.0.30319.251840,03221-Oct-201120:58
System.dll4.0.30319.2513,510,60021-Oct-201120:59
System.XML.dll4.0.30319.2512,207,56821-Oct-201120:59
WindowsBase.dll4.0.30319.2511,368,92021-Oct-201121:01
System.Xml.Serialization.dll4.0.30319.25111,12021-Oct-201121:00
aspnet_wp.exe4.0.30319.25140,78422-Oct-201105:14
aspnet_wp.exe4.0.30319.25132,59221-Oct-201120:29
Microsoft.Build.Tasks.v4.0.dll4.0.30319.2511,069,93621-Oct-201120:28
Microsoft.CSharp.targets13,03121-Oct-201120:21
Microsoft.VisualBasic.targets13,63021-Oct-201120:21
microsoft.build.commontypes.xsd195,80422-Oct-201105:08
microsoft.build.commontypes.xsd195,80421-Oct-201120:21
PerfCounters.ini154,22221-Oct-201120:21
System.Web.Extensions.dll4.0.30319.2511,862,50421-Oct-201120:28
System.Web.dll4.0.30319.2515,197,64822-Oct-201105:14
System.Web.dll4.0.30319.2515,228,36821-Oct-201120:29
webengine.dll4.0.30319.25115,69622-Oct-201105:14
webengine.dll4.0.30319.25114,16021-Oct-201120:29
webengine4.dll4.0.30319.251720,72022-Oct-201105:14
webengine4.dll4.0.30319.251495,44021-Oct-201120:29
XamlBuildTask.dll4.0.30319.251108,37621-Oct-201120:29
mscorlib.resources.dll4.0.30319.251359,77622-Oct-201104:49
mscorlib.resources.dll4.0.30319.251359,77621-Oct-201120:08
PresentationCore.resources.dll4.0.30319.251119,15222-Oct-201104:50
PresentationCore.resources.dll4.0.30319.251119,15221-Oct-201120:08
PresentationFramework.resources.dll4.0.30319.251279,42422-Oct-201104:50
PresentationFramework.resources.dll4.0.30319.251279,42421-Oct-201120:08
System.Data.resources.dll4.0.30319.251371,04822-Oct-201104:50
System.Data.resources.dll4.0.30319.251371,04821-Oct-201120:08
System.resources.dll4.0.30319.251256,35221-Oct-201120:08
WindowsBase.resources.dll4.0.30319.25194,56822-Oct-201104:50
WindowsBase.resources.dll4.0.30319.25194,56821-Oct-201120:09
mscorlib.resources.dll4.0.30319.251365,40822-Oct-201104:30
mscorlib.resources.dll4.0.30319.251365,40821-Oct-201119:41
PresentationCore.resources.dll4.0.30319.251102,25622-Oct-201104:30
PresentationCore.resources.dll4.0.30319.251102,25621-Oct-201119:41
PresentationFramework.resources.dll4.0.30319.251243,58422-Oct-201104:30
PresentationFramework.resources.dll4.0.30319.251243,58421-Oct-201119:41
System.Data.resources.dll4.0.30319.251374,12022-Oct-201104:30
System.Data.resources.dll4.0.30319.251374,12021-Oct-201119:41
System.resources.dll4.0.30319.251262,49621-Oct-201119:41
WindowsBase.resources.dll4.0.30319.25178,18422-Oct-201104:31
WindowsBase.resources.dll4.0.30319.25178,18421-Oct-201119:42
mscorlib.resources.dll4.0.30319.251287,58422-Oct-201104:00
mscorlib.resources.dll4.0.30319.251287,58421-Oct-201119:15
PresentationCore.resources.dll4.0.30319.25197,13622-Oct-201104:01
PresentationCore.resources.dll4.0.30319.25197,13621-Oct-201119:16
PresentationFramework.resources.dll4.0.30319.251238,46422-Oct-201104:01
PresentationFramework.resources.dll4.0.30319.251238,46421-Oct-201119:16
System.Data.resources.dll4.0.30319.251325,99222-Oct-201104:00
System.Data.resources.dll4.0.30319.251325,99221-Oct-201119:15
System.resources.dll4.0.30319.251199,00821-Oct-201119:15
WindowsBase.resources.dll4.0.30319.25175,11222-Oct-201104:01
WindowsBase.resources.dll4.0.30319.25175,11221-Oct-201119:16
mscorlib.resources.dll4.0.30319.251288,09622-Oct-201103:40
mscorlib.resources.dll4.0.30319.251288,09621-Oct-201119:00
PresentationCore.resources.dll4.0.30319.25198,16022-Oct-201103:41
PresentationCore.resources.dll4.0.30319.25198,16021-Oct-201119:00
PresentationFramework.resources.dll4.0.30319.251238,97622-Oct-201103:41
PresentationFramework.resources.dll4.0.30319.251238,97621-Oct-201119:00
System.Data.resources.dll4.0.30319.251328,55222-Oct-201103:41
System.Data.resources.dll4.0.30319.251328,55221-Oct-201119:00
System.resources.dll4.0.30319.251201,56821-Oct-201119:00
WindowsBase.resources.dll4.0.30319.25175,62422-Oct-201103:41
WindowsBase.resources.dll4.0.30319.25175,62421-Oct-201119:01
mscorlib.resources.dll4.0.30319.251313,18422-Oct-201103:23
mscorlib.resources.dll4.0.30319.251313,18421-Oct-201118:38
PresentationCore.resources.dll4.0.30319.251105,32822-Oct-201103:24
PresentationCore.resources.dll4.0.30319.251105,32821-Oct-201118:39
PresentationFramework.resources.dll4.0.30319.251251,26422-Oct-201103:24
PresentationFramework.resources.dll4.0.30319.251251,26421-Oct-201118:39
System.Data.resources.dll4.0.30319.251347,49622-Oct-201103:23
System.Data.resources.dll4.0.30319.251347,49621-Oct-201118:38
System.resources.dll4.0.30319.251224,09621-Oct-201118:38
WindowsBase.resources.dll4.0.30319.25182,79222-Oct-201103:24
WindowsBase.resources.dll4.0.30319.25182,79221-Oct-201118:39
mscorlib.resources.dll4.0.30319.251308,06422-Oct-201103:06
mscorlib.resources.dll4.0.30319.251308,06421-Oct-201118:21
PresentationCore.resources.dll4.0.30319.251105,32822-Oct-201103:06
PresentationCore.resources.dll4.0.30319.251105,32821-Oct-201118:22
PresentationFramework.resources.dll4.0.30319.251251,77622-Oct-201103:06
PresentationFramework.resources.dll4.0.30319.251251,77621-Oct-201118:22
System.Data.resources.dll4.0.30319.251343,91222-Oct-201103:06
System.Data.resources.dll4.0.30319.251343,91221-Oct-201118:21
System.resources.dll4.0.30319.251218,97621-Oct-201118:21
WindowsBase.resources.dll4.0.30319.25182,28022-Oct-201103:07
WindowsBase.resources.dll4.0.30319.25182,28021-Oct-201118:22
mscorlib.resources.dll4.0.30319.251322,91222-Oct-201102:43
mscorlib.resources.dll4.0.30319.251322,91221-Oct-201117:43
PresentationCore.resources.dll4.0.30319.251110,96022-Oct-201102:44
PresentationCore.resources.dll4.0.30319.251110,96021-Oct-201117:43
PresentationFramework.resources.dll4.0.30319.251267,64822-Oct-201102:44
PresentationFramework.resources.dll4.0.30319.251267,64821-Oct-201117:44
System.Data.resources.dll4.0.30319.251354,15222-Oct-201102:43
System.Data.resources.dll4.0.30319.251354,15221-Oct-201117:43
System.resources.dll4.0.30319.251230,24021-Oct-201117:43
WindowsBase.resources.dll4.0.30319.25187,40022-Oct-201102:44
WindowsBase.resources.dll4.0.30319.25187,40021-Oct-201117:44
mscorlib.resources.dll4.0.30319.251437,60022-Oct-201102:23
mscorlib.resources.dll4.0.30319.251437,60021-Oct-201117:18
PresentationCore.resources.dll4.0.30319.251142,19222-Oct-201102:24
PresentationCore.resources.dll4.0.30319.251142,19221-Oct-201117:19
PresentationFramework.resources.dll4.0.30319.251326,52822-Oct-201102:24
PresentationFramework.resources.dll4.0.30319.251326,52821-Oct-201117:19
System.Data.resources.dll4.0.30319.251423,27222-Oct-201102:24
System.Data.resources.dll4.0.30319.251423,27221-Oct-201117:18
System.resources.dll4.0.30319.251319,84021-Oct-201117:18
WindowsBase.resources.dll4.0.30319.251115,56022-Oct-201102:24
WindowsBase.resources.dll4.0.30319.251115,56021-Oct-201117:19
mscorlib.resources.dll4.0.30319.251316,25622-Oct-201102:00
mscorlib.resources.dll4.0.30319.251316,25621-Oct-201116:53
PresentationCore.resources.dll4.0.30319.251106,86422-Oct-201102:01
PresentationCore.resources.dll4.0.30319.251106,86421-Oct-201116:54
PresentationFramework.resources.dll4.0.30319.251257,40822-Oct-201102:01
PresentationFramework.resources.dll4.0.30319.251257,40821-Oct-201116:54
System.Data.resources.dll4.0.30319.251347,49622-Oct-201102:00
System.Data.resources.dll4.0.30319.251347,49621-Oct-201116:53
System.resources.dll4.0.30319.251227,68021-Oct-201116:53
WindowsBase.resources.dll4.0.30319.25185,35222-Oct-201102:01
WindowsBase.resources.dll4.0.30319.25185,35221-Oct-201116:54
mscorlib.resources.dll4.0.30319.251310,11222-Oct-201101:42
mscorlib.resources.dll4.0.30319.251310,11221-Oct-201116:31
PresentationCore.resources.dll4.0.30319.251105,84022-Oct-201101:42
PresentationCore.resources.dll4.0.30319.251105,84021-Oct-201116:31
PresentationFramework.resources.dll4.0.30319.251254,33622-Oct-201101:42
PresentationFramework.resources.dll4.0.30319.251254,33621-Oct-201116:32
System.Data.resources.dll4.0.30319.251341,35222-Oct-201101:42
System.Data.resources.dll4.0.30319.251341,35221-Oct-201116:31
System.resources.dll4.0.30319.251218,97621-Oct-201116:31
WindowsBase.resources.dll4.0.30319.25181,76822-Oct-201101:43
WindowsBase.resources.dll4.0.30319.25181,76821-Oct-201116:32
mscorlib.resources.dll4.0.30319.251321,37622-Oct-201101:25
mscorlib.resources.dll4.0.30319.251321,37621-Oct-201116:10
PresentationCore.resources.dll4.0.30319.251109,93622-Oct-201101:26
PresentationCore.resources.dll4.0.30319.251109,93621-Oct-201116:11
PresentationFramework.resources.dll4.0.30319.251260,99222-Oct-201101:26
PresentationFramework.resources.dll4.0.30319.251260,99221-Oct-201116:11
System.Data.resources.dll4.0.30319.251352,61622-Oct-201101:25
System.Data.resources.dll4.0.30319.251352,61621-Oct-201116:11
System.resources.dll4.0.30319.251232,80021-Oct-201116:11
WindowsBase.resources.dll4.0.30319.25185,86422-Oct-201101:26
WindowsBase.resources.dll4.0.30319.25185,86421-Oct-201116:11
mscorlib.resources.dll4.0.30319.251342,36822-Oct-201101:09
mscorlib.resources.dll4.0.30319.251342,36821-Oct-201115:38
PresentationCore.resources.dll4.0.30319.251101,74422-Oct-201101:09
PresentationCore.resources.dll4.0.30319.251101,74421-Oct-201115:39
PresentationFramework.resources.dll4.0.30319.251243,07222-Oct-201101:10
PresentationFramework.resources.dll4.0.30319.251243,07221-Oct-201115:39
System.Data.resources.dll4.0.30319.251365,92822-Oct-201101:09
System.Data.resources.dll4.0.30319.251365,92821-Oct-201115:38
System.resources.dll4.0.30319.251243,04021-Oct-201115:38
WindowsBase.resources.dll4.0.30319.25178,18422-Oct-201101:10
WindowsBase.resources.dll4.0.30319.25178,18421-Oct-201115:39
mscorlib.resources.dll4.0.30319.251327,00822-Oct-201100:53
mscorlib.resources.dll4.0.30319.251327,00821-Oct-201115:03
PresentationCore.resources.dll4.0.30319.251111,98422-Oct-201100:53
PresentationCore.resources.dll4.0.30319.251111,98421-Oct-201115:04
PresentationFramework.resources.dll4.0.30319.251266,62422-Oct-201100:53
PresentationFramework.resources.dll4.0.30319.251266,62421-Oct-201115:04
System.Data.resources.dll4.0.30319.251358,24822-Oct-201100:53
System.Data.resources.dll4.0.30319.251358,24821-Oct-201115:04
System.resources.dll4.0.30319.251235,87221-Oct-201115:04
WindowsBase.resources.dll4.0.30319.25187,40022-Oct-201100:54
WindowsBase.resources.dll4.0.30319.25187,40021-Oct-201115:05
mscorlib.resources.dll4.0.30319.251314,72022-Oct-201100:34
mscorlib.resources.dll4.0.30319.251314,72021-Oct-201114:29
PresentationCore.resources.dll4.0.30319.251107,88822-Oct-201100:35
PresentationCore.resources.dll4.0.30319.251107,88821-Oct-201114:30
PresentationFramework.resources.dll4.0.30319.251258,43222-Oct-201100:35
PresentationFramework.resources.dll4.0.30319.251258,43221-Oct-201114:30
System.Data.resources.dll4.0.30319.251347,49622-Oct-201100:35
System.Data.resources.dll4.0.30319.251347,49621-Oct-201114:29
System.resources.dll4.0.30319.251225,12021-Oct-201114:29
WindowsBase.resources.dll4.0.30319.25185,35222-Oct-201100:35
WindowsBase.resources.dll4.0.30319.25185,35221-Oct-201114:30
mscorlib.resources.dll4.0.30319.251328,54422-Oct-201100:20
mscorlib.resources.dll4.0.30319.251328,54421-Oct-201113:30
PresentationCore.resources.dll4.0.30319.251110,96022-Oct-201100:21
PresentationCore.resources.dll4.0.30319.251110,96021-Oct-201113:31
PresentationFramework.resources.dll4.0.30319.251265,60022-Oct-201100:21
PresentationFramework.resources.dll4.0.30319.251265,60021-Oct-201113:31
System.Data.resources.dll4.0.30319.251355,68822-Oct-201100:21
System.Data.resources.dll4.0.30319.251355,68821-Oct-201113:30
System.resources.dll4.0.30319.251235,36021-Oct-201113:30
WindowsBase.resources.dll4.0.30319.25187,91222-Oct-201100:21
WindowsBase.resources.dll4.0.30319.25187,91221-Oct-201113:31
mscorlib.resources.dll4.0.30319.251312,16022-Oct-201100:05
mscorlib.resources.dll4.0.30319.251312,16021-Oct-201112:49
PresentationCore.resources.dll4.0.30319.251106,86422-Oct-201100:05
PresentationCore.resources.dll4.0.30319.251106,86421-Oct-201112:50
PresentationFramework.resources.dll4.0.30319.251256,38422-Oct-201100:05
PresentationFramework.resources.dll4.0.30319.251256,38421-Oct-201112:50
System.Data.resources.dll4.0.30319.251351,08022-Oct-201100:05
System.Data.resources.dll4.0.30319.251351,08021-Oct-201112:50
System.resources.dll4.0.30319.251225,63221-Oct-201112:50
WindowsBase.resources.dll4.0.30319.25183,30422-Oct-201100:05
WindowsBase.resources.dll4.0.30319.25183,30421-Oct-201112:50
mscorlib.resources.dll4.0.30319.251300,38421-Oct-201123:44
mscorlib.resources.dll4.0.30319.251300,38421-Oct-201112:22
PresentationCore.resources.dll4.0.30319.251101,74421-Oct-201123:45
PresentationCore.resources.dll4.0.30319.251101,74421-Oct-201112:22
PresentationFramework.resources.dll4.0.30319.251244,60821-Oct-201123:45
PresentationFramework.resources.dll4.0.30319.251244,60821-Oct-201112:22
System.Data.resources.dll4.0.30319.251338,28021-Oct-201123:45
System.Data.resources.dll4.0.30319.251338,28021-Oct-201112:22
System.resources.dll4.0.30319.251212,83221-Oct-201112:22
WindowsBase.resources.dll4.0.30319.25179,72021-Oct-201123:45
WindowsBase.resources.dll4.0.30319.25179,72021-Oct-201112:23
mscorlib.resources.dll4.0.30319.251321,88821-Oct-201123:28
mscorlib.resources.dll4.0.30319.251321,88821-Oct-201112:03
PresentationCore.resources.dll4.0.30319.251109,93621-Oct-201123:29
PresentationCore.resources.dll4.0.30319.251109,93621-Oct-201112:04
PresentationFramework.resources.dll4.0.30319.251263,04021-Oct-201123:29
PresentationFramework.resources.dll4.0.30319.251263,04021-Oct-201112:04
System.Data.resources.dll4.0.30319.251354,66421-Oct-201123:29
System.Data.resources.dll4.0.30319.251354,66421-Oct-201112:04
System.resources.dll4.0.30319.251227,68021-Oct-201112:04
WindowsBase.resources.dll4.0.30319.25186,37621-Oct-201123:29
WindowsBase.resources.dll4.0.30319.25186,37621-Oct-201112:04
mscorlib.resources.dll4.0.30319.251313,18421-Oct-201123:10
mscorlib.resources.dll4.0.30319.251313,18421-Oct-201111:41
PresentationCore.resources.dll4.0.30319.251106,35221-Oct-201123:10
PresentationCore.resources.dll4.0.30319.251106,35221-Oct-201111:42
PresentationFramework.resources.dll4.0.30319.251256,89621-Oct-201123:10
PresentationFramework.resources.dll4.0.30319.251256,89621-Oct-201111:42
System.Data.resources.dll4.0.30319.251344,93621-Oct-201123:10
System.Data.resources.dll4.0.30319.251344,93621-Oct-201111:42
System.resources.dll4.0.30319.251226,14421-Oct-201111:42
WindowsBase.resources.dll4.0.30319.25184,32821-Oct-201123:11
WindowsBase.resources.dll4.0.30319.25184,32821-Oct-201111:42
mscorlib.resources.dll4.0.30319.251315,74421-Oct-201122:52
mscorlib.resources.dll4.0.30319.251315,74421-Oct-201111:19
PresentationCore.resources.dll4.0.30319.251106,86421-Oct-201122:52
PresentationCore.resources.dll4.0.30319.251106,86421-Oct-201111:20
PresentationFramework.resources.dll4.0.30319.251256,89621-Oct-201122:52
PresentationFramework.resources.dll4.0.30319.251256,89621-Oct-201111:20
System.Data.resources.dll4.0.30319.251348,52021-Oct-201122:52
System.Data.resources.dll4.0.30319.251348,52021-Oct-201111:20
System.resources.dll4.0.30319.251226,65621-Oct-201111:19
WindowsBase.resources.dll4.0.30319.25184,84021-Oct-201122:52
WindowsBase.resources.dll4.0.30319.25184,84021-Oct-201111:20
mscorlib.resources.dll4.0.30319.251407,90421-Oct-201122:36
mscorlib.resources.dll4.0.30319.251407,90421-Oct-201110:37
PresentationCore.resources.dll4.0.30319.251135,02421-Oct-201122:36
PresentationCore.resources.dll4.0.30319.251135,02421-Oct-201110:37
PresentationFramework.resources.dll4.0.30319.251309,63221-Oct-201122:36
PresentationFramework.resources.dll4.0.30319.251309,63221-Oct-201110:37
System.Data.resources.dll4.0.30319.251407,91221-Oct-201122:36
System.Data.resources.dll4.0.30319.251407,91221-Oct-201110:37
System.resources.dll4.0.30319.251291,16821-Oct-201110:37
WindowsBase.resources.dll4.0.30319.251107,88021-Oct-201122:36
WindowsBase.resources.dll4.0.30319.251107,88021-Oct-201110:38
mscorlib.resources.dll4.0.30319.251309,08821-Oct-201122:20
mscorlib.resources.dll4.0.30319.251309,08821-Oct-201109:56
PresentationCore.resources.dll4.0.30319.251103,28021-Oct-201122:20
PresentationCore.resources.dll4.0.30319.251103,28021-Oct-201109:56
PresentationFramework.resources.dll4.0.30319.251249,72821-Oct-201122:20
PresentationFramework.resources.dll4.0.30319.251249,72821-Oct-201109:56
System.Data.resources.dll4.0.30319.251341,35221-Oct-201122:20
System.Data.resources.dll4.0.30319.251341,35221-Oct-201109:56
System.resources.dll4.0.30319.251217,44021-Oct-201109:56
WindowsBase.resources.dll4.0.30319.25181,25621-Oct-201122:20
WindowsBase.resources.dll4.0.30319.25181,25621-Oct-201109:57
mscorlib.resources.dll4.0.30319.251306,52821-Oct-201122:01
mscorlib.resources.dll4.0.30319.251306,52821-Oct-201109:27
PresentationCore.resources.dll4.0.30319.251104,30421-Oct-201122:02
PresentationCore.resources.dll4.0.30319.251104,30421-Oct-201109:27
PresentationFramework.resources.dll4.0.30319.251250,24021-Oct-201122:02
PresentationFramework.resources.dll4.0.30319.251250,24021-Oct-201109:27
System.Data.resources.dll4.0.30319.251342,37621-Oct-201122:01
System.Data.resources.dll4.0.30319.251342,37621-Oct-201109:27
System.resources.dll4.0.30319.251218,97621-Oct-201109:27
WindowsBase.resources.dll4.0.30319.25180,74421-Oct-201122:02
WindowsBase.resources.dll4.0.30319.25180,74421-Oct-201109:28
For all supported IA-64based versions of Windows
File nameFile versionFile sizeDateTime
vbc.exe10.0.30319.2516,428,48822-Oct-201114:42
vbc.exe10.0.30319.2512,261,83221-Oct-201120:58
clr.dll4.0.30319.25119,367,75222-Oct-201114:41
clr.dll4.0.30319.2516,726,47221-Oct-201120:57
mscordacwks.dll4.0.30319.2513,758,93622-Oct-201114:41
mscordacwks.dll4.0.30319.2511,142,61621-Oct-201120:57
mscordbi.dll4.0.30319.2513,295,56822-Oct-201114:41
mscordbi.dll4.0.30319.251956,24021-Oct-201120:57
mscorlib.dll4.0.30319.2514,468,56022-Oct-201114:41
mscorlib.dll4.0.30319.2515,200,20821-Oct-201120:57
nlssorting.dll4.0.30319.251144,20822-Oct-201114:42
nlssorting.dll4.0.30319.25156,65621-Oct-201120:58
PresentationCore.dll4.0.30319.2513,788,12821-Oct-201121:01
PresentationFramework.dll4.0.30319.2516,429,03221-Oct-201121:01
ServiceModelReg.exe4.0.30319.251544,60822-Oct-201114:42
ServiceModelReg.exe4.0.30319.251191,84021-Oct-201121:00
SOS.dll4.0.30319.2511,203,52822-Oct-201114:42
SOS.dll4.0.30319.251517,44821-Oct-201120:58
SqlWorkflowInstanceStoreLogic.sql51,06322-Oct-201106:58
SqlWorkflowInstanceStoreLogic.sql51,06321-Oct-201109:20
SqlWorkflowInstanceStoreSchema.sql23,73922-Oct-201106:58
SqlWorkflowInstanceStoreSchema.sql23,73921-Oct-201109:20
System.Activities.Core.Presentation.dll4.0.30319.251618,37621-Oct-201121:00
System.Activities.dll4.0.30319.2511,268,57621-Oct-201121:00
System.Activities.DurableInstancing.dll4.0.30319.251125,32021-Oct-201121:00
System.Activities.Presentation.dll4.0.30319.2511,577,84821-Oct-201121:00
System.IdentityModel.dll4.0.30319.251397,16021-Oct-201121:00
System.Net.dll4.0.30319.251236,88021-Oct-201120:59
System.Runtime.DurableInstancing.dll4.0.30319.251355,20021-Oct-201121:00
System.Runtime.Serialization.dll4.0.30319.2511,038,20021-Oct-201121:00
System.ServiceModel.Activities.dll4.0.30319.251535,41621-Oct-201121:00
System.ServiceModel.dll4.0.30319.2516,098,28021-Oct-201121:00
System.Data.dll4.0.30319.2513,347,80022-Oct-201114:42
System.Data.dll4.0.30319.2513,018,58421-Oct-201120:58
System.Deployment.dll4.0.30319.251840,03221-Oct-201120:58
System.dll4.0.30319.2513,510,60021-Oct-201120:59
System.XML.dll4.0.30319.2512,207,56821-Oct-201120:59
WindowsBase.dll4.0.30319.2511,368,92021-Oct-201121:01
System.Xml.Serialization.dll4.0.30319.25111,12021-Oct-201121:00
aspnet_wp.exe4.0.30319.25180,20822-Oct-201114:21
aspnet_wp.exe4.0.30319.25132,59221-Oct-201120:29
Microsoft.Build.Tasks.v4.0.dll4.0.30319.2511,069,93621-Oct-201120:28
Microsoft.CSharp.targets13,03121-Oct-201120:21
Microsoft.VisualBasic.targets13,63021-Oct-201120:21
microsoft.build.commontypes.xsd195,80422-Oct-201114:17
microsoft.build.commontypes.xsd195,80421-Oct-201120:21
PerfCounters.ini154,22221-Oct-201120:21
System.Web.Extensions.dll4.0.30319.2511,862,50421-Oct-201120:28
System.Web.dll4.0.30319.2514,816,72022-Oct-201114:21
System.Web.dll4.0.30319.2515,228,36821-Oct-201120:29
webengine.dll4.0.30319.25125,42422-Oct-201114:21
webengine.dll4.0.30319.25114,16021-Oct-201120:29
webengine4.dll4.0.30319.2511,340,75222-Oct-201114:21
webengine4.dll4.0.30319.251495,44021-Oct-201120:29
XamlBuildTask.dll4.0.30319.251108,37621-Oct-201120:29
mscorlib.resources.dll4.0.30319.251359,77622-Oct-201114:01
mscorlib.resources.dll4.0.30319.251359,77621-Oct-201120:08
PresentationCore.resources.dll4.0.30319.251119,15221-Oct-201120:08
PresentationFramework.resources.dll4.0.30319.251279,42421-Oct-201120:08
System.Data.resources.dll4.0.30319.251371,04822-Oct-201114:01
System.Data.resources.dll4.0.30319.251371,04821-Oct-201120:08
System.resources.dll4.0.30319.251256,35221-Oct-201120:08
WindowsBase.resources.dll4.0.30319.25194,56821-Oct-201120:09
mscorlib.resources.dll4.0.30319.251365,40822-Oct-201113:45
mscorlib.resources.dll4.0.30319.251365,40821-Oct-201119:41
PresentationCore.resources.dll4.0.30319.251102,25621-Oct-201119:41
PresentationFramework.resources.dll4.0.30319.251243,58421-Oct-201119:41
System.Data.resources.dll4.0.30319.251374,12022-Oct-201113:45
System.Data.resources.dll4.0.30319.251374,12021-Oct-201119:41
System.resources.dll4.0.30319.251262,49621-Oct-201119:41
WindowsBase.resources.dll4.0.30319.25178,18421-Oct-201119:42
mscorlib.resources.dll4.0.30319.251287,58422-Oct-201113:27
mscorlib.resources.dll4.0.30319.251287,58421-Oct-201119:15
PresentationCore.resources.dll4.0.30319.25197,13621-Oct-201119:16
PresentationFramework.resources.dll4.0.30319.251238,46421-Oct-201119:16
System.Data.resources.dll4.0.30319.251325,99222-Oct-201113:27
System.Data.resources.dll4.0.30319.251325,99221-Oct-201119:15
System.resources.dll4.0.30319.251199,00821-Oct-201119:15
WindowsBase.resources.dll4.0.30319.25175,11221-Oct-201119:16
mscorlib.resources.dll4.0.30319.251288,09622-Oct-201113:09
mscorlib.resources.dll4.0.30319.251288,09621-Oct-201119:00
PresentationCore.resources.dll4.0.30319.25198,16021-Oct-201119:00
PresentationFramework.resources.dll4.0.30319.251238,97621-Oct-201119:00
System.Data.resources.dll4.0.30319.251328,55222-Oct-201113:09
System.Data.resources.dll4.0.30319.251328,55221-Oct-201119:00
System.resources.dll4.0.30319.251201,56821-Oct-201119:00
WindowsBase.resources.dll4.0.30319.25175,62421-Oct-201119:01
mscorlib.resources.dll4.0.30319.251313,18422-Oct-201112:53
mscorlib.resources.dll4.0.30319.251313,18421-Oct-201118:38
PresentationCore.resources.dll4.0.30319.251105,32821-Oct-201118:39
PresentationFramework.resources.dll4.0.30319.251251,26421-Oct-201118:39
System.Data.resources.dll4.0.30319.251347,49622-Oct-201112:53
System.Data.resources.dll4.0.30319.251347,49621-Oct-201118:38
System.resources.dll4.0.30319.251224,09621-Oct-201118:38
WindowsBase.resources.dll4.0.30319.25182,79221-Oct-201118:39
mscorlib.resources.dll4.0.30319.251308,06422-Oct-201112:35
mscorlib.resources.dll4.0.30319.251308,06421-Oct-201118:21
PresentationCore.resources.dll4.0.30319.251105,32821-Oct-201118:22
PresentationFramework.resources.dll4.0.30319.251251,77621-Oct-201118:22
System.Data.resources.dll4.0.30319.251343,91222-Oct-201112:35
System.Data.resources.dll4.0.30319.251343,91221-Oct-201118:21
System.resources.dll4.0.30319.251218,97621-Oct-201118:21
WindowsBase.resources.dll4.0.30319.25182,28021-Oct-201118:22
mscorlib.resources.dll4.0.30319.251322,91222-Oct-201112:12
mscorlib.resources.dll4.0.30319.251322,91221-Oct-201117:43
PresentationCore.resources.dll4.0.30319.251110,96021-Oct-201117:43
PresentationFramework.resources.dll4.0.30319.251267,64821-Oct-201117:44
System.Data.resources.dll4.0.30319.251354,15222-Oct-201112:12
System.Data.resources.dll4.0.30319.251354,15221-Oct-201117:43
System.resources.dll4.0.30319.251230,24021-Oct-201117:43
WindowsBase.resources.dll4.0.30319.25187,40021-Oct-201117:44
mscorlib.resources.dll4.0.30319.251437,60022-Oct-201111:52
mscorlib.resources.dll4.0.30319.251437,60021-Oct-201117:18
PresentationCore.resources.dll4.0.30319.251142,19221-Oct-201117:19
PresentationFramework.resources.dll4.0.30319.251326,52821-Oct-201117:19
System.Data.resources.dll4.0.30319.251423,27222-Oct-201111:52
System.Data.resources.dll4.0.30319.251423,27221-Oct-201117:18
System.resources.dll4.0.30319.251319,84021-Oct-201117:18
WindowsBase.resources.dll4.0.30319.251115,56021-Oct-201117:19
mscorlib.resources.dll4.0.30319.251316,25622-Oct-201111:32
mscorlib.resources.dll4.0.30319.251316,25621-Oct-201116:53
PresentationCore.resources.dll4.0.30319.251106,86421-Oct-201116:54
PresentationFramework.resources.dll4.0.30319.251257,40821-Oct-201116:54
System.Data.resources.dll4.0.30319.251347,49622-Oct-201111:33
System.Data.resources.dll4.0.30319.251347,49621-Oct-201116:53
System.resources.dll4.0.30319.251227,68021-Oct-201116:53
WindowsBase.resources.dll4.0.30319.25185,35221-Oct-201116:54
mscorlib.resources.dll4.0.30319.251310,11222-Oct-201111:15
mscorlib.resources.dll4.0.30319.251310,11221-Oct-201116:31
PresentationCore.resources.dll4.0.30319.251105,84021-Oct-201116:31
PresentationFramework.resources.dll4.0.30319.251254,33621-Oct-201116:32
System.Data.resources.dll4.0.30319.251341,35222-Oct-201111:16
System.Data.resources.dll4.0.30319.251341,35221-Oct-201116:31
System.resources.dll4.0.30319.251218,97621-Oct-201116:31
WindowsBase.resources.dll4.0.30319.25181,76821-Oct-201116:32
mscorlib.resources.dll4.0.30319.251321,37622-Oct-201110:54
mscorlib.resources.dll4.0.30319.251321,37621-Oct-201116:10
PresentationCore.resources.dll4.0.30319.251109,93621-Oct-201116:11
PresentationFramework.resources.dll4.0.30319.251260,99221-Oct-201116:11
System.Data.resources.dll4.0.30319.251352,61622-Oct-201110:54
System.Data.resources.dll4.0.30319.251352,61621-Oct-201116:11
System.resources.dll4.0.30319.251232,80021-Oct-201116:11
WindowsBase.resources.dll4.0.30319.25185,86421-Oct-201116:11
mscorlib.resources.dll4.0.30319.251342,36822-Oct-201110:37
mscorlib.resources.dll4.0.30319.251342,36821-Oct-201115:38
PresentationCore.resources.dll4.0.30319.251101,74421-Oct-201115:39
PresentationFramework.resources.dll4.0.30319.251243,07221-Oct-201115:39
System.Data.resources.dll4.0.30319.251365,92822-Oct-201110:37
System.Data.resources.dll4.0.30319.251365,92821-Oct-201115:38
System.resources.dll4.0.30319.251243,04021-Oct-201115:38
WindowsBase.resources.dll4.0.30319.25178,18421-Oct-201115:39
mscorlib.resources.dll4.0.30319.251327,00822-Oct-201110:21
mscorlib.resources.dll4.0.30319.251327,00821-Oct-201115:03
PresentationCore.resources.dll4.0.30319.251111,98421-Oct-201115:04
PresentationFramework.resources.dll4.0.30319.251266,62421-Oct-201115:04
System.Data.resources.dll4.0.30319.251358,24822-Oct-201110:22
System.Data.resources.dll4.0.30319.251358,24821-Oct-201115:04
System.resources.dll4.0.30319.251235,87221-Oct-201115:04
WindowsBase.resources.dll4.0.30319.25187,40021-Oct-201115:05
mscorlib.resources.dll4.0.30319.251314,72022-Oct-201110:01
mscorlib.resources.dll4.0.30319.251314,72021-Oct-201114:29
PresentationCore.resources.dll4.0.30319.251107,88821-Oct-201114:30
PresentationFramework.resources.dll4.0.30319.251258,43221-Oct-201114:30
System.Data.resources.dll4.0.30319.251347,49622-Oct-201110:01
System.Data.resources.dll4.0.30319.251347,49621-Oct-201114:29
System.resources.dll4.0.30319.251225,12021-Oct-201114:29
WindowsBase.resources.dll4.0.30319.25185,35221-Oct-201114:30
mscorlib.resources.dll4.0.30319.251328,54422-Oct-201109:43
mscorlib.resources.dll4.0.30319.251328,54421-Oct-201113:30
PresentationCore.resources.dll4.0.30319.251110,96021-Oct-201113:31
PresentationFramework.resources.dll4.0.30319.251265,60021-Oct-201113:31
System.Data.resources.dll4.0.30319.251355,68822-Oct-201109:43
System.Data.resources.dll4.0.30319.251355,68821-Oct-201113:30
System.resources.dll4.0.30319.251235,36021-Oct-201113:30
WindowsBase.resources.dll4.0.30319.25187,91221-Oct-201113:31
mscorlib.resources.dll4.0.30319.251312,16022-Oct-201109:23
mscorlib.resources.dll4.0.30319.251312,16021-Oct-201112:49
PresentationCore.resources.dll4.0.30319.251106,86421-Oct-201112:50
PresentationFramework.resources.dll4.0.30319.251256,38421-Oct-201112:50
System.Data.resources.dll4.0.30319.251351,08022-Oct-201109:23
System.Data.resources.dll4.0.30319.251351,08021-Oct-201112:50
System.resources.dll4.0.30319.251225,63221-Oct-201112:50
WindowsBase.resources.dll4.0.30319.25183,30421-Oct-201112:50
mscorlib.resources.dll4.0.30319.251300,38422-Oct-201109:04
mscorlib.resources.dll4.0.30319.251300,38421-Oct-201112:22
PresentationCore.resources.dll4.0.30319.251101,74421-Oct-201112:22
PresentationFramework.resources.dll4.0.30319.251244,60821-Oct-201112:22
System.Data.resources.dll4.0.30319.251338,28022-Oct-201109:05
System.Data.resources.dll4.0.30319.251338,28021-Oct-201112:22
System.resources.dll4.0.30319.251212,83221-Oct-201112:22
WindowsBase.resources.dll4.0.30319.25179,72021-Oct-201112:23
mscorlib.resources.dll4.0.30319.251321,88822-Oct-201108:44
mscorlib.resources.dll4.0.30319.251321,88821-Oct-201112:03
PresentationCore.resources.dll4.0.30319.251109,93621-Oct-201112:04
PresentationFramework.resources.dll4.0.30319.251263,04021-Oct-201112:04
System.Data.resources.dll4.0.30319.251354,66422-Oct-201108:44
System.Data.resources.dll4.0.30319.251354,66421-Oct-201112:04
System.resources.dll4.0.30319.251227,68021-Oct-201112:04
WindowsBase.resources.dll4.0.30319.25186,37621-Oct-201112:04
mscorlib.resources.dll4.0.30319.251313,18422-Oct-201108:19
mscorlib.resources.dll4.0.30319.251313,18421-Oct-201111:41
PresentationCore.resources.dll4.0.30319.251106,35221-Oct-201111:42
PresentationFramework.resources.dll4.0.30319.251256,89621-Oct-201111:42
System.Data.resources.dll4.0.30319.251344,93622-Oct-201108:20
System.Data.resources.dll4.0.30319.251344,93621-Oct-201111:42
System.resources.dll4.0.30319.251226,14421-Oct-201111:42
WindowsBase.resources.dll4.0.30319.25184,32821-Oct-201111:42
mscorlib.resources.dll4.0.30319.251315,74422-Oct-201107:59
mscorlib.resources.dll4.0.30319.251315,74421-Oct-201111:19
PresentationCore.resources.dll4.0.30319.251106,86421-Oct-201111:20
PresentationFramework.resources.dll4.0.30319.251256,89621-Oct-201111:20
System.Data.resources.dll4.0.30319.251348,52022-Oct-201107:59
System.Data.resources.dll4.0.30319.251348,52021-Oct-201111:20
System.resources.dll4.0.30319.251226,65621-Oct-201111:19
WindowsBase.resources.dll4.0.30319.25184,84021-Oct-201111:20
mscorlib.resources.dll4.0.30319.251407,90422-Oct-201107:42
mscorlib.resources.dll4.0.30319.251407,90421-Oct-201110:37
PresentationCore.resources.dll4.0.30319.251135,02421-Oct-201110:37
PresentationFramework.resources.dll4.0.30319.251309,63221-Oct-201110:37
System.Data.resources.dll4.0.30319.251407,91222-Oct-201107:42
System.Data.resources.dll4.0.30319.251407,91221-Oct-201110:37
System.resources.dll4.0.30319.251291,16821-Oct-201110:37
WindowsBase.resources.dll4.0.30319.251107,88021-Oct-201110:38
mscorlib.resources.dll4.0.30319.251309,08822-Oct-201107:27
mscorlib.resources.dll4.0.30319.251309,08821-Oct-201109:56
PresentationCore.resources.dll4.0.30319.251103,28021-Oct-201109:56
PresentationFramework.resources.dll4.0.30319.251249,72821-Oct-201109:56
System.Data.resources.dll4.0.30319.251341,35222-Oct-201107:27
System.Data.resources.dll4.0.30319.251341,35221-Oct-201109:56
System.resources.dll4.0.30319.251217,44021-Oct-201109:56
WindowsBase.resources.dll4.0.30319.25181,25621-Oct-201109:57
mscorlib.resources.dll4.0.30319.251306,52822-Oct-201107:03
mscorlib.resources.dll4.0.30319.251306,52821-Oct-201109:27
PresentationCore.resources.dll4.0.30319.251104,30421-Oct-201109:27
PresentationFramework.resources.dll4.0.30319.251250,24021-Oct-201109:27
System.Data.resources.dll4.0.30319.251342,37622-Oct-201107:03
System.Data.resources.dll4.0.30319.251342,37621-Oct-201109:27
System.resources.dll4.0.30319.251218,97621-Oct-201109:27
WindowsBase.resources.dll4.0.30319.25180,74421-Oct-201109:28

↑ Back to the top


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 for other considerations.

↑ Back to the top


Keywords: kbqfe, atdownload, kbexpertiseadvanced, kbsurveynew, kbfix, KB2599651

↑ Back to the top

Article Info
Article ID : 2599651
Revision : 5
Created on : 6/7/2012
Published on : 6/7/2012
Exists online : False
Views : 946