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

This article describes a General Distribution Release (GDR) update for the Microsoft .NET Framework 4. This update includes all the previous update packages in Microsoft Knowledge Base articles that are listed in the "Update replacement information" section.

This update also resolves some issues that were not documented in a previously released Knowledge Base article. For more information about these issues, see the "More information" section.

How to obtain this update

The following file is available for download from the Microsoft Download Center:

DownloadDownload the Microsoft .NET Framework 4 package now.

Microsoft scanned this file for viruses, using 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 it.

0x643" error code occurs when you install this update

To resolve the .NET Framework update installation error, see other methods in the following Knowledge Base article:

976982 .NET Framework update installation error: "0x80070643" or "0x643"

Issues that are resolved in this update

Issues that this update rollup package resolves are as follows.

Issue 1

Consider the following scenario:

  • You create a Visual Studio 2010-based add-in application. The add-in application enumerates several projects by using a background thread.

  • You run an instance of Microsoft Visual Studio 2010 and the add-in application.

  • Garbage collection runs.

In this scenario, the instance of Visual Studio 2010 may crash.

Issue 2
Consider the following scenario:

  • You develop a .NET Framework 4-based add-in application for Microsoft Office Excel.

  • You run the add-in application, and then the Application.WorkbookBeforeSave event occurs.

In this scenario, the SaveAsUI parameter in this event is always set to the TRUE value.

Issue 3 If the focus is set to a window of a Visual Studio 2010-based application when the computer enters sleep mode, a memory leak occurs when the computer resumes from sleep mode.

Issue 4 When a .NET Framework 4-based Windows Presentation Foundation (WPF) application tries to load some text from a .ttf file, the text is displayed incorrectly. Additionally, an access violation occurs, and then the application crashes.

Note The stack trace resembles the following:

06bdeafc 71086dd5 dwrite!TrueTypeRasterizer::Implementation::ReleaseSfntFragment()+0x1f
06bdeb5c 7108d327 dwrite!sfac_GetSbitBitmap()+0x428
06bdec10 7108d4d8 dwrite!GetSbitComponent()+0xb5

Issue 5 When you perform a touch manipulation in a .NET Framework 4-based WPF application on a multitouch screen, the application crashes, or the *.vshost.exe process crashes. For example, the application crashes when you try to scroll up or to scroll down.

Issue 6 When you try to select multiple items in the Pending Changes window in Visual Studio 2010, the Visual Studio IDE disappears, and a Dr. Watson error is not generated.

Issue 7 Consider the following scenario:

  • You run Visual Studio 2010 on a 64-bit operating system.

  • You debug an application.

  • You enable the managed debugging assistants (MDA).

  • You try to close the application in the IDE.

In this scenario, the raceOnRCWCleanup MDA incorrectly runs.

Issue 8 When you scroll in a .NET Framework 4-based WPF application while the text in a tab control is being formatted, the application runs slowly.

Issue 9 When you try to host a webpage that has the targetFramework property set as the .NET Framework on a Server Core, you receive the following error message:

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" />
Line 5: </system.web>Line 6: </configuration>

Issue 10 Symptom

Consider the following scenario:

  • You create a Visual Studio 2010 application that contains a Dataset database.

  • You drop some tables from Dataset Designer.

  • You check the order of the tables in Dataset Designer.

In this scenario, the tables are sorted incorrectly.

Cause

This issue occurs because of an error in the TableAdapterManager class in Visual Studio 2010.

Issue 11 When a client requests the RESTful web service in an .asmx or a .svc file by using the ASP.NET pipeline and by using the extension-less URL handling, the state of the request might incorrectly change.

Issue 12 In the .NET Framework 4, the Application_Start and PreAppStart methods do not have access to the HttpUtility.HtmlEncode method and to the related APIs.

Issue 13 When you try to run a Microsoft Visual C# or Microsoft Visual Basic application, the application does not run if an Entity Data Model (EDM) references a database project. Additionally, the debugging features of the application do not work.

Issue 14 When you use SQL providers, the following issues occur:

  • An exception is thrown on the garbage collection thread.

  • A Dr. Watson error occurs, and you receive an error message that resembles the following:

    Application: webdev.webserver20.exe

    Blamed Symbol:

    SYSTEM.DATA.NI.DLL!System.Data.ProviderBase.DbConnectionInternal.PrePush

    Exception code: system.invalidoperationexception

    Event Sub type: Clr20r3

  • The w3wp.exe process crashes.

    Note The w3wp.exe process is a web-hosting process.

Issue 15 Symptom

The SqlDataSource class does not support a parameter that is used to access data in a Microsoft SQL Server Compact Edition database.

Cause

This issue occurs because Microsoft SQL Server Compact Edition cannot support a parameter in the SqlDataSource class.

Issue 16 Symptom

When you try to run an ASP.NET webpage, you receive the following error message:

HttpContext.User is supposed to be a MyWindowsPrincipal.

Cause

The issue occurs because the Extensionless URL handler passes the parent IHttpUser interface to the child requests. Therefore, the child requests skip the authentication process.

Issue 17 Consider the following scenario:

  • You have a Visual Studio 2010-based project that has an Entity Data Model (EDM). The EDM references a database that is of medium or large size. For example, the database contains 500 tables.

  • You try to reverse-engineer the tables.

In this scenario, reverse-engineering the tables requires a long time. For example, reverse-engineering 500 tables requires 14 minutes.

Issue 18 Consider the following scenario:

  • You install Visual Studio 2010 Service Pack 1 (SP1) Beta on a computer that is running Internet Information Services (IIS) 6.0.

  • You set the isolation mode to IIS 5.0.

  • You host a webpage in IIS 6.0.

In this scenario, you receive the following error message when you try to access the webpage:

503 - Service unavailable.

Issue 19 After you install a hotfix package that applies the .NET Framework 4, all services that are hosted on Windows Process Activation Services (also known as WAS) may be turned off. Additionally, the services cannot be restarted until you restart the computer. An example of a service is a WAS-hosted Windows Communication Foundation (WCF) service.

The following are the affected activation services:

  • Non-HTTP Activation

    • Message Queuing Activation

    • Named Pipes Activation

    • TCP Activation

  • TCP Port Sharing

