.NET Framework 1.0, released on 2002-01-05.
Application Details:
Version: | 1.0 |
License: | Free to use |
URL: | http://msdn.microsoft.com/netf... |
Votes: | 1 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.7.33 |
Maintainers: About Maintainership
What works
Installation (no winetricks, can be installed manually).
What does not
n/a
Workarounds
What was not tested
n/a
Hardware tested
Graphics:
Additional Comments
the message box "unable to load mscorwks.dll" is harmless and can be dismissed
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Fedora 19 x86_64 | Dec 26 2014 | 1.7.33 | Yes | Yes | No | Gold | Anastasius Focht | |
Show | Fedora 18 x86_64 | May 25 2013 | 1.5.31 | Yes | Yes | No | Gold | Anastasius Focht | |
Show | Fedora 16 x86_64 | Dec 21 2012 | 1.5.20 | Yes | Yes | No | Gold | Anastasius Focht | |
Show | Fedora 16 x86_64 | Sep 14 2012 | 1.5.13 | Yes | Yes | No | Gold | Anastasius Focht | |
Show | Fedora 16 x86_64 | Mar 08 2012 | 1.4 | Yes | Yes | No | Gold | Anastasius Focht |
Make sure you operate on a clean 32-bit WINEPREFIX (~/.wine)!
Installation prerequisite:
If you installed alternative .NET Framework implementation MONO in WINEPREFIX you need to remove it before.
See "Mono uninstallation" HOWTO.
Installation
Use the following command to automatically extract and run the installer of .NET Framework 1.0:
Optionally install corefonts (using winetricks)
$ wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
$ bash winetricks corefonts
Install winetricks (more details here) to make easier to configure the Wine prefix:
$ sudo wget 'https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks' -O /usr/local/bin/winetricks
$ sudo chmod +x /usr/local/bin/winetricks
Installation prerequisite:
Install .NET Framework 1.0 as described in ".NET Framework 1.0 installation" HOWTO.
Installation
Run the service pack installer:
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.
This is bug 25120. You need to set "fusion" component to "native".
Either use 'winecfg' tool or start the installer as follows (if you don't use winetricks recipe):
$ WINEDLLOVERRIDES=fusion=n wine ./dotnetfx.exe
URL_ParseUrl FIXME messages on console when running/installin�g .NET apps are harmless and can be safely ignored. Example console output:
This is a limitation of original .NET Framework 1.0
The error message is shown during registration of "mscoree.dll":
$ regsvr32.exe "C:\\windows\\system32\\mscoree.dll"
.NET Framework uses win32 API "GlobalMemoryStatus" to query for memory address space layout/constraints.