Visual Studio 2015 download getting stuck at applying Microsoft ASP.net

前端 未结 7 874
故里飘歌
故里飘歌 2021-02-05 13:41

I\'m currently on my third attempt trying to install Visual Studio 2015 on this computer. I have tried rebooting, hard shut downs, canceling setup and restarting, etc. Each time

相关标签:
7条回答
  • 2021-02-05 13:59

    I got it to work, it wasn't perfect, but here is what I did: It was getting stuck at very certain points, most notably ASP.NET. I did a little research and got an idea from something I read (I unfourtunetly can't find the source again). Sometimes windows opens invisible "confirm" type windows or installer windows that get stuck. When the installer got stuck I opened up task manager -> details, than checked On the visual studio process by right clicking then clicking analyzing wait chain. This showed me what process the VS install was waiting for. Then, I'd just kill the process. Messy, I know, but better then nothing. I had to do that 2 or 3 times. Afterward it said it installed correctly with 2 components that had warnings. ASP.NET was included. But everything else worked fine (c#, C++) Later I went back and did a repair. That worked pretty smooth. Finally, I installed the Python Tools successfully. (that part is sort of irrelevant but the point was that everything is now working fine).

    edit, found another source: Visual Studio 2015 Community Edition Installation Stuck In Windows 10

    0 讨论(0)
  • 2021-02-05 14:03

    Fixed it...

    Easiest way is "threaten" to shut down the computer. Go into Power, restart system. You will be warned that there is a logging program which will not let the system reset. Cancel that program and then do NOT restart.

    Installer immediately went on to next part and finished install after having been stuck for 6 hours...

    0 讨论(0)
  • 2021-02-05 14:05

    Yes i had this problem too. To solve this open task manager and go to details tab then search for TiWorker.exe, right click on it and choose analyzing wait chain it will display many instances of the process that are in waiting mode , check all those processes and terminate them after doing this the installer will go to the next step.

    0 讨论(0)
  • 2021-02-05 14:07

    To avoid this problem, you have to install IIS first.

    Go to Control Panel -> Programs -> Turn Windows features on or off -> Select "Internet Information Services" -> OK

    0 讨论(0)
  • 2021-02-05 14:13

    I had this problem a couple of hours before writing this answer and what worked for me was: I opened other programs at least two or three and went to power and clicked on restart as usual it will warn you about open programs that need too be closed before shutdown or programs that are currently active I then clicked on force close and it closed the first program that I recently opened then I quickly clicked on cancel. Two minutes later instalation was back on track

    0 讨论(0)
  • 2021-02-05 14:13

    I found a solution to this headache of a process to install Visual Studio. If you have tried everything and nothing seams to be working for you even by trying the command line shell then try this.

    Go open task manager while running the installer and kill wusa.exe. It will kill the process to search for the update and continue the installation. You may have to kill some other processes as well if they get stuck. Its not great but it seams to be working.

    wusa.exe seams to be the task that is the problem that prevents the installer from moving to the next step. This could be because your computer can not reach the update server.

    This seams to be the case for both the Community and Enterprise Version of Visual Studio.

    0 讨论(0)
提交回复
热议问题