WineHQ

.NET Framework Software Development Kit (SDK)

No Screenshot

Submit Screenshot

The Microsoft .NET Framework SDK version 2.0 (released: 2006-11-29)­ includes tools, documentation and samples developers need to write, build, test, and deploy .NET Framework applications on x86 platforms.

Application Details:

Version: 2.0
License: Retail
URL: http://msdn.microsoft.com/netf...
Votes: 0
Latest Rating: Bronze
Latest Wine Version Tested: 1.7.34

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download .NET Framework SDK Version 2.0

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

  • some commandline tools: ildasm, disassembling .NET binaries, resgen ...

What does not

  • DbgCLR.exe (gui) debugger
  • all console based managed debuggers

Workarounds

What was not tested

n/a

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

console debuggers broken due to bug 21483

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowFedora 19 x86_64Jan 10 20151.7.34Yes Yes NoBronzeAnastasius Focht 
ShowFedora 16 x86_64Mar 08 20121.4Yes Yes NoBronzeAnastasius Focht 
CurrentFedora 12 x86_64Mar 07 20101.1.40Yes Yes NoBronzeAnastasius Focht 
ShowFedora 9Oct 26 20081.1.7Yes Yes NoBronzeAnastasius Focht 

Known Bugs

Bug # Description Status Resolution Other apps affected
21483 Wine 1.1.33+ changed token security breaks .NET Framework 2.x SDK tools (debugging of managed code using 'Cordbg' and 'Mdbg') NEW View

Show all bugs

HowTo / Notes

.NET Framework 2.0 SDK installation

­­.NET Framework 2.0 Redistributables installation is needed as prerequisite. Refer to .NET Framework 2.0 installation HOWTO for installation instructions.­­

Additionally some tools included in the SDK need MFC.

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

­Example command lines you can use to perform unattended installations for the .NET Framework 2.0 SDK installation­:

­


Silent installation

These command lines will run the .NET Framework 2.0 SDK setup in fully silent mode. The setup package will extract to a temporary location and installation will begin with no user interaction and no visible UI. The user will see no visible indication that setup is running.

$ wine setup.exe /q:a /c:"install.exe /q" ­

Standard unattended installation

These command lines will run the .NET Framework 2.0 SDK setup in standard unattended mode. The setup package will extract to a temporary location and installation will begin with no user interaction. A progress dialog will appear on the screen during installation, and it will disappear when setup is complete. Errors encountered during installation might pop up message boxes during installation if they occur.

$ wine setup.exe /q:a /c:"install.exe /qb"

Unattended installation with no cancel button available in the UI

These command lines will run the .NET Framework 2.0 SDK setup in unattended mode with no cancel button. The behavior of setup is the same as with the command lines above except the cancel button will be hidden on the progress page during installation. This allows the user to know that a setup is in progress but prevent them from cancelling it (unless they kill the process).

$ wine setup.exe /q:a /c:"install.exe /qb!"
­
HOWTO
Each .NET Framework version has a separate HOWTO section. Please read it first before filing bugs or test reports!

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back