vote up 0 vote down star

I have been coding using Visual Studio 2005, in VB.NET for a while. No problems.

Recently, I decided I wanted to start a New C# project. Upon attempting to do this, I noticed Visual Studio 2005 was missing this functionality entirely!

This is exactly what I get on my screen:

alt text

Also note that I have both Visual Studio 2003 and 2005 installed on the same machine. Visual Studio 2003 has the C# templates available.

Any idea what I can do to solve this issue, without a re-install?

flag

4 Answers

vote up 9 vote down check

I think you did not include C# durting the time of installation? Restart the installation and add C# to it.

link|flag
This is a work PC, I didn't do the install. This is why I am hoping to fix it without having to get our microlan guys to fix it. They are so damn slow to fix anything. – Jon Jun 2 at 10:35
You need the installation CD. No need to reinstall. you just add to the existing one. – Shoban Jun 2 at 10:38
Yep, it was never installed. I guess I was confused, as the templates directory was present. After running the installer, it showed that C# was not installed. – Jon Jun 2 at 10:41
Cool ;-) But honestly dint expect such a Q from a person with 1k+ rep until I saw your profile screen. I understand ;-) – Shoban Jun 2 at 10:48
vote up 2 vote down

This might seem like a dumb question, but did you ever create a C# project with that version? In other words, did you install the C# personality? Because, you know, C# is not fundamental to Visual Studio ;)

You don't need to reinstall. If you are sure C# should be installed, just try Repair. If you didn't install it before, you can modify the installation. Takes much less time than a complete re-install.

link|flag
vote up 1 vote down

You dont have to install C# when you install VS.

Also are you running a fill version of VS or express, the express editions contain only one technology.

From the screen shot I'd say you are running the full version as The express ones have a specific install for web stuff.

Reinstall VS and add C# to the list of things you want to install.

link|flag
vote up 1 vote down

Take a look there. I hope that help you.

http://social.msdn.microsoft.com/forums/en-US/csharpide/thread/4b09ba47-18d2-49a0-8cb7-7020706e034a/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.