Issue 20 Consider the following scenario:

  • You have an ASP.NET website that contains a WCF service. The website targets an earlier version of the .NET Framework 4.

  • You do not click to select the Allow this precompiled site to be updatable check box in the Publish Web Site wizard in Visual Studio 2010.

  • You publish the website.

  • A client tries to access the WCF service.

In this scenario, the WCF service does not respond to the client request. Additionally, the .svc.compile file incorrectly references the .NET Framework 4.

Note The .svc.compile file is generated by the publishing process.

Issue 21 Consider the following scenario:

  • You bind the Windows.AutoHide command to a keyboard shortcut.

  • You focus on a toggled tool window in Visual Studio 2010. For example, the focus is located on the Solution Explorer window.

  • You press the keyboard shortcut.

In this scenario, the window hides. However, when you press the key again, the window does not return as toggled.

Issue 22 When you use Visual Studio 2010 to debug an application, many verbose messages that resemble the following are shown in the Output window:

*** HR originated: -2147024774

*** Source File: d:\iso_whid\x86fre\base\isolation\com\copyout.cpp, line 1302 

*** HR propagated: -2147024774

*** Source File: d:\iso_whid\x86fre\base\isolation\com\enumidentityattribute.cpp, line 144

Issue 23 Assume that you build a web application on a computer and then publish the application on a different computer. When you use Visual Studio 2010 to attach the application, managed methods cannot be shown because of missing symbols for assemblies.

This problem occurs because the .pdb file that contains the information about symbols is not copied from the bin folder to the shadow copy folder.

Issue 24 You use the My namespace in a Visual Basic project. When you add an explicit reference to the Microsoft.VisualBasic.dll component to the project, the My namespace cannot work correctly. For example, you may receive the following error message:

'Application' is not a member of 'My'.

Issue 25 When you install an ASP.NET 4.0 hotfix, the aspnet_regiis –iru command is triggered. Then, some ASP.NET registry keys are removed.

Issue 26 When you request an .xap file through the Cassini in Visual Studio 2010, the MIME type of the returned response is "application/octet-stream" instead of the expected "application/x-silverlight-app."

Issue 27 In the Visual Studio 2010 IDE, you attach the debugger to a sqlservr.exe process. You set a breakpoint at a managed SQL function or at a managed stored procedure. The symbol file is loaded correctly, and a solid red dot appears. However, Visual Studio does not break at the breakpoint.

Issue 28
You run a Visual Basic application that contains a Visual Basic Core assembly on an operating system that does not have the Visual Basic runtime. If the application contains a SyncLock statement on a variable of type Object, you may receive an error message that resembles the following:

error BC35000: Requested operation is not available because the runtime library function 'Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.CheckForSyncLockOnValueType' is not defined.

Issue 29 If you run a Visual Basic application that contains a Visual Basic core, the code that uses constants in the Microsoft.VisualBasic.Constants class cannot run correctly. For example, you may receive the following error message when the code is executed:

error BC30059: Constant expression is required.

This problem occurs because the constants are embedded as normal fields instead of as constant fields.

Issue 30 You deploy a .NET Framework 4-based ASP.NET website in a legacy Code Access Security (CAS) mode. You configure the website with a partial trust. When you try to request this website, you may receive the following error message:

[SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=<Token ID>’ failed.]

Issue 31 You install the security update that is described in KB974417 when directories in the GAC folder, including the System.EnterpriseServices.dll assembly, are locked or the assembly is being used. In this scenario, the security update installation fails, and the computer becomes corrupted.

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

2260913 FIX: Updating the .NET Framework may fail and some files in the GAC may be deleted

Issue 32 Some unrestricted asserts from ASP.NET types may bring a risk that a partial-trust user can be elevated as a full-trust user.

Issue 33 The simplified web application paradigm that is called Plan 9 MVC is released more frequently than ASP.NET. However, beginning with version 2, versions are not set as full trust. Therefore, many features that require full trust cannot work correctly.

This update sets the versions of Plan 9 later than version 2 to fully trust.

Issue 34
A constant in a device-level enumeration type in source code differs from that in the specification.

The update keeps the constant in a consistent way.

Issue 35 When you install the security update that is described in the following Knowledge Base article, a Windows Communication Foundation (WCF) service is forcibly closed by the remote host. This problem occurs when the trust level is set to High or to Medium in the Web.config file of the WCF service.

2449742 MS11-NNN: Description of the security update for the Microsoft .NET Framework 2.0 Service Pack 2 and Microsoft .NET Framework 3.5 Service Pack 1 on Windows Vista SP2 and Windows Server 2008 SP2: February 8, 2011

Features that this update rollup package introduces This update rollup package introduces the following features that are related to the .NET Framework 4.

Feature 1 This update rollup enables ASP.NET to support multiple IIS configuration systems in a design mode. Therefore, Visual Studio Web Designer supports IIS Express. Additionally, Visual Studio Web Designer lets different Visual Studio Solution projects target different versions of IIS.

Feature 2 When a shadow cache assembly that is turned into a symbolic link to the same file is validated, the size of the assembly is not checked. Therefore, ASP.NET uses Optimization for Shared Web Hosting.

Feature 3 New syntax lets you define a TextBox control that is HTML5 compatible. For example, the following code defines a TextBox control that is HTML5 compatible:

<asp:TextBox runat="server" type="some-HTML5-type" />

Feature 4 A new switch has been added for the Visual Basic compiler that allows libraries to remove their dependency on the Visual Basic runtime. In earlier versions of the .NET Framework, all Visual Basic applications automatically had a runtime dependency added. The dependency was with the Visual Basic Runtime library file, Microsoft.VisualBasic.dll. With this update, a command-line option can be set to remove this dependency. Some functionality of the Visual Basic Runtime is embedded in the application, and other functionality is no longer available when the switch is set.

Feature 5

Changes to the support portable libraries. These changes include API updates and binder modifications. This update enables the CLR to bind successfully to portable libraries so that a single DLL can run on the .NET Framework 4, on Silverlight, on Xbox, or on the Windows Phone. This update adds public Silverlight APIs to the .NET Framework 4 in the same location. The API signatures will remain consistent across the platform. All modifications are 100 percent compatible and will not break any existing code.

More Information

