Download SSMS21, SSMS22 Plugin
Important Information
SSMS 21 and SSMS 22 use a modern extension architecture based on Visual Studio. While Microsoft is still improving the extension management system, third-party extensions may occasionally cause issues during installation or uninstallation.
If you experience any problems with SQLinForm, please follow the troubleshooting steps below.
Note: This guide applies to current versions of SSMS 21 and SSMS 22. Microsoft has updated the extension architecture in recent SSMS releases.
Download
SSMS21/22 for X64
SSMS22 for ARM64
Installation
- Download the VSIX file from our website
- Close SSMS completely
- Run the VSIX file and follow the installation wizard
- Start SSMS
Uninstallation
Standard Uninstallation (Recommended)
- Close SSMS completely
- Open the Visual Studio Installer (Windows Search → „Visual Studio Installer“)
- Find SQL Server Management Studio 21 or SQL Server Management Studio 22 and click Modify
- Go to the Individual Components tab
- Search for „SQLinForm“ and uncheck it
- Click Modify and wait for the process to complete
- Start SSMS
Sometimes it is necessary to manually delete leftover extension files and delete the cache
Remove leftover extension files
- Close SSMS completely
- Open Windows Explorer and navigate to one of these locations:
- SSMS 21:
C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\Extensions\ - SSMS 22:
C:\Program Files\Microsoft SQL Server Management Studio 22\Release\Common7\IDE\Extensions\
- SSMS 21:
- Look for a folder containing
SQLinForm*files and delete it (Note: The folder name is a random string likeul4254xk.zre) - Please check also these folders:
- SSMS 21:
%LocalAppData%\Microsoft\SSMS\21.0_*\Extensions\ - SSMS 22:
%LocalAppData%\Microsoft\SSMS\22.0_*\Extensions\
- SSMS 21:
Rebuild the extension cache
- Open a Command Prompt as Administrator
- Run the following command:
- SSMS 21:
"C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\ssms.exe" /setup - SSMS 22:
"C:\Program Files\Microsoft SQL Server Management Studio 22\Release\Common7\IDE\ssms.exe" /setup
- SSMS 21:
- Wait for the command to complete (no window will open, it takes usually 1 second)
- Start SSMS normally
Troubleshooting
Problem: „Package could not be loaded“ error message
If you see an error message like „The ‚SQLinFormVSIXPackage‘ package did not load correctly“ after uninstalling, some cached data may still remain. Follow these steps as explained above.
Problem: SSMS freezes or becomes unresponsive
If SSMS freezes after installing SQLinForm:
- End SSMS using Task Manager
- Uninstall SQLinForm using the Visual Studio Installer (see above)
- If problems persist, clear the cache as described above
- Download and install the latest version of SQLinForm
Problem: Menu entries remain after uninstallation
If SQLinForm menu entries are still visible after uninstallation:
- Follow the troubleshooting steps above to remove leftover files
- Run the
ssms.exe /setupcommand to rebuild the cache
Extension Folder Locations
The SQLinForm extension files are located in one of the following locations:
- SSMS 21:
%LocalAppData%\Microsoft\SSMS\21.0_*\Extensions\[random-folder]\ - SSMS 22:
%LocalAppData%\Microsoft\SSMS\22.0_*\Extensions\[random-folder]\
These folders may also contain Extension files:
- SSMS 21:
C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\Extensions\[random-folder]\ - SSMS 22:
C:\Program Files\Microsoft SQL Server Management Studio 22\Release\Common7\IDE\Extensions\[random-folder]\
Note:
- The
*represents a hash value that may vary between installations (e.g.,4e68b3d8) - The
[random-folder]is a randomly generated name likeul4254xk.zre - Look for the folder containing
SQLinForm*files to identify the correct one to delete
Need Help?
If you continue to experience issues after following these steps, please contact us through our support forum. Include the following information:
- SSMS version number (Help → About)
- SQLinForm version number
- Description of the problem
- Any error messages you see
Microsoft is actively improving the extension architecture in SSMS. We expect extension management to become easier in future updates.