Include Visual Basic.NET

C

Curt Emich

I just bought a copy of the Visual C#.NET deluxe learning addition. It
included the .NET framework and the capacity to develop in C#. It looks
like I can't do anything in Visual Basic.NET until I install it. Is there
anywhere I can download this part of the Visual Studio.NET environment?

Also I thought it was possible to develop an app using both C# and Visual
Basic. The environment makes it look like my project has to be one or the
other.

Thanks in advance for your help.
 
R

Robert Jacobson

Only Visual Studio .Net Professional (and higher editions) supports both C#
and Visual Basic. You could buy a copy of Visual Basic .Net (Standard
Edition or Learning Edition), although you might have to open separate
instances of Visual Studio to work with VB and C#.

http://www.msdn.microsoft.com/vbasic/howtobuy/
http://www.msdn.microsoft.com/vbasic/howtobuy/choosing.aspX

Alternatively, you can download the .Net SDK for free, which will allow you
to compile VB.Net and C# code. However, you have to edit the code in a text
editor (like Notepad) or a third-party editor.

http://www.microsoft.com/downloads/...A6-3647-4070-9F41-A333C6B9181D&displaylang=en
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top