WineHQ
.NET Framework Software Development Kit (SDK) 1.1



Category: Main > Programming / Software Engineering > .NET Framework Software Development Kit (SDK) > 1.1


Name.NET Framework Software Development Kit (SDK)
Version1.1
License Retail
URLhttp://msdn.microsoft.com/netf...
Votes  
RatingBronze
Wine Version1.4
Free Download .NET Framework SDK Version 1.1 (107MB)
Maintainers of this version:
Description

The Microsoft .NET Framework SDK version 1.1 (­r­eleased: 2006-11-29)
includes everything developers need to write, build, test, and deploy .NET Framework applications, documentation, samples, and command-line tools and compilers.

­
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)

What works

  • debugging of .NET applications using commandline cordbg
  • various other commandline tools: ildasm, peverify, disassembling .NET binaries, resgen ..


What does not
 GUI debugger (DbgCLR)


What was not tested
n/a


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentFedora 16 x86_64Mar 08 20121.4 Yes Yes Bronze Anastasius Focht 
ShowFedora 12 x86_64Mar 07 20101.1.40 Yes Yes Bronze Anastasius Focht 
ShowFedora 9Oct 26 20081.1.7 Yes Yes Bronze Anastasius Focht 


Known bugs
Bug # Description Status Resolution Other apps affected
29938 signcode tool from .NET Framework SDK 1.1 crashes due to unimplemented function cryptui.dll.CryptUIWizDigitalSign NEW View

 
HOWTO

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

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


Silent installation

These command lines will run the .NET Framework 1.1 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 1.1 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 1.1 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!"
­

 
.NET 1.1 SDK installation hangs at the end

This is caused by self registration of Microsoft CLR Debugger for first time:

­C:\Program Files\Microsoft.NET\SDK\v1.1\GuiDebug\DbgCLR.exe /setup

which interacts with MDM (Microsoft Machine Debug Manager) COM Service

C:\Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe

The reason of this "hang" is currently unknown.

Either stop the MDM service from another terminal:

$ wine net stop mdm

or kill the processes using:

$ wineserver -k
­

Alternatively use one of the unattended install modes from HOWTO which doesn't exhibit this problem.


 
HOWTO
Each .NET Framework version has a separate HOWTO section. Please read it first before filing bugs or test reports!

 




   << Back

Page loaded in 0.17519 seconds.