Prerequisites for this update The following list contains the prerequisites for the update:

  • To apply this update, you must have the .NET Framework 4 or the .NET Framework 4 Client Profile installed.

  • To install this update, you must have Windows Installer 3.1 or a later version installed. To obtain the latest version of Windows Installer, visit the following Microsoft website:

    Download Windows Installer 4.5 Redistributable

Command-line switches for this update For information about the various command-line switches that are supported by this update, see the following Windows Installer command-line switches document:

227091 Command-Line Switches for the Microsoft Windows Installer Tool
For more information about Windows Installer, visit the following Microsoft Developer Network (MSDN) website:

About Windows Installer

Restart requirement This update does not require a system restart after you apply the update unless the files that are being updated are locked or are being used. However, this update restarts all Internet Information Services (IIS)-related services when you install this update.

Update replacement information This update replaces the following hotfixes:

2183292 FIX: "Failure sending mail" error message when you send an email message by using a .NET Framework 4-based application that uses the "System.Net.Mail.SmtpClient" class if the email attachment is larger than 3 MB

2413613 A shortcut menu may appear far away from the mouse pointer when you run a Windows Presentation Foundation application that is based on the .NET Framework 4

2298853 FIX: Visual Studio 2010 error: "Error 1 error MSB4014: The build stopped unexpectedly because of an internal failure"

2461678 A .NET Framework 4-based WPF application crashes if the source object of a data binding in a control is an element that is defined outside the name scope of the control
 

Update detection information
  The v2 package of this Knowledge Base article creates the same detection keys as the v1 package. This is a known issue for this update. If your application has a dependency on the v2 version of this update, you can check the following registry subkeys, based on the .NET Framework 4 Profile that is installed on your computer. You can then determine whether the v2 version of the KB2468871 update is installed on your computer.

To do this, follow these steps:

  1. Click Start, click Run, type regedit, and then press ENTER.

  2. Locate, and then click one of the following registry subkeys, as appropriate for your operating system and architecture:

    • For all supported x86-based versions of Windows, examine one of the following subkeys:

      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Microsoft .NET Framework 4 Client Profile\KB2468871\

      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Microsoft .NET Framework 4 Extended\KB2468871\
       

    • For all supported x64-based versions of Windows, examine one of the following subkeys:

      HKEY_LOCAL_MACHINE\SOFTWARE\wow6432node\Microsoft\Updates\Microsoft .NET Framework 4 Client Profile\KB2468871\
       

      HKEY_LOCAL_MACHINE\SOFTWARE\wow6432node\Microsoft\Updates\Microsoft .NET Framework 4 Extended\KB2468871\

       

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 the GDR branch of the .NET Framework 4

For Microsoft .NET Framework 4 x86-edtions:

File name

File version

File size

Date

Time

Platform

Aspnet_compiler.exe

4.0.30319.233

30,048

06-Apr-2011

23:16

x86

Aspnet_wp.exe

4.0.30319.233

32,592

06-Apr-2011

23:16

x86

Clr.dll

4.0.30319.233

6,735,176

06-Apr-2011

23:48

x86

Clrjit.dll

4.0.30319.233

385,864

06-Apr-2011

23:48

x86

Microsoft.build.tasks.v4.0.dll

4.0.30319.233

1,069,936

06-Apr-2011

23:16

x86

Microsoft.csharp.targets

Not Applicable

13,031

22-Mar-2011

11:17

Not Applicable

Microsoft.data.entity.build.tasks.dll

4.0.30319.233

39,808

06-Apr-2011

23:16

x86

Microsoft.visualbasic.targets

Not Applicable

13,630

22-Mar-2011

11:17

Not Applicable

Microsoft_build_commontypes.xsd

Not Applicable

195,804

22-Mar-2011

11:17

Not Applicable

Mscordacwks.dll

4.0.30319.233

1,142,104

06-Apr-2011

23:48

x86

Mscordbi.dll

4.0.30319.233

955,728

06-Apr-2011

23:48

x86

Mscorlib.dll

4.0.30319.233

5,197,648

06-Apr-2011

23:48

x86

Nlssorting.dll

4.0.30319.233

56,656

06-Apr-2011

23:48

x86

Presentationcore.dll

4.0.30319.233

3,788,128

06-Apr-2011

23:48

x86

Presentationframework.dll

4.0.30319.233

6,428,520

06-Apr-2011

23:48

x86

Servicemodelreg.exe

4.0.30319.233

191,840

06-Apr-2011

23:48

x86

Sos.dll

4.0.30319.233

517,448

06-Apr-2011

23:48

x86

System.core.dll

4.0.30319.233

1,354,584

06-Apr-2011

23:48

x86

System.data.entity.design.dll

4.0.30319.233

810,352

06-Apr-2011

23:16

x86

System.dll

4.0.30319.233

3,510,600

06-Apr-2011

23:48

x86

System.net.dll

4.0.30319.233

236,880

06-Apr-2011

23:48

x86

System.servicemodel.activation.dll

4.0.30319.233

175,992

06-Apr-2011

23:16

x86

System.servicemodel.dll

4.0.30319.233

6,097,256

06-Apr-2011

23:48

x86

System.servicemodel.web.dll

4.0.30319.233

326,000

06-Apr-2011

23:16

x86

System.web.extensions.dll

4.0.30319.233

1,862,504

06-Apr-2011

23:16

x86

System.xml.serialization.dll

4.0.30319.233

11,120

06-Apr-2011

23:48

x86

System_design.dll

4.0.30319.233

5,097,304

06-Apr-2011

23:16

x86

System_web.dll

4.0.30319.233

5,226,832

06-Apr-2011

23:16

x86

System_xml.dll

4.0.30319.233

2,207,568

06-Apr-2011

23:48

x86

Webengine.dll

4.0.30319.233

14,160

06-Apr-2011

23:16

x86

Webengine4.dll

4.0.30319.233

495,440

06-Apr-2011

23:16

x86

Windowsbase.dll

4.0.30319.233

1,368,920

06-Apr-2011

23:48

x86

Wpfgfx.dll

4.0.30319.233

1,663,320

06-Apr-2011

23:48

x86

Wpftxt.dll

4.0.30319.233

916,312

06-Apr-2011

23:48

x86

_023.vbc.exe

10.0.30319.233

2,261,832

06-Apr-2011

23:48

x86

For Microsoft .NET Framework 4 x64-editions:

File name

File version

File size

Date

