SQL Server CE Toolbox suddenly missing from Visual Studio

1.1k Views Asked by At

I need some guide how to bring back the missing SQL Server CE/SQLite toolbox from Visual Studio extension.

I'm using Visual Studio Community 2017 with below version:

enter image description here

The last thing that I do to the installer was modifying the Visual Studio to have .NET framework until 4.7.2 SDK. And the toolbox is suddenly missing from Tools submenu.

enter image description here

But the SQL Server CE Toolbox is there in "Extension and Updates":

enter image description here

I also download the SQL Server CE Toolbox VSIX file but unable to install as it shows "The requested operation requires elevation".

I already uninstall the toolbox from extension & update and install it back again but the toolbox is not there. Does anyone know how to appear it back again?

EDITED:-

The duplicate extension finder not show duplication enter image description here

3

There are 3 best solutions below

1
Ethan Lee On

Can you try to launch Visual Studio as administrator ?

If toolbox still does not exist => open "Extension and Updates" box => Click "Enable loading of per user extensions" => Tick the box "Load per user extensions when running as administrator" => Close Visual Studio and launch Visual Studio as administrator again.

2
ErikEJ On

Maybe there is a duplicate - try to use duplicate remover

0
Ethan Lee On

Try to close all Visual Studio instances, then delete all files (remember to backup these files before deleting them) in the following folder:

Visual Studio 2017

%localappdata%\Microsoft\VisualStudio\15.0_xxxx\ComponentModelCache

This step will force Visual Studio to reload all extensions. It will also delete all your configurations and then reload these configurations from your Personalization account in case you have logged in Visual Studio.