The fourth generation of the .NET Framework platform

.NET Framework (4)

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe
Download .NET Framework 4.7

.NET Framework 4.7

  -  58.73 MB  -  Freeware
  • Latest Version

    .NET Framework 4.8.1

  • Operating System

    Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64

  • User Rating

    Click to vote
  • Author / Product

    Microsoft Corporation / External Link

  • Filename

    NDP47-KB3186497-x86-x64-AllOS-ENU.exe

  • MD5 Checksum

    b59040e489bff55433508438627d11e6

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system. Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of .NET Framework 4.7.


For those interested in downloading the most recent release of .NET Framework (4) or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • .NET Framework 4.7 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

What's new in this version:

- .NET Framework 4.7 contains dozens of bug fixes and improvements. This list details those changes, grouped by feature area. Each change includes our TFS bug numbers at the end of the line. Please include those numbers in your communication if you wish to contact us to obtain more information.

CLR:
- Fixed buffer overflows with large manifests in EventSource.
- If a COM interface contain setter only indexed property, Tlbimp will generate incorrect setter property metadata.
- Implemented IEnumerator in EventPayload (EventSource).
- JIT performance improvements
- Improved performance of creating large numbers of TaskSchedulers when a debugger isn't attached.
- EventSourceIndex method is now public.
- Support for ToEventKeywords() method instead of working with keywords directly.
- Fixed NGen Task to respect battery saver setting.
- Fixed a bug where null paths would not throw ArgumentNullException.
- Added the case of Wrong machine code generated by RyuJIT on AVX2-capable CPU to the list of instructions that have this characteristic.
- Implemented flexibility in specifying Server GC resource consumption.

BCL:
- Opening a cryptographic key with CspParameters.ParentWindowHandle set to this.Handle will now correctly make any PIN or password prompt be modal to the current window
- Added ValueTuple types to support C# 7.0 and VB 15 tuples
- Added Name property to Regex.Group.
- Fixed InvalidPath exception when using FileIOPermissions with device syntax (?),
- ECDsa and ECDiffieHellman can now import and export key parameters (all OSes) as well as represent points over an expanded set of curves (Win10).
- Fixed an issue in SerialPort where unplugging the device during execution could cause a memory leak in the SerialStream class.
- Improved support of RSA decryption with hardware keys

Networking:
- ServicePointManager.SecurityProtocol will default to a new value: SystemDefault which allows applications to use the underlying operating system TLS version selection defaults. New SslStreamAuthenticateAs APIs allow applications to omit the SslProtocols parameter and use the system default. New HashAlgorithmType enum members.
- Added support for the TLS Alert Protocol
- Updated HttpListener to handle improvements to the token binding protocol.
- Fixed pointer offset calculation in HttpListener for token binding struct.

ASP.NET:
- Allows for extensibility of the cache providers that could allow them to operate on new services with less overhead from memory usage.
- Introduced a new config parameter 'timeoutUnit' for ActiveDirectoryMembershipProvider that can be used to indicate the 'clientSearchTimeout' and 'serverSearchTimeout' values. These should be interpreted as Days/Hours/Minutes/Seconds/Milliseconds. If not specified, the default is Minutes, as was the previous behavior.
- Customer will see a warning in the windows event log if they have specified to use unsecured password formats in their web application.
- Fixed assignment issue with max-age value for OutputCache.
- Fixed an issue with exception handling for custom membership provider scenario.