Time

Platform

Aspnet_compiler.exe

4.0.30319.233

29,024

07-Apr-2011

00:26

x64

Aspnet_wp.exe

4.0.30319.233

40,784

07-Apr-2011

00:26

x64

Clr.dll

4.0.30319.233

9,800,008

07-Apr-2011

00:45

x64

Microsoft.build.tasks.v4.0.dll

4.0.30319.233

1,069,936

06-Apr-2011

23:16

x86

Microsoft.data.entity.build.tasks.dll

4.0.30319.233

39,808

06-Apr-2011

23:16

x86

Microsoft_build_commontypes.xsd

Not Applicable

195,804

04-Mar-2011

05:18

Not Applicable

Mscordacwks.dll

4.0.30319.233

1,513,816

07-Apr-2011

00:45

x64

Mscordbi.dll

4.0.30319.233

1,453,392

07-Apr-2011

00:45

x64

Mscorlib.dll

4.0.30319.233

4,967,248

07-Apr-2011

00:45

x64

Nlssorting.dll

4.0.30319.233

67,920

07-Apr-2011

00:45

x64

Presentationcore.dll

4.0.30319.233

3,824,480

07-Apr-2011

00:45

x64

Presentationframework.dll

4.0.30319.233

6,428,520

06-Apr-2011

23:48

x86

Servicemodelreg.exe

4.0.30319.233

260,448

07-Apr-2011

00:45

x64

Sos.dll

4.0.30319.233

597,832

07-Apr-2011

00:45

x64

System.core.dll

4.0.30319.233

1,354,584

06-Apr-2011

23:48

x86

System.data.entity.design.dll

4.0.30319.233

810,352

06-Apr-2011

23:16

x86

System.dll

4.0.30319.233

3,510,600

06-Apr-2011

23:48

x86

System.net.dll

4.0.30319.233

236,880

06-Apr-2011

23:48

x86

System.servicemodel.activation.dll

4.0.30319.233

175,992

06-Apr-2011

23:16

x86

System.servicemodel.dll

4.0.30319.233

6,097,256

06-Apr-2011

23:48

x86

System.servicemodel.web.dll

4.0.30319.233

326,000

06-Apr-2011

23:16

x86

System.web.extensions.dll

4.0.30319.233

1,862,504

06-Apr-2011

23:16

x86

System.xml.serialization.dll

4.0.30319.233

11,120

06-Apr-2011

23:48

x86

System_design.dll

4.0.30319.233

5,097,304

06-Apr-2011

23:16

x86

System_web.dll

4.0.30319.233

5,196,112

07-Apr-2011

00:26

x64

System_xml.dll

4.0.30319.233

2,207,568

06-Apr-2011

23:48

x86

Webengine.dll

4.0.30319.233

15,696

07-Apr-2011

00:26

x64

Webengine4.dll

4.0.30319.233

720,720

07-Apr-2011

00:26

x64

Windowsbase.dll

4.0.30319.233

1,368,920

06-Apr-2011

23:48

x86

Wpfgfx.dll

4.0.30319.233

2,153,816

07-Apr-2011

00:45

x64

Wpftxt.dll

4.0.30319.233

1,221,464

07-Apr-2011

00:45

x64

_023.vbc.exe

10.0.30319.233

3,235,656

07-Apr-2011

00:45

x64

Aspnet_compiler.exe

4.0.30319.233

30,048

06-Apr-2011

23:16

x86

Aspnet_wp.exe

4.0.30319.233

32,592

06-Apr-2011

23:16

x86

Clr.dll

4.0.30319.233

6,735,176

06-Apr-2011

23:48

x86

Clrjit.dll

4.0.30319.233

385,864

06-Apr-2011

23:48

x86

Microsoft.build.tasks.v4.0.dll

4.0.30319.233

1,069,936

06-Apr-2011

23:16

x86

Microsoft.csharp.targets

Not Applicable

13,031

22-Mar-2011

11:17

Not Applicable

Microsoft.data.entity.build.tasks.dll

4.0.30319.233

39,808

06-Apr-2011

23:16

x86

Microsoft.visualbasic.targets

Not Applicable

13,630

22-Mar-2011

11:17

Not Applicable

Microsoft_build_commontypes.xsd

Not Applicable

195,804

04-Mar-2011

05:18

Not Applicable

Mscordacwks.dll

4.0.30319.233

1,142,104

06-Apr-2011

23:48

x86

Mscordbi.dll

4.0.30319.233

955,728

06-Apr-2011

23:48

x86

Mscorlib.dll

4.0.30319.233

5,197,648

06-Apr-2011

23:48

x86

Nlssorting.dll

4.0.30319.233

56,656

06-Apr-2011

23:48

x86

Presentationcore.dll

4.0.30319.233

3,788,128

06-Apr-2011

23:48

x86

Presentationframework.dll

4.0.30319.233

6,428,520

06-Apr-2011

23:48

x86

Servicemodelreg.exe

4.0.30319.233

191,840

06-Apr-2011

23:48

x86

Sos.dll

4.0.30319.233

517,448

06-Apr-2011

23:48

x86

System.core.dll

4.0.30319.233

1,354,584

06-Apr-2011

23:48

x86

System.data.entity.design.dll

4.0.30319.233

810,352

06-Apr-2011

23:16

x86

System.dll

4.0.30319.233

3,510,600

06-Apr-2011

23:48

x86

System.net.dll

4.0.30319.233

236,880

06-Apr-2011

23:48

x86

System.servicemodel.activation.dll

4.0.30319.233

175,992

06-Apr-2011

23:16

x86

System.servicemodel.dll

4.0.30319.233

6,097,256

06-Apr-2011

23:48

x86

System.servicemodel.web.dll

4.0.30319.233

326,000

06-Apr-2011

23:16

x86

System.web.extensions.dll

4.0.30319.233

1,862,504

06-Apr-2011

23:16

x86

System.xml.serialization.dll

4.0.30319.233

11,120

06-Apr-2011

23:48

x86

System_design.dll

4.0.30319.233

5,097,304

06-Apr-2011

23:16

x86

System_web.dll

4.0.30319.233

5,226,832

06-Apr-2011

23:16

x86

System_xml.dll

4.0.30319.233

2,207,568

06-Apr-2011

23:48

x86

Webengine.dll

