Is .net framework 2.0 available for download?
http://msdn.microsoft.com/netframework/downloads/updates/default.aspx
I found the redistributables. but just want the runtime.
Jay B. Harlow [MVP - Outlook] - 30 Oct 2005 20:04 GMT
Howard,
| I found the redistributables. but just want the runtime.
The ".NET Framework Version 2.0 Redistributable Package (x86)" aka
dotnetfx.exe:
http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd
-aab15c5e04f5&DisplayLang=en
is the runtime along with the class library. This is what is normally
installed on client PCs.
The ".NET Framework 2.0 SDK x86":
http://www.microsoft.com/downloads/details.aspx?FamilyID=fe6f2099-b7b4-4f47-a244
-c96d69c35dec&DisplayLang=en
Is the above runtime & class library along with a number of developer tools.
The x64 & IA64 versions of the above two are for machines running one of the
64-bit versions of the OS (Windows XP Pro 64-bit edition or Windows 2003
Server 64-bit edition). Yes there is a full 64-bit version of the CLR as
well as the 32-bit version.

Signature
Hope this helps
Jay [MVP - Outlook]
.NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
| Is .net framework 2.0 available for download?
|
| http://msdn.microsoft.com/netframework/downloads/updates/default.aspx
|
| I found the redistributables. but just want the runtime.
Jon Skeet [C# MVP] - 30 Oct 2005 20:17 GMT
> Is .net framework 2.0 available for download?
>
> http://msdn.microsoft.com/netframework/downloads/updates/default.aspx
>
> I found the redistributables. but just want the runtime.
The runtime is what is redistributed in the redistributables.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Cowboy (Gregory A. Beamer) - MVP - 31 Oct 2005 18:51 GMT
The redistributable is the smallest package and contains only what is
necessary to run on clients or on servers that are not used for development
directly. The SDK is the complete package, with compilers, etc.
If you want runtime, install redist, not SDK.

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
> Is .net framework 2.0 available for download?
>
> http://msdn.microsoft.com/netframework/downloads/updates/default.aspx
>
> I found the redistributables. but just want the runtime.