.net framework 2.0

J

Jay B. Harlow [MVP - Outlook]

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

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

Guest

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.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top