4.0.30319.233

14,160

06-Apr-2011

23:16

x86

Webengine4.dll

4.0.30319.233

495,440

06-Apr-2011

23:16

x86

Windowsbase.dll

4.0.30319.233

1,368,920

06-Apr-2011

23:48

x86

Wpfgfx.dll

4.0.30319.233

1,663,320

06-Apr-2011

23:48

x86

Wpftxt.dll

4.0.30319.233

916,312

06-Apr-2011

23:48

x86

_023.vbc.exe

10.0.30319.233

2,261,832

06-Apr-2011

23:48

x86

For Microsoft .NET Framework 4 IA-64-edtions:

File name

File version

File size

Date

Time

Platform

Aspnet_compiler.exe

4.0.30319.233

29,024

07-Apr-2011

01:26

IA-64

Aspnet_wp.exe

4.0.30319.233

80,208

07-Apr-2011

01:26

IA-64

Clr.dll

4.0.30319.233

19,388,232

07-Apr-2011

01:48

IA-64

Microsoft.build.tasks.v4.0.dll

4.0.30319.233

1,069,936

06-Apr-2011

23:16

x86

Microsoft.data.entity.build.tasks.dll

4.0.30319.233

39,808

06-Apr-2011

23:16

x86

Microsoft_build_commontypes.xsd

Not Applicable

195,804

22-Mar-2011

07:13

Not Applicable

Mscordacwks.dll

4.0.30319.233

3,757,400

07-Apr-2011

01:48

IA-64

Mscordbi.dll

4.0.30319.233

3,293,520

07-Apr-2011

01:48

IA-64

Mscorlib.dll

4.0.30319.233

4,466,000

07-Apr-2011

01:48

IA-64

Nlssorting.dll

4.0.30319.233

144,208

07-Apr-2011

01:48

IA-64

Servicemodelreg.exe

4.0.30319.233

543,072

07-Apr-2011

01:48

IA-64

Sos.dll

4.0.30319.233

1,203,528

07-Apr-2011

01:48

IA-64

System.data.entity.design.dll

4.0.30319.233

810,352

06-Apr-2011

23:16

x86

System.dll

4.0.30319.233

3,510,600

06-Apr-2011

23:48

x86

System.net.dll

4.0.30319.233

236,880

06-Apr-2011

23:48

x86

System.servicemodel.activation.dll

4.0.30319.233

175,992

06-Apr-2011

23:16

x86

System.servicemodel.dll

4.0.30319.233

6,097,256

06-Apr-2011

23:48

x86

System.servicemodel.web.dll

4.0.30319.233

326,000

06-Apr-2011

23:16

x86

System.web.extensions.dll

4.0.30319.233

1,862,504

06-Apr-2011

23:16

x86

System.xml.serialization.dll

4.0.30319.233

11,120

06-Apr-2011

23:48

x86

System_design.dll

4.0.30319.233

5,097,304

06-Apr-2011

23:16

x86

System_web.dll

4.0.30319.233

4,815,184

07-Apr-2011

01:26

IA-64

System_xml.dll

4.0.30319.233

2,207,568

06-Apr-2011

23:48

x86

Webengine.dll

4.0.30319.233

25,424

07-Apr-2011

01:26

IA-64

Webengine4.dll

4.0.30319.233

1,340,752

07-Apr-2011

01:26

IA-64

_023.vbc.exe

10.0.30319.233

6,428,488

07-Apr-2011

01:48

IA-64

Aspnet_compiler.exe

4.0.30319.233

30,048

06-Apr-2011

23:16

x86

Aspnet_wp.exe

4.0.30319.233

32,592

06-Apr-2011

23:16

x86

Clr.dll

4.0.30319.233

6,735,176

06-Apr-2011

23:48

x86

Clrjit.dll

4.0.30319.233

385,864

06-Apr-2011

23:48

x86

Microsoft.build.tasks.v4.0.dll

4.0.30319.233

1,069,936

06-Apr-2011

23:16

x86

Microsoft.csharp.targets

Not Applicable

13,031

22-Mar-2011

11:17

Not Applicable

Microsoft.data.entity.build.tasks.dll

4.0.30319.233

39,808

06-Apr-2011

23:16

x86

Microsoft.visualbasic.targets

Not Applicable

13,630

22-Mar-2011

11:17

Not Applicable

Microsoft_build_commontypes.xsd

Not Applicable

195,804

22-Mar-2011

07:13

Not Applicable

Mscordacwks.dll

4.0.30319.233

1,142,104

06-Apr-2011

23:48

x86

Mscordbi.dll

4.0.30319.233

955,728

06-Apr-2011

23:48

x86

Mscorlib.dll

4.0.30319.233

5,197,648

06-Apr-2011

23:48

x86

Nlssorting.dll

4.0.30319.233

56,656

06-Apr-2011

23:48

x86

Presentationcore_x86.dll

4.0.30319.233

3,788,128

06-Apr-2011

23:48

x86

Presentationframework_x86.dll

4.0.30319.233

6,428,520

06-Apr-2011

23:48

x86

Servicemodelreg.exe

4.0.30319.233

191,840

06-Apr-2011

23:48

x86

Sos.dll

4.0.30319.233

517,448

06-Apr-2011

23:48

x86

System.core.dll

4.0.30319.233

1,354,584

06-Apr-2011

23:48

x86

System.data.entity.design.dll

4.0.30319.233

810,352

06-Apr-2011

23:16

x86

System.dll

4.0.30319.233

3,510,600

06-Apr-2011

23:48

x86

System.net.dll

4.0.30319.233

236,880

06-Apr-2011

23:48

x86

System.servicemodel.activation.dll

4.0.30319.233

175,992

06-Apr-2011

23:16

x86

System.servicemodel.dll

4.0.30319.233

6,097,256

06-Apr-2011

23:48

x86

System.servicemodel.web.dll

4.0.30319.233

326,000

06-Apr-2011

23:16

x86

System.web.extensions.dll

4.0.30319.233

1,862,504

06-Apr-2011

23:16

x86

System.xml.serialization.dll

4.0.30319.233

11,120

06-Apr-2011

23:48

x86

System_design.dll

4.0.30319.233

5,097,304

06-Apr-2011

23:16

x86

System_web.dll

4.0.30319.233

5,226,832

06-Apr-2011

23:16

x86

System_xml.dll

4.0.30319.233

2,207,568

06-Apr-2011

23:48

x86

Webengine.dll

4.0.30319.233

14,160

06-Apr-2011

23:16

x86

Webengine4.dll

4.0.30319.233

495,440

06-Apr-2011

23:16

x86

Windowsbase.dll

4.0.30319.233

1,368,920

06-Apr-2011

23:48

x86

Wpfgfx.dll

4.0.30319.233

1,663,320

06-Apr-2011

23:48

x86

Wpftxt.dll

4.0.30319.233

916,312

06-Apr-2011

23:48

x86

_023.vbc.exe

10.0.30319.233

2,261,832

06-Apr-2011

23:48

x86

For the LDR branch of the .NET Framework 4

For Microsoft .NET Framework 4 x86-edtions:

File name

File version

File size

Date

Time

Platform

Aspnet_compiler.exe

4.0.30319.450

30,048

02-Apr-2011

09:36

x86

Aspnet_wp.exe

4.0.30319.450

32,592

02-Apr-2011

09:36

x86

Clr.dll

4.0.30319.450

6,735,176

01-Apr-2011

19:26

x86

Clrjit.dll

4.0.30319.450

385,864

01-Apr-2011

19:26

x86

Microsoft.build.tasks.v4.0.dll

4.0.30319.450

1,069,936

02-Apr-2011

09:36

x86

Microsoft.csharp.targets

Not Applicable

13,031

01-Mar-2011

07:32

Not Applicable

Microsoft.data.entity.build.tasks.dll

4.0.30319.450

39,808

02-Apr-2011

09:36

x86

Microsoft.visualbasic.targets

Not Applicable

13,630

01-Mar-2011

07:32

Not Applicable

Microsoft_build_commontypes.xsd

Not Applicable

195,804

01-Mar-2011

07:32

Not Applicable

Mscordacwks.dll

4.0.30319.450

1,142,616

01-Apr-2011

19:26

x86

Mscordbi.dll

4.0.30319.450

955,216

01-Apr-2011

19:26

x86

Mscorlib.dll

4.0.30319.450

5,197,648

01-Apr-2011

19:26

x86

Nlssorting.dll

4.0.30319.450

56,144

01-Apr-2011

19:26

x86

Presentationcore.dll

4.0.30319.450

3,789,152

01-Apr-2011

19:26

x86

Presentationframework.dll

4.0.30319.450

6,431,080

01-Apr-2011

19:26

x86

Servicemodelreg.exe

4.0.30319.450

191,840

01-Apr-2011

19:26

x86

Setup.exe

10.0.30319.450

78,152

01-Apr-2011

13:13

x86

Setupengine.dll

10.0.30319.450

809,304

01-Apr-2011

13:13

x86

Setupui.dll

10.0.30319.450

295,248

01-Apr-2011

13:13

x86

Sos.dll

4.0.30319.450

516,936

01-Apr-2011

19:26

x86

System.core.dll

4.0.30319.450

1,354,584

01-Apr-2011

19:26

x86

System.data.entity.design.dll

4.0.30319.450

810,352

02-Apr-2011

09:36

x86

System.dll

4.0.30319.450

3,511,112

01-Apr-2011

19:26

x86

System.net.dll

4.0.30319.450

236,880

01-Apr-2011

19:26

x86

System.servicemodel.activation.dll

4.0.30319.450

175,992

02-Apr-2011

09:36

x86

System.servicemodel.dll

4.0.30319.450

6,100,328

01-Apr-2011

19:26

x86

System.servicemodel.web.dll

4.0.30319.450

326,000

02-Apr-2011

09:36

x86

System.web.extensions.dll

4.0.30319.450

1,862,504

02-Apr-2011

09:36

x86

System.xml.serialization.dll

4.0.30319.450

11,120

01-Apr-2011

19:26

x86

System_design.dll

4.0.30319.450

5,097,816

02-Apr-2011

09:36

x86

System_web.dll

4.0.30319.450

5,227,344

02-Apr-2011

09:36

x86

System_xml.dll

4.0.30319.450

2,207,568

01-Apr-2011

19:26

x86

Webengine.dll

4.0.30319.450

14,160

02-Apr-2011

09:36

x86

Webengine4.dll

4.0.30319.450

495,440

02-Apr-2011

09:36

x86

Windowsbase.dll

4.0.30319.450

1,371,480

01-Apr-2011

19:26

x86

Wpfgfx.dll

4.0.30319.450

1,663,320

01-Apr-2011

19:26

x86

Wpftxt.dll

4.0.30319.450

916,312

01-Apr-2011

19:26

x86

_023.vbc.exe

10.0.30319.450

2,261,320

01-Apr-2011

19:26

x86

For Microsoft .NET Framework 4 x64-edtions:

File name

File version

File size

Date

Time

Platform

Aspnet_compiler.exe

4.0.30319.450

29,024

02-Apr-2011

10:07

x64

Aspnet_wp.exe

4.0.30319.450

40,784

02-Apr-2011

10:07

x64

Clr.dll

4.0.30319.450

9,801,544

02-Apr-2011

01:52

x64

Microsoft.build.tasks.v4.0.dll

4.0.30319.450

1,069,936

02-Apr-2011

09:36

x86

Microsoft.data.entity.build.tasks.dll

4.0.30319.450

39,808

02-Apr-2011

09:36

x86

Microsoft_build_commontypes.xsd

Not Applicable

195,804

15-Feb-2011

04:30

Not Applicable

Mscordacwks.dll

4.0.30319.450

1,514,840

02-Apr-2011

01:52

x64

Mscordbi.dll

4.0.30319.450

1,453,392

02-Apr-2011

01:52

x64

Mscorlib.dll

4.0.30319.450

4,967,248

02-Apr-2011

01:52

x64

Nlssorting.dll

4.0.30319.450

67,408

02-Apr-2011

01:52

x64

Presentationcore.dll

4.0.30319.450

3,824,992

02-Apr-2011

01:52

x64

Presentationframework.dll

4.0.30319.450

6,431,080

01-Apr-2011

19:26

x86

Servicemodelreg.exe

4.0.30319.450

260,448

02-Apr-2011

01:52

x64

Sos.dll

4.0.30319.450

597,832

