.NET Framework 4.5, released on 2012-08-15.
This package also includes:
Application Details:
| Version: | 4.5 |
| License: | Free to use |
| URL: | http://msdn.microsoft.com/netf... |
| Votes: | 2 |
| Latest Rating: | Gold |
| Latest Wine Version Tested: | 1.9.19 |
Maintainers: About Maintainership
What works
What does not
---
Workarounds
What was not tested
Everything else besides What works section.
Hardware tested
Graphics:
Additional Comments
Installation method: 1. Install wine-staging then open terminal in your home directory and type commands listed below: rm -fr ~/.wine export WINEARCH=win32 export WINEPREFIX="/home/USER/.wine" winecfg 1a. Replace USER with your USERNAME 1b. In winecfg set Windows version to Windows 7 2. Visit https://github.com/Winetricks/winetricks and grab winetricks from there 2a. In your home directory create folder called Winetricks 2b. Open above folder in terminal 2c. Type wget -r -c -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks then chmod +x winetricks 3. Open winetricks (type sh winetricks in terminal) and navigate to the default wineprefix -> Installation of Windows DLL or component, find dotnet45 and mark it for installation. 4. Installer will install all .NET Frameworks including 4.5 version
| Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
| Current | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Sep 28 2016 | 1.9.19 | Yes | Yes | Gold | an anonymous user | ||
| Show | Fedora 22 x86_64 | Aug 07 2015 | 1.7.49 | Yes | Yes | Gold | Anastasius Focht | ||
| Show | Ubuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu) | Aug 07 2015 | 1.7.45 | Yes | Yes | Bronze | an anonymous user | ||
| Show | Ubuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu) | Jun 24 2014 | 1.6.2 | Yes | Yes | Silver | Jonah Aragon | ||
| Show | Ubuntu 13.04 "Raring" amd64 (+ variants like Kubuntu) | Oct 13 2013 | 1.7.4 | Yes | Yes | Silver | Xylemon |
| Bug # | Description | Status | Resolution | Other apps affected |
| 26757 | Wine can't install ".msu" files. Needed for IE8/Vista, .Net 4, IE10/Win7 | STAGED | View | |
| 30076 | .NET Framework 4.x with WinVer setting "Windows 7" spams terminal with "LocaleNameToLCID/LCIDToLocaleName unsupported flags 8000000" (LOCALE_ALLOW_NEUTRAL_NAMES) | STAGED | View | |
| 32323 | Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF apps require either Arial or Verdana to be installed | STAGED | View | |
| 37781 | Multiple Microsoft Redistributable/Component installers running in Windows 7 mode need dummy Windows Update Service (MS .NET Framework 4.5, MS VC++ 2015 Redist) | STAGED | View |
Make sure you operate on a clean 32-bit WINEPREFIX (~/.wine)!
Installation by using 'winetricks' script
Use this option for easy installation of .NET 4.5.2 Framework. Winetricks will take care of all needed installation prerequisites and work around some problems.
$ wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
$ bash winetricks dotnet452 corefonts
For a fully silent install (no gui) use following command:
Make sure you operate on a clean 32-bit WINEPREFIX (~/.wine)!
Installation by using 'winetricks' script
Use this option for easy installation of .NET 4.5 Framework. Winetricks will take care of all needed installation prerequisites and work around some problems.
$ wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
$ bash winetricks dotnet45 corefonts
For a fully silent install (no gui) use following command:
Mono (free alternative .NET Implementation) and Microsoft .NET Framework don't mix well in same WINEPREFIX.
If you intend to manually install .NET Frameworks make sure you removed any previous install of 'MONO' package from WINEPREFIX before.
You don't need this step if you use 'winetricks' to install Microsoft .NET Frameworks.
To verify .NET Framework installation(s) in WINEPREFIX you can use the .NET Framework Setup Verification Tool from Aaron Stebner (Microsoft) which checks for proper installation of .NET assemblies and registry entries.
Website and download here
Select the .NET Framework you want to verify and evaluate the log file manually if verification failed.
When you start a Microsoft .NET Framework application, a shim program determines which version of the common language runtime (CLR) to load, loads it, and starts the application. If the shim encounters an error (for example, if it can't find a compatible version of the .NET Framework on the computer), it displays an error message with instructions.
Most likely you have a .NET 2.0 or .NET 3.x application here. You need to install .NET Framework 3.5 (includes .NET 2.0 and 3.0) to run these.
Please follow HOWTO.
If a .NET application exits with the following message in console:
Some of Wine's truetype fonts are still not in shape of being a complete replacement for Windows ones, causing errors.
You must use 'winetricks corefonts' recipe to work around this problem!
If a .NET application exits with the following message in console:
You are missing the samba/winbind component which is essential for certain Wine functionality.
Please install winbind with your distribution package manager!
Don't try to run .NET 4.5.x Framework installers directly. This will not work!
Although the .NET Framework 4.0 part is included in .NET Framework 4.5 update, some files won't be installed due to bug 30074.
For example mscoree.dll lives in Windows6.1-KB958488-v6001-x86.msu which is processed by Windows Update Service - WUSA.
URL_ParseUrl FIXME messages on console when running/installing .NET apps are harmless and can be safely ignored. Example console output:
Never run wine as root (su, sudo)! Wine doesn't require to be run as root!
You will screw your WINEPREFIX and possibly other things up. If you have run Wine as root you need to:
and then run winecfg to set Wine folder structure back up. If you used winetricks script as root you might also need to:
Again: Just run wine as regular user and all should be fine.