Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.net 5 Beta 8 cannot install in visual studio 2015

I currently have Visual Studio 2015 Enterprise. I previously installed ASP.NET Beta 7 successfully using the same method I'm trying to install Beta 8.

I used the method described in this BETA 8 install instructions.

1.Close all instances of Visual Studio.

2.Install .NET Version Manager (Beta8) using DotNetVersionManager-x64.msi. For 32 bit machines use DotNetVersionManager-x86.msi.

3.Update Visual Studio 2015 with ASP.NET and Web Tools 2015 (Beta8) by installing WebToolsExtensionsVS14.msi. If you are using Visual Studio 2015 Express for Web, then install WebToolsExtensionsVWD14.msi instead.

On the 3rd step when running the installer WebToolsExtensionsVS14.msi I get the following error message

This product requires visual studio 14". Please install Visual Studio 14 then try installing this product again"

When I open Visual Studio it does display I have version 14 installed

screenshot

Then, I uninstalled Beta 7 by running the uninstaller and tried installing Beta 8 and I still got the error.

My question: How do I install ASP.NET Beta 8?

like image 589
devfric Avatar asked Oct 16 '15 07:10

devfric


People also ask

How do I update Visual Studio to latest version?

Visual Studio must first be installed on the machine before you can update it. To install the current version of Visual Studio from Microsoft hosted servers, go to the Visual Studio downloads page.

How do I know if Visual Studio is installed or not?

If you are running Windows 7, you can find the Visual Studio 2015 application at the top of the All Programs list grouped with other application icons. If you are running Windows 10, Windows 8.1, Windows 8 or Windows 11, you can find the icon listed under the V grouping.


1 Answers

Solution: You need to run the MSI package with Administrator privileges

I was able to install it by opening a command prompt window as Administrator and then run the msi directly.

Alternatively you can also add the "Run As Administrator" option to your right click options by changing your registry. Link

like image 74
devfric Avatar answered Oct 23 '22 03:10

devfric