Visual Studio 2012/2015

Asked

Viewed 179 times

2

I’m taking a course Informática Technician, and I am currently seeing and training programming, due to this I installed the Visual Studio(2012 and 2015), these days when I went to create a Visual Studio that I installed I noticed a slight difference between it and what I use in the course!

In the of Solution Explorer the symbol that appears in front of the project name (for example a form) is a square with a VB within:

VB,infelismente a imagem ta ruim

,whereas on the course what appears inside this square is C#!

[c#

when I installed the 2012,at the beginning I selected the language C#,but appears the VB and not the C#!

I wonder if someone could help me with this?

1 answer

3


Carol,

In Visual Studio, when we create a new project we have the option to choose between the language C# (C Sharp), VB (Visual Basic) among others, so mind the choice of language when creating your project, a simple wrong choice can totally change the way you build it.

See in the image below the languages available in visual studdio 2015. inserir a descrição da imagem aqui

Note that I highlighted the Visual C#, this is the project you have to choose, even within the language there are the type of project that can vary between MVC, Windows Forms, Web Forms among others.

See all this before you start your project.

  • Marconcilio, thank you so much for the answer,I will look at the visual studio that to not have more problems!

  • 2

    @Carolm This answer can be marked as correct. Just click on below the arrows to vote. This helps other users who have the same problem as you to know that this is a way to fix and is also a way to thank the author of the answer =).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.