WineHQ
.NET Framework 3.5



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


Name.NET Framework
Version3.5
License Retail
URLhttp://msdn.microsoft.com/netf...
Votes 35
Link Microsoft .NET Framework 3.5 Service Pack 1
Link Microsoft .NET Framework 3.5
RatingSilver
Wine Version1.5.20
Free Download Microsoft .NET Framework 3.5 (Full Package)(197MB)
Free Download Microsoft .NET Framework 3.5 Service Pack 1 (Full Package)(231MB)
Maintainers of this version:
Description

­The Microsoft .NET Framework version 3.5 redistributable package (released 2007-11-19)
­­contains many new features building incrementally upon .NET Framework 2.0 and 3.0, and includes .NET Framework 2­.0 ­service pack 1 and .NET Framework 3.0 service pack 1.

Version 3.5 of MSBuild, which is bundled together with .NET 3.5 (and Visual Studio 2008), allows .NET projects to be built for either 2.0, 3.0 or 3.5 .NET version support (also known as"multi-targeting").­

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

What works

Installation using 'winetricks', e.g. 'winetricks dotnet35' (will install required .NET prerequisites automatically)

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

WPF applications are mostly now working thanks to recent client side window rendering code.

Example: http://www.codeproject.com/Articles/16775/NET-3-0-WPF-Tools-and-Examples (you need 'winetricks corefonts')


What does not
n/a


What was not tested
n/a


Additional Comments

Use 'winetricks' script for installation of .NET Framework 3.5 - especially if the app wants to install it on its own!

NOTE: 'winetricks' script needs a bugfix!
Add "dotnet20sp1" after .NET 3.0 call in "load_dotnet30sp1()":

--- snip ---
    w_call dotnet30
    $WINESERVER -w
    w_call dotnet20sp1
    $WINESERVER -w
--- snip ---

and remove "dotnet20sp1" from "load_dotnet35":

--- snip ---
    w_call dotnet30sp1
    $WINESERVER -w
--- snip ---

Always use a clean 32-bit WINEPREFIX for .NET installs (Framework + .NET based app)!
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentFedora 16 x86_64Dec 21 20121.5.20 Yes Yes Silver Anastasius Focht 
ShowFedora 16 x86_64Mar 08 20121.4 Yes Yes Bronze Anastasius Focht 
ShowDebian GNU/Linux 7.0 "Wheezy"Nov 01 20111.3.31 No Not installable Garbage an anonymous user 
ShowMac OS X 10.6 "Snow Leopard"Jul 30 20111.3.25 No Not installable Garbage robin van ee 
ShowUbuntu 10.04 "Lucid" (+ variants like Kubuntu)Apr 02 20111.3.17 No Not installable Garbage an anonymous user 


