Troubleshooting and Diagnostics#
See the latest features and updates for this version of NVIDIA Nsight Integration.
Troubleshooting#
Common issues with NVIDIA Nsight Integration and their solutions are detailed below.
Extension Installation Failures#
Problem: The extension has a lower version than required by Visual Studio#
The extension fails to install with the following message:
The extension has a lower version than required by Visual Studio. Please install the extension from Visual Studio Installer instead.
Solutions
Ensure your temporary directory is not caching an older version.
Uninstall NVIDIA Nsight Integration from all versions of Visual Studio as described in Uninstall the Nsight Integration Extension.
Shut down all instances of Visual Studio.
Delete the following:
C:\Users\[yourUser]\AppData\Local\Temp\*.vsix
Restart Visual Studio and try again.
Ensure your download is not caching an older version.
Go directly to the Visual Studio MarketPlace and download the latest version as described in Appendix A
Unzip the
Nvda.Vsip.Launcherarchive.Open
manifest.jsonand confirm the version is what you expect.If not, there is a caching problem between your system and the Visual Studio Marketplace.
If the version is correct, try one of the following:
Problem: The extension is already installed#
When you try to install NVIDIA Nsight Integration, you get a message saying that it is already installed.
Solution
Search for and remove existing versions
Uninstall NVIDIA Nsight Integration from all versions of Visual Studio as described in Uninstall the Nsight Integration Extension.
Shut down all instances of Visual Studio.
Go to the Visual Studio installation folder; for example:
C:\Program Files\Microsoft Visual Studio\2022
C:\Program Files (x86)\Microsoft Visual Studio\2019
C:\Program Files (x86)\Microsoft Visual Studio\2017
C:\Program Files (x86)\Microsoft Visual Studio 14.0 [for Visual Studio 2015]
Recursively search for
Nvda.Vsip.Launcher.dll, and delete any folder it appears in.dir /s Nvda.Vsip.Launcher.dll
For the desired version of Visual Studio, retry the installation from the Extension Manager, or run from the command prompt:
devenv.com /setup /nosetupvstemplates
For example:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\devenv.com
or
C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\devenv.com
Restart Visual Studio and try again.