Message in visual studio "This extension is scheduled for install"

10,088

Solution 1

I found the solution. There was another VS instance was running.

I closed all my running VS instances & then "VSIX Installer" installed all my extension.

enter image description here

Solution 2

Try, File -> Close instead closing VS by clicking X

Or else, restarting the PC should work according to the warning shown in the window Or else, You can change your settings

Solution 3

Even though you close your visual studio instances, there may be another instance running in background. So make sure you closed all instances in Task manager -> Details. In my case it started to install once i closed all instances.

Share:
10,088

Related videos on Youtube

Sushil Jadhav
Author by

Sushil Jadhav

Learning daily

Updated on October 09, 2022

Comments

  • Sushil Jadhav
    Sushil Jadhav over 1 year

    I have downloaded RDLC extension from visual studio 2017 Tools -> "Extensions & Updates" successfully & its showing me message as

    "This extension is scheduled for install".

    So I have restarted my VS2017 (VS Professional 2017 version 15.8.6 ) but still its showing same message & it seems RDLC extension is still not added in VS2017.

    I also closed VS using both menu and the close window button (X) in VS but still no luck.

    Extension Message

  • LoLance
    LoLance about 5 years
    Actually, there are two normal ways to install extensions. Download vsix from MarketPlace or using 'Extensions and Updates' in VS. The latter way won't run the install until all vs instance stop. And if you manually install by .vsix, it will show a 'end task' option to help kill all related process.
  • LoLance
    LoLance about 5 years
    Anyway, thanks for sharing your update. You can mark it as answer to make it easier to be found.