Econ
Econ

Reputation: 2739

Is there a c# windows form Application in visual Studio 2015?

I installed Visual Studio 2015, and tried to create a windows form, just as I used to do it in the VS2010. I could not find a Windows form for C#.

How can I create one? Do I need to install another version or do I need a plugin or something?

Screenshot: http://prntscr.com/8rwzyl

Informations about my Visual Studio: http://prntscr.com/8rx0a1

Upvotes: 2

Views: 3970

Answers (2)

Michael Lombardo
Michael Lombardo

Reputation: 457

The Checked Answer is correct however there is no explanation of how to solve this. I just came to the same problem, but figured it out. When searching in your file directory C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE

Then you can search .exe and it will come up with Blend and devenv. Or just scroll till you find devenv. devenv is the clickable application for visual studio community. :)

Upvotes: 0

Sinatr
Sinatr

Reputation: 21969

It seems you are opening new project in Blend. You have to use Visual Studio (not Blend).

Blend and Visual Studio are installed together with Visual Studio Community Edition 2015 . You probably run a wrong shortcut (which starts Blend).

Upvotes: 8

Related Questions