C# – Visual Studio 2008 Business Intelligence SQL Server, Install C#

csql servervisual-studio-2008

I have Visual Studio 2008 Business Intelligence version that was installed along with Reporting Services for SQL Server 2008 R2. I want to work with C#, but there are no options to create a C# project. I haven't been able to find any way to install a C# package or something.

Is there a way to add on C# functions, are they already built in but hidden, or should I just download a full version?

Thanks

UPDATE:
So I finally managed to find a download of Visual Studio 2008 Express, and installed the C# version. After installing I launched visual studio and it was the same thing, only the sql server projects came up as templates.

I found a forum that said to go into import and export settings and to reset my settings to general development settings, but I still cannot make a c# project.

UPDATE2:
I'm going to try installing VS 2012 Express to see if that works for me, since its the only download microsoft has that you can easily find now.

UPDATE3:
VS 2012 Express has been working just fine for me, and I still don't have the project templates in VS 2008 though.

Best Answer

You'll need to install one of the stand-alone editions of Visual Studio. Business Intelligence Studio, bundled with SQL Server, doesn't allow you to work with C# or other language projects.