Cannot Install Web Developer Tools on Visual Studio 2012 RC

In Visual Studio 2012 RC, I cannot correctly install the web developer tools. None of my ASP.NET MVC projects load in VS2012, and I cannot create new ones. The option for ASP.NET MVC projects is simply missing, as shown below.

enter image description here

In addition, I cannot select any other structure than the .NET Framework 4 and earlier. I can’t choose .NET 4.5, but it could be because it’s just an addition to .NET 4.0. I do not know this.

I am running a preview of Windows 8, which should have .NET 4.5 RC installed, so this should not be a problem. Also, if I click "I want to download more redistributable .NET," I got to a site that says Visual Studio 2012 RC is already on.

I can not download MVC 4.5 and install it separately. This is due to the fact that they claim that it is already included in VS2012.

When I try to click "Change installation" in my installer for RC Visual Studio 2012, I see the following.

enter image description here

Interestingly, the "web developer tools" are never tested. If I check it and click "Update" and reboot, it will be unchecked again, and it seems that all this function is missing. I believe this is really the cause of the problem.

I tried to fully install Visual Studio 2012 RC, first uninstalling it, then rebooting, and then reinstalling it. Performing installation repairs also does not work.

I have not yet been able to find other examples of such a problem.

Can you help me?

Edit 1 I just found another weird symptom. Whenever I want to create a Metro Metro Style app, it also doesn't work coming up with this message.

enter image description here

As I said, this can be really because he did not find that I have installed .NET 4.5, but I'm not sure. All I know is that I cannot select .NET 4.5 from the list of frameworks at all.

+6
source share
1 answer

In ISO, I extracted the pack / WPT folder. Inside are all installers for web tool components. I uninstalled and then reinstalled everything that had vs11 in the name and it worked!

+4
source

Source: https://habr.com/ru/post/917607/


All Articles