Known bugs
Bug # Description Status Resolution Other apps affected
9158 Multiple Microsoft development tools online/web installers fail to skip "$shtdwn$.req" with FILE_ATTRIBUTE_HIDDEN (Visual Studio Express Editions, .NET Framework 3.0) NEW View
10601 Microsoft .NET Framework: GAC API for managed assembly installation needs reparse point/junction API support (.NET Framework 2.0, 3.0, 4.0 installers and other apps that make use of GAC API) NEW View
15670 .NET applications that make use of System.IO.IsolatedStorage crash (missing "HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\" registry subkey) NEW View
30485 MeGUI 2112 crashes after first update / restart (application XML settings can't be fully deserialized due to oleaut32 VarDecRound being a semi-stub) NEW View
30572 Enhance .NET 3.x/4.x/Silverlight application error handling with vectored continue handlers (AddVectoredContinueHandler, RemoveVectoredContinueHandler) NEW View
32158 .Net 3.0 (dotnet30): multiple crashes in ServiceModelReg.exe during install NEW View
32323 Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF apps require either Arial or Verdana to be installed NEW View
33384 Basic WPF applications using .NET 3.5 WPF fails to handle images (windowscodecs {7543696a-bc8d-46b0-5f81-8d95728972be} = IMILBitmapSource unsupported) NEW View
33450 .NET 3.5 Framework installation fails (.NET WorkFlow Service Registration Tool "WFServicesReg.exe" crash) NEW View
33523 .NET Framework 3.5 WPF 3.x apps need windowscodecsext.dll.DllGetClassObject NEW View

 
HOWTO

Make sure you operate on a clean 32-bit WINEPREFIX (~/.wine)!

­


­Installation by using 'winetricks' script

Winetricks will take care of all needed installation prerequisites and work around some problems.­­

­$ wget http://winetricks.googlecode.com/svn/trunk/src/winetricks­

$ bash winetricks msxml3 dotnet35­

For a fully silent install (no gui) use following command:

$ b­ash winetrick­s -q msxml3 dotnet35­
­ ­

 
.NET Framework 3.5 Service Pack 1 installation

­­Make sure you operate on a clean 32-bit WINEPREFIX (~/.wine)!

­


­Installation by using 'winetricks' script

Winetricks will take care of all needed installation prerequisites and work around some problems.­­

­$ wget http://winetricks.googlecode.com/svn/trunk/src/winetricks­

$ bash winetricks msxml3 dotnet35­sp1

For a fully silent install (no gui) use following command:

$ b­ash winetrick­s -q msxml3 dotnet35­sp1

 
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.


 
Manually trigger rebuild of the Global Assembly Cache (GAC) after .NET Framework installation

Use the following command to manually trigger GAC rebuild after .NET Framework installation (or if WINEPREFIX changed due to Wine update):­

$ wine "c:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\ngen.exe" update

Some errors (while loading dependent modules that are not GAC'd yet) are expected and can be ignored. ­


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

 
dotnet20sp1 install completed, but installed file ... /c:/windows/assembly/NativeImages_v2.0.50727_32/indexb.dat not found­

If you encounter this error while trying to run 'winetricks dotnet20sp1' recipe:

dotnet20sp1 install completed, but installed file /home//.wine/dosdevices/c:/windows/assembly/NativeImages_v2.0.50727_32/indexb.dat not found­

"indexXX.dat" files get changed (number increments) each time a native assembly is generated and installed into GAC (ngen run).

It's an error in older winetricks versions that relied on these numbers.

You can verify this by running full GAC rebuild (optional):

$ wine "c:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\ngen.exe" update

After this command new index files have been generated.

Please update your winetricks script to a newer version (see main HOWTO)


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


 
System.Window.Markup.XmlParseException when starting .NET apps

If a .NET application exits with the following message in console:

err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:rpc:RpcBindingSetAuthInfoExW unsupported AuthnSvc 10

You are missing the samba/winbind component which is essential for certain Wine functionality.

Please install winbind with your distribution package manager!


 
The application requested process termination through System.Environment.FailFast

If a .NET application exits with the following message in console:

err:eventlog:ReportEventW ...
Description: The application requested process termination through System.Environment.FailFast(string message).\n
Message: Unrecoverable system error.\n
Stack:\n
at System.Environment.FailFast(System.String)\n
at MS.Internal.Invariant.FailFast...

Some of Wine's truetype fonts are still not in shape of being a complete replacement for Windows ones, causing errors.

You must use 'winetricks corefonts' recipe to work around this problem!


 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

dotnet35 fails on Fedora 16
by Karl on Saturday March 30th 2013, 1:37
"winetricks dotnet35" does not work on my Fedora 16 x86_64 box with either wine 1.5.22 or 1.4.1.

Version 1.5.22 craps out after dotnet20sp1 with the "indexb.dat not found­" error. Running "wine ./dotnetfx35.exe /LANG:ENU" gets past the installer "Download complete" message but then progress is very slow and it never finishes after the progress bar hits 100%.

Version 1.4.1 makes it to the dotnetfx35.exe install but the installer reports "An error occurred during setup." and aborts.

[post new] [reply to this]




   << Back

Page loaded in 0.03752 seconds.