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

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)

What works

Installer unzips the installation file (dotnetfx.exe)

Running the installer dotnetfx.exe

Running .NET 1.x test apps


What does not
n/a


What was not tested
n/a


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
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 
CurrentUbuntu 10.10 "Maverick" (+ variants like Kubuntu)Apr 25 20111.3.18 Yes Yes Gold Anastasius Focht 


Known bugs
Bug # Description Status Resolution Other apps affected

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


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

 
/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.09485 seconds.