Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C#

Akshay Mehta
Akshay Mehta
1,831 Points

How do you get the same template in Visual Studio Mac? (In the video Creating a project using visual studio)

I use Visual studio mac and I have been trying templates to get where he is but I can't because none of the mac templates are like this one. I cannot move forward in the course because I am getting different outputs then the person in the video. I am in the Asp.net MVC beginning course and in the video "Creating a project using Visual Studio".

1 Answer

Allan Clark
Allan Clark
10,810 Points

I would venture to guess the issue is you are running VS 2017, where he is using VS 2015. The templates will look a bit different between the two. You will want to click the 'Web' category, then select ASP.NET Web Application (.NET Framework).

As to why they look different, VS 2017 introduced .NET Core this is a complete ground up rewrite of the .NET Framework. Everything used in this course will be on the traditional .NET framework.

Please let me know if i can clear anything else up. And Happy Coding! :)