Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 956
Sushil Jadhav Avatar asked Apr 04 '19 06:04

Sushil Jadhav


People also ask

How do I manually download an extension code in Visual Studio?

You can manually install a VS Code extension packaged in a . vsix file. Using the Install from VSIX command in the Extensions view command dropdown, or the Extensions: Install from VSIX command in the Command Palette, point to the . vsix file.


3 Answers

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

like image 133
Sushil Jadhav Avatar answered Oct 08 '22 08:10

Sushil Jadhav


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

like image 44
HasithaJay Avatar answered Oct 08 '22 07:10

HasithaJay


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.

like image 1
Linojan Avatar answered Oct 08 '22 08:10

Linojan