.NET Framework 4.8.1
Application Details:
Version: | 4.8.1 |
License: | Free to use |
URL: | http://msdn.microsoft.com/netf... |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 9.5-staging |
Maintainers: About Maintainership
What works
the installer will complete successfully
What does not
any program, including the installer itself will not recognize that dotnet 4.8.1 is installed after successful installer execution
Workarounds
to enable the install button on the installer you must run "wine winecfg -v win10"
What was not tested
running it, as it doesn't install or doesn't install correctly
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Fedora 40 KDE Plasma Desktop | Jun 05 2024 | 9.5-staging | No | Not installable | Yes | Garbage | Luan Vitor SimiĆ£o Oliveira | |
Show | Arch Linux x86_64 | May 18 2023 | 8.8 | No | Not installable | No | Garbage | Davin Ockerby |
Bug # | Description | Status | Resolution | Other apps affected |
Last update: 2023-06-16
To verify .NET Framework installation(s) you can use the .NET Framework Setup Verification Tool from Aaron Stebner (Microsoft) which checks for proper installation of .NET assemblies and registry entries:
$ wget 'https://web.archive.org/web/20200729095123/https://msdnshared.blob.core.windows.net/media/2018/05/netfx_setupverifier_new.zip'
$ unzip netfx_setupverifier_new.zip
$ env WINEPREFIX=$HOME/winedotnet wine ~/netfx_setupverifier.exe
Select the .NET Framework version you want to verify and evaluate the log file manually if verification failed.