02-Apr-2011

01:52

x64

System.core.dll

4.0.30319.450

1,354,584

01-Apr-2011

19:26

x86

System.data.entity.design.dll

4.0.30319.450

810,352

02-Apr-2011

09:36

x86

System.dll

4.0.30319.450

3,511,112

01-Apr-2011

19:26

x86

System.net.dll

4.0.30319.450

236,880

01-Apr-2011

19:26

x86

System.servicemodel.activation.dll

4.0.30319.450

175,992

02-Apr-2011

09:36

x86

System.servicemodel.dll

4.0.30319.450

6,100,328

01-Apr-2011

19:26

x86

System.servicemodel.web.dll

4.0.30319.450

326,000

02-Apr-2011

09:36

x86

System.web.extensions.dll

4.0.30319.450

1,862,504

02-Apr-2011

09:36

x86

System.xml.serialization.dll

4.0.30319.450

11,120

01-Apr-2011

19:26

x86

System_design.dll

4.0.30319.450

5,097,816

02-Apr-2011

09:36

x86

System_web.dll

4.0.30319.450

5,196,624

02-Apr-2011

10:07

x64

System_xml.dll

4.0.30319.450

2,207,568

01-Apr-2011

19:26

x86

Webengine.dll

4.0.30319.450

15,696

02-Apr-2011

10:07

x64

Webengine4.dll

4.0.30319.450

720,720

02-Apr-2011

10:07

x64

Windowsbase.dll

4.0.30319.450

1,371,480

01-Apr-2011

19:26

x86

Wpfgfx.dll

4.0.30319.450

2,153,816

02-Apr-2011

01:52

x64

Wpftxt.dll

4.0.30319.450

1,221,464

02-Apr-2011

01:52

x64

_023.vbc.exe

10.0.30319.450

3,236,168

02-Apr-2011

01:52

x64

Aspnet_compiler.exe

4.0.30319.450

30,048

02-Apr-2011

09:36

x86

Aspnet_wp.exe

4.0.30319.450

32,592

02-Apr-2011

09:36

x86

Clr.dll

4.0.30319.450

6,735,176

01-Apr-2011

19:26

x86

Clrjit.dll

4.0.30319.450

385,864

01-Apr-2011

19:26

x86

Microsoft.build.tasks.v4.0.dll

4.0.30319.450

1,069,936

02-Apr-2011

09:36

x86

Microsoft.csharp.targets

Not Applicable

13,031

01-Mar-2011

07:32

Not Applicable

Microsoft.data.entity.build.tasks.dll

4.0.30319.450

39,808

02-Apr-2011

09:36

x86

Microsoft.visualbasic.targets

Not Applicable

13,630

01-Mar-2011

07:32

Not Applicable

Microsoft_build_commontypes.xsd

Not Applicable

195,804

15-Feb-2011

04:30

Not Applicable

Mscordacwks.dll

4.0.30319.450

1,142,616

01-Apr-2011

19:26

x86

Mscordbi.dll

4.0.30319.450

955,216

01-Apr-2011

19:26

x86

Mscorlib.dll

4.0.30319.450

5,197,648

01-Apr-2011

19:26

x86

Nlssorting.dll

4.0.30319.450

56,144

01-Apr-2011

19:26

x86

Presentationcore.dll

4.0.30319.450

3,789,152

01-Apr-2011

19:26

x86

Presentationframework.dll

4.0.30319.450

6,431,080

01-Apr-2011

19:26

x86

Servicemodelreg.exe

4.0.30319.450

191,840

01-Apr-2011

19:26

x86

Setup.exe

10.0.30319.450

78,152

01-Apr-2011

13:13

x86

Setupengine.dll

10.0.30319.450

809,304

01-Apr-2011

13:13

x86

Setupui.dll

10.0.30319.450

295,248

01-Apr-2011

13:13

x86

Sos.dll

4.0.30319.450

516,936

01-Apr-2011

19:26

x86

System.core.dll

4.0.30319.450

1,354,584

01-Apr-2011

19:26

x86

System.data.entity.design.dll

4.0.30319.450

810,352

02-Apr-2011

09:36

x86

System.dll

4.0.30319.450

3,511,112

01-Apr-2011

19:26

x86

System.net.dll

4.0.30319.450

236,880

01-Apr-2011

19:26

x86

System.servicemodel.activation.dll

4.0.30319.450

175,992

02-Apr-2011

09:36

x86

System.servicemodel.dll

4.0.30319.450

6,100,328

01-Apr-2011

19:26

x86

System.servicemodel.web.dll

4.0.30319.450

326,000

02-Apr-2011

09:36

x86

System.web.extensions.dll

4.0.30319.450

1,862,504

02-Apr-2011

09:36

x86

System.xml.serialization.dll

4.0.30319.450

11,120

01-Apr-2011

19:26

x86

System_design.dll

4.0.30319.450

5,097,816

02-Apr-2011

09:36

x86

System_web.dll

4.0.30319.450

5,227,344

02-Apr-2011

09:36

x86

System_xml.dll

4.0.30319.450

2,207,568

01-Apr-2011

19:26

x86

Webengine.dll

4.0.30319.450

14,160

02-Apr-2011

09:36

x86

Webengine4.dll

4.0.30319.450

495,440

02-Apr-2011

09:36

x86

Windowsbase.dll

4.0.30319.450

1,371,480

01-Apr-2011

19:26

x86

Wpfgfx.dll

4.0.30319.450

1,663,320

01-Apr-2011

19:26

x86

Wpftxt.dll

4.0.30319.450

916,312

01-Apr-2011

19:26

x86

_023.vbc.exe

10.0.30319.450

2,261,320

01-Apr-2011

19:26

x86

For Microsoft .NET Framework 4 IA-64-edtions

File name

File version

File size

Date

Time

Platform

Aspnet_compiler.exe

4.0.30319.450

29,024

02-Apr-2011

10:33

IA-64

Aspnet_wp.exe

4.0.30319.450

80,208

02-Apr-2011

10:33

IA-64

Clr.dll

4.0.30319.450

19,388,744

02-Apr-2011

08:22

IA-64

Microsoft.build.tasks.v4.0.dll

4.0.30319.450

1,069,936

02-Apr-2011

09:36

x86

Microsoft.data.entity.build.tasks.dll