WPF:
- WPF now uses PrintDocumentPackageTarget instead of the deprecated XpsPrint API.
- Fixed crash in WPF when typing in text with specific language input
- The escape sequences have been unescaped in the URLs while converting from XAML to RTF.
- Fixed crash in DocumentView when receiving input from IMEs.
- Fixed ribbon crash when Alt + accelerator key is pressed to display the submenu.
- Previously, large amounts of connects and disconnects of tablet/stylus devices could result in WPF losing all touch support except for promoted mouse messages. This was due to a reference counting issue within WPF and its Windows side touch component (WISP). This change, along with the associated WISP change available in RS2, fixes this situation allowing large numbers of connects and disconnects.
- Conversion of BaselineOffset property has been added while converting from XAML to RTF and vice versa.
- Modernize touch stack
- Fixed crashes in Combobox
- Added support for alternative delimiter characters in markup.
- Fixed textbox focus issues
- Fixed out of memory issues with custom textbox.
- In some scenarios, shutting down input for a stylus/touch device (program shutdown or device disconnection) could result in a deadlock. This change alleviates that issue by fixing a timing problem with the WPF stylus/tablet initialization and shutdown code.
- In order to disable the WPF stylus/touch stack developers were previously using a private reflection mechanism. This provides a new mechanism in the form of an AppContext switch. Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport set to true will fully disable the stylus/touch stack without requiring any private reflection or other workarounds.
- Inheritable properties propagate through a new link in the visual tree, including properties declared in a Style newly enabled by the link because a DynamicResource reference now resolves.
- ImageSourceConverter.ConvertFromString now throws the correct DirectoryNotFoundException instead of NullReferenceException if called with an invalid path (only on apps targeting .NET Framework 4.7 and above)
- Fixed IOException crashes arising from Cursor.LoadFromStream, that could happen on application start.
- Fixed a deadlock arising from re-entrant COM requests while waiting for the lock protecting WPF's weak-event component.
- Scroll tracing now supports scenarios involving multiple instances of an ItemsControl with the same name, that enter and leave the visual tree dynamically.
- Some ItemsControls allow null to appear in the ItemsSource. If so, the automation for the control should allow null as well. An app that works in a normal environment should not crash in when automation is present.
- Fixed an ArgumentException arising from bindings on a non-Visual element declared in a DataGrid cell template.
- Improved Grid algorithm usages to allocate space to columns declared with *-width. For details refer to Application compatibility changes.
- Fixed crash arising from displaying certain sequences of Unicode characters deemed (by the font and by DWrite) to have negative advance width.
- Fixed a crash arising when running two instances of a process that creates multiple large packages when using System.IO.Packaging.
- When an exception interrupts a PropertyChanged or CollectionChanged notification raised on a worker thread, other such notifications continue to be processed normally.
- Fixed D3DImage memory leak.
- Fixed crashes in DataGrid with column virtualization enabled scenario.
- Improved reliability of anchored scroll scenarios.
- Support for Async and AddJob scenarios in printing.
- The content of the selected item in a TabControl is visible to UI Automation, even after changing IsEnabled (or other properties) on the TabItems.

WCF:
- Fixed a bug in SocketConnection.Read which caused the operation to hang when mixing synchronous and asynchronous calls.
- Support for CNG certificates. For details refer to Application compatibility changes.
- Support for DataContractJsonSerializer to follow ECMAScript 6 when serializing control character.
- Fixed process crash in concurrent Dictionary scenario
- Fixed a race condition on the cleanup path of WCF Tracing that caused an ObjectDisposedException.
- Enabled WCF message security configuration to use TLS1.1 or TLS1.2. For details refer to Application compatibility changes.
- Fixed a bug in OperationContext.Current which caused it to return null when called inside an OperationContextScope
- Ensure no deadlock occurs when two threads try to abort the channel.

Workflow:
- Support for propagating an activity exception as-is instead of throwing a Null Reference Exception. For details refer to Application compatibility changes.
- Previously when trying to use Visual Studio to debug XAML-based workflows on a machine with FIPS enabled, one would encounter a NullReferenceException. This has been resolved. However, in order to take advantage of this change, you will need to add the following to the App.Config file for the workflow application:
- For details refer to Application compatibility changes.
- SqlWorkflowInstanceStore database now defines Primary Key columns, allowing transactional replication.

Windows Forms:
- Fixed dialog layout for High DPI scenarios
- Enabled ClickOnce signing scenarios where certificate is identified by a cryptographic provider and private key container names.
- Docked ListBox controls will now revert to their correct size in the designer when the Dock property is changed to DockStyle.None in the property browser.
- Fixed properly scaling across dialog control elements, including control padding and sizes in High DPI scenarios.
- Fixed text clipping in localized versions of .NET SDK tool MageUI.exe.
- Fixed IndexOutOfRangeException.
- Fixed clipped buttons in WinRes.exe .Net SDK tool
- Fixed crashes in Windows Forms Designer that happened when the Windows theme was changed.
- Fixed an issue in the Windows Forms designer where under some circumstances selecting a ContextMenuStrip causes Visual Studio to crash.
- Improved reliability of ToolTip control.
- Fixed reliability issue with ShowPropertyBrowser and Controls
- Changed the background color of property grid lines to provide an 8:1 contrast ratio for high contrast themes.
- Improved reliability of the Windows Forms DataGrid control.
- Fixed control height scaling issues in DPI mode
- Fixed toolstrip scaling issues in DPI mode
- Fixed case-insensitivity issues with command line arguments in mage.exe .NET SDK tool.
- High DPI support for winforms applications via app.config file.
- Fixed for the proper placement of anchored controls.
- Fixed control text truncations issue in a Visual Studio dialog.
- Enable per-monitor scaling in DPI mode

SQL:
- Fixed TransparentNetworkIPResolution (TNIR) Connectivity issues.
- SQL Client now uses TCP as the default protocol for connections to Azure SQL Database. Previously, SQL Client tried every protocol including viz, Shared Memory, TCP, and Named Pipes to establish a connection to Azure SQL Database, which only supports TCP connections.

ClickOnce:
- Fixed store corruption in ClickOnce application.
- Added the ability to sign a manifest file via a Hardware-Security Module (HSM) to Mage.exe and MageUI.exe

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe