WineHQ

.NET Framework

.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

Free Download Microsoft .NET Framework 1.0 Redistributable Free Download Microsoft .NET Framework 1.0 Service Pack 3 Redistributable

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Installation (no winetricks, can be installed manually).

What does not

n/a

Workarounds

What was not tested

n/a

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

the message box "unable to load mscorwks.dll" is harmless and can be dismissed

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowFedora 19 x86_64Dec 26 20141.7.33Yes Yes NoGoldAnastasius Focht 
ShowFedora 18 x86_64May 25 20131.5.31Yes Yes NoGoldAnastasius Focht 
ShowFedora 16 x86_64Dec 21 20121.5.20Yes Yes NoGoldAnastasius Focht 
ShowFedora 16 x86_64Sep 14 20121.5.13Yes Yes NoGoldAnastasius Focht 
ShowFedora 16 x86_64Mar 08 20121.4Yes Yes NoGoldAnastasius Focht 

Known Bugs

Bug # Description Status Resolution Other apps affected
25120 Microsoft .NET Framework 1.x installer fails with 'CLR error: 80004001' (1.0) or 'Failed to delay load library mscorlib.dll' (1.1) (fusion.CreateApplicationContext is a stub) NEW View

Show all bugs

HowTo / Notes

.NET Framework 1.0 installation

­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:­­

$ wine dotnetredist.exe /q /T:"C:\\temp" && wine "C:\\temp\\dotnetfx.exe"

Optionally install corefonts (using winetricks)

Get winetricks!

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
.NET Framework 1.0 Service Pack 3 installation

­Installation prerequisite:

Install .NET Framework 1.0 as described in ".NET Framework 1.0 installation" HOWTO.


Installation­

Run the service pack installer:

$ wine ./NDP1.0sp3-KB867461-X86-Enu.exe
­­
Verify .NET Framework installation using .NET Framework Setup Verification Tool (Microsoft)

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.

RegAsm.exe - Fatal error: CLR error: 80004001. The program will now terminate

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

­­­
fixme:shell:URL_ParseUrl failed to parse ...

URL_ParseUrl FIXME messages on console when running/installin�g .NET apps are harmless and can be safely ignored. Example console output:

fixme:shell:URL_ParseUrl failed to parse L"mscorlib"


.NET Runtime Failed to load - 3GB address space not supported

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.

Comments

Back