4.0.30319.450

39,808

02-Apr-2011

09:36

x86

Microsoft_build_commontypes.xsd

Not Applicable

195,804

11-Feb-2011

22:48

Not Applicable

Mscordacwks.dll

4.0.30319.450

3,758,424

02-Apr-2011

08:22

IA-64

Mscordbi.dll

4.0.30319.450

3,293,520

02-Apr-2011

08:22

IA-64

Mscorlib.dll

4.0.30319.450

4,466,000

02-Apr-2011

08:22

IA-64

Nlssorting.dll

4.0.30319.450

143,184

02-Apr-2011

08:22

IA-64

Servicemodelreg.exe

4.0.30319.450

543,072

02-Apr-2011

08:22

IA-64

Setup.exe

10.0.30319.450

78,152

01-Apr-2011

13:13

x86

Setupengine.dll

10.0.30319.450

809,304

01-Apr-2011

13:13

x86

Setupui.dll

10.0.30319.450

295,248

01-Apr-2011

13:13

x86

Sos.dll

4.0.30319.450

1,203,016

02-Apr-2011

08:22

IA-64

System.core.dll

4.0.30319.450

1,354,584

01-Apr-2011

19:26

x86

System.data.entity.design.dll

4.0.30319.450

810,352

02-Apr-2011

09:36

x86

System.dll

4.0.30319.450

3,511,112

01-Apr-2011

19:26

x86

System.net.dll

4.0.30319.450

236,880

01-Apr-2011

19:26

x86

System.servicemodel.activation.dll

4.0.30319.450

175,992

02-Apr-2011

09:36

x86

System.servicemodel.dll

4.0.30319.450

6,100,328

01-Apr-2011

19:26

x86

System.servicemodel.web.dll

4.0.30319.450

326,000

02-Apr-2011

09:36

x86

System.web.extensions.dll

4.0.30319.450

1,862,504

02-Apr-2011

09:36

x86

System.xml.serialization.dll

4.0.30319.450

11,120

01-Apr-2011

19:26

x86

System_design.dll

4.0.30319.450

5,097,816

02-Apr-2011

09:36

x86

System_web.dll

4.0.30319.450

4,815,696

02-Apr-2011

10:33

IA-64

System_xml.dll

4.0.30319.450

2,207,568

01-Apr-2011

19:26

x86

Webengine.dll

4.0.30319.450

25,424

02-Apr-2011

10:33

IA-64

Webengine4.dll

4.0.30319.450

1,340,752

02-Apr-2011

10:33

IA-64

_023.vbc.exe

10.0.30319.450

6,429,000

02-Apr-2011

08:22

IA-64

Aspnet_compiler.exe

4.0.30319.450

30,048

02-Apr-2011

09:36

x86

Aspnet_wp.exe

4.0.30319.450

32,592

02-Apr-2011

09:36

x86

Clr.dll

4.0.30319.450

6,735,176

01-Apr-2011

19:26

x86

Clrjit.dll

4.0.30319.450

385,864

01-Apr-2011

19:26

x86

Microsoft.build.tasks.v4.0.dll

4.0.30319.450

1,069,936

02-Apr-2011

09:36

x86

Microsoft.csharp.targets

Not Applicable

13,031

01-Mar-2011

07:32

Not Applicable

Microsoft.data.entity.build.tasks.dll

4.0.30319.450

39,808

02-Apr-2011

09:36

x86

Microsoft.visualbasic.targets

Not Applicable

13,630

01-Mar-2011

07:32

Not Applicable

Microsoft_build_commontypes.xsd

Not Applicable

195,804

11-Feb-2011

22:48

Not Applicable

Mscordacwks.dll

4.0.30319.450

1,142,616

01-Apr-2011

19:26

x86

Mscordbi.dll

4.0.30319.450

955,216

01-Apr-2011

19:26

x86

Mscorlib.dll

4.0.30319.450

5,197,648

01-Apr-2011

19:26

x86

Nlssorting.dll

4.0.30319.450

56,144

01-Apr-2011

19:26

x86

Presentationcore.dll

4.0.30319.450

3,789,152

01-Apr-2011

19:26

x86

Presentationframework.dll

4.0.30319.450

6,431,080

01-Apr-2011

19:26

x86

Servicemodelreg.exe

4.0.30319.450

191,840

01-Apr-2011

19:26

x86

Sos.dll

4.0.30319.450

516,936

01-Apr-2011

19:26

x86

System.core.dll

4.0.30319.450

1,354,584

01-Apr-2011

19:26

x86

System.data.entity.design.dll

4.0.30319.450

810,352

02-Apr-2011

09:36

x86

System.dll

4.0.30319.450

3,511,112

01-Apr-2011

19:26

x86

System.net.dll

4.0.30319.450

236,880

01-Apr-2011

19:26

x86

System.servicemodel.activation.dll

4.0.30319.450

175,992

02-Apr-2011

09:36

x86

System.servicemodel.dll

4.0.30319.450

6,100,328

01-Apr-2011

19:26

x86

System.servicemodel.web.dll

4.0.30319.450

326,000

02-Apr-2011

09:36

x86

System.web.extensions.dll

4.0.30319.450

1,862,504

02-Apr-2011

09:36

x86

System.xml.serialization.dll

4.0.30319.450

11,120

01-Apr-2011

19:26

x86

System_design.dll

4.0.30319.450

5,097,816

02-Apr-2011

09:36

x86

System_web.dll

4.0.30319.450

5,227,344

02-Apr-2011

09:36

x86

System_xml.dll

4.0.30319.450

2,207,568

01-Apr-2011

19:26

x86

Webengine.dll

4.0.30319.450

14,160

02-Apr-2011

09:36

x86

Webengine4.dll

4.0.30319.450

495,440

02-Apr-2011

09:36

x86

Windowsbase.dll

4.0.30319.450

1,371,480

01-Apr-2011

19:26

x86

Wpfgfx.dll

4.0.30319.450

1,663,320

01-Apr-2011

19:26

x86

Wpftxt.dll

4.0.30319.450

916,312

01-Apr-2011

19:26

x86

_023.vbc.exe

10.0.30319.450

2,261,320

01-Apr-2011

19:26

x86

Need more help?

Want more options?

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

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

Was this information helpful?

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

Thank you for your feedback!

×