WineHQ
.NET Framework 1.0



Category: Main > Programming / Software Engineering > .NET Framework > 1.0


Name.NET Framework
Version1.0
License Retail
URLhttp://msdn.microsoft.com/netf...
Votes 1
RatingGold
Wine Version1.5.31
Free Download Microsoft .NET Framework 1.0 Redistributable
Free Download Microsoft .NET Framework 1.0 Service Pack 3 Redistributable
Maintainers of this version:
Description

The Microsoft .NET Framework version 1.0 redistributable package (released 2002-01-05) includes everything you need to run applications develo­ped using the .NET Framework.

Selected Test Results (selected in 'Test Results' table below)

What works

The application that required .NET 1.0 Framework installed and ran successfully.

.NET Framework Setup Verification Tool from Aaron Stebner (Microsoft) which checks for proper installation of .NET assemblies and registry entries reports success.


What does not
n/a


What was not tested
n/a


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentFedora 18 x86_64May 25 20131.5.31 Yes Yes Gold Anastasius Focht 
ShowFedora 16 x86_64Dec 21 20121.5.20 Yes Yes Gold Anastasius Focht 
ShowFedora 16 x86_64Sep 14 20121.5.13 Yes Yes Gold Anastasius Focht 
ShowFedora 16 x86_64Mar 08 20121.4 Yes Yes Gold Anastasius Focht 
ShowUbuntu 10.10 "Maverick" x86_64 (+ variants like Kubuntu)Jun 26 20111.3.23 Yes Yes Gold Anastasius Focht 


Known bugs
Bug # Description Status Resolution Other apps affected
17084 .NET 1.0: imagehlp.ImageGetDigestStream needs more flesh (assembly registration fails) CLOSED FIXED View
17135 virtual write watches cause problems in multithreaded .NET code (simultaneous GC heap allocations) CLOSED FIXED View
21622 mscoree.dll.DllUnregisterServer stub needed (.NET 1.0 installer) CLOSED FIXED View
23847 ntdll: NtQuerySystemInformation(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION) should provide NT-style 100ns units (.NET 1.x CLR) CLOSED FIXED View
25120 .NET Framework 1.1 installer fails due to fusion.CreateApplicationContext stub (default fusion context for the application domain) NEW View
26935 .NET Framework 1.0 SP3 installation leads to msiexec.exe crash CLOSED FIXED View
27199 MS .Net Framework 1.x Service Pack installers crash in InstallFiles action (cabinet stream handling) CLOSED FIXED View

 
.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)

$ wget http://kegel.com/wine/winetricks­

$ bash winetricks corefonts­


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

 
Mono uninstallation

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.

$ wine uninstaller --remove '{E45D8920-A758-4088-B6C6-31DBB276992E}'

­

You don't need this step if you use 'winetricks' to install Microsoft .NET Frameworks.


 
Verify .NET Framework installation using .NET Framework Setup Verification Tool (Microsoft)

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.


 
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.


 
/home/yourlogin/.wine is not owned by you / (Permission denied)

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:

$ sudo rm -rf ~/.wine­­

and then run winecfg to set Wine folder structure back up. If you used winetricks script as root you might also need to:

$ sudo rm -rf ~/.cache/winetricks/
­

Again: Just run wine as regular user and all should be fine.


 




   << Back

Page loaded in 0.12689 seconds.