pnschofield
pnschofield

Reputation: 899

No option to install Visual C# 2015 in Visual Studio Professional?

I've downloaded the Visual Studio Professional 2015 RTM ISO from MSDN Subscriber downloads. When I run the installer, there is no option to install Visual C#:

No C# Option!

I see no other indications that I need to do anything to clean up from the Visual Studio 2015 RC I had previously installed and uninstalled.

How do I install Visual C#?

Upvotes: 22

Views: 10630

Answers (3)

sashoalm
sashoalm

Reputation: 79715

In my case at least - the Community Edition, even with all the boxes unchecked, it still installed C#. It showed me "Setup requires up to 6 GB" however - in your case it was only 600 mb.

So in the Community Edition C# is a non-optional package, and you can uncheck all the boxes. Just verify that the space required is a couple of GB - if it is, you can safely assume C# will be installed.

Upvotes: 2

user6552524
user6552524

Reputation: 11

But if you don't see the typical installation, you've to uninstall Xamarin from Control Panel and delete the folder C:\Program Files (x86)\Microsoft Visual Studio 14.0. After that you should install Visual Studio again.

Upvotes: 1

Acker J.
Acker J.

Reputation: 66

Go back, and take a look at the type of installation. Under "Typical" should write "Includes C# Desktop features" or something like that. If it writes, then choose typical.

Upvotes: 5

Related Questions