Đorđe
Đorđe

Reputation: 447

Where I can download compiler for C# 4.0 without Visual Studio 2010?

I know for CTP VS 2010 Images, but can I download only .NET Framework 4.0 and C# compiler?

Upvotes: 4

Views: 2686

Answers (5)

Jonathan Parker
Jonathan Parker

Reputation: 6795

As stated it's not available without the VHD. The reason for this is (I'm guessing) because:

1) MS want you to go through the pre-installed tutorials on the VHD to give design feedback.

2) MS doesn't want to have to do the extra work needed to get the installer working on all supported OSs.

Upvotes: 0

tsilb
tsilb

Reputation: 8037

Funny, I'm trying to extract it from the VHD as we speak.

Upvotes: 2

JaredPar
JaredPar

Reputation: 754525

AFAIK, the VS 2010 CTP is only available as a VM image. I do not believe Microsoft released an installer for VS. One is definitely not available for a standalone CLR/SDK.

Upvotes: 4

Max Schmeling
Max Schmeling

Reputation: 12509

The .Net 4.0 redistributable is not available yet.

Upvotes: 3

andleer
andleer

Reputation: 22568

Not at this time. Guessing maybe when the Betas start shipping.

Upvotes: 3

Related Questions