Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Frameworks in Visual Studio 2015 RC

I installed Visual Studio 2015 Professional RC, but when I go to create a new project, no frameworks are selectable for the project.

enter image description here

I have tried the following and restarted after each change:

  1. Changed Environment Variables for TEMP and TMP to C:\Temp based on this solution
  2. Ran a repair install on .NET 4.6
  3. Uninstalled then reinstalled Visual Studio 2015

Nothing has worked. I'd really appreciate any suggestions.

like image 385
Qjimbo Avatar asked May 12 '15 18:05

Qjimbo


1 Answers

I installed Visual Studio 2015 Professional RC

You didn't. Note the text visible in the screen shot, the words "Shell (Integrated)" are highly relevant. The shell version of VS is meant for anybody that want to takes advantage of the IDE for their own product but doesn't need the Microsoft-provided languages. There are two versions of it, the plain shell just provides the GUI, the "integrated" edition adds support for debugging and source control. A company that creates their own language would take advantage of it. This MSDN article describes it well, I'll just quote the introduction:

The Visual Studio integrated shell includes the integrated development environment (IDE), debugger, and source control integration. No programming language is included. However, the integrated shell does provide a framework that allows you to add programming languages

Not so sure how this went wrong, a very rough guess is that you're trying to avoid paying the license fee for the Professional edition. Use the Community edition instead.

like image 174
Hans Passant Avatar answered Oct 11 '22 21:10

Hans Passant