tags:

views:

88

answers:

3

Where can I download .NetFramework 4 SDK?

Update I am looking specifically for the SDK and tools that come with it like GacUtil, not just the .NetFramework 4 Redistributable which lacks these tools.

I want to avoid installing VS 2010 if possible...

Answer from below

Windows SDK that includes .NET 4.0, it was not announced or released yet

+3  A: 

Here is a link to the web installer for .NET 4.0.

If you are looking for the Windows SDK that includes .NET 4.0, it was not announced or released yet. Once it is, you will be able to find in on the Windows SDK Developer Center.

Oded
Ok, so it is not out yet. Thanks!
B Z
A: 

Or you can get just the Framework/SDK here: http://msdn.microsoft.com/en-us/netframework/aa569263.aspx

Corith Malin
A: 

You can also download Visual C# Express 2010 for free and get an IDE in the process.

http://www.microsoft.com/express/Downloads/#2010-Visual-CS

Romain Hippeau