Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoApplicableSKUsException when installing omnisharp-vscode #218

Closed
kevinchalet opened this issue Apr 19, 2016 · 1 comment
Closed

NoApplicableSKUsException when installing omnisharp-vscode #218

kevinchalet opened this issue Apr 19, 2016 · 1 comment

Comments

@kevinchalet
Copy link

When installing omnisharp-vscode, the VSIX installer crashes with the following message (after manually tweaking the identity in the manifest to work around another bug):

image

I've tried with the latest VS Code and VS Code insiders bits and reinstalled everything twice without luck. Manually installing the omnisharp-vscode bits to my .vscode\extensions folder works around this issue.

19/04/2016 03:14:40 - Microsoft VSIX Installer
19/04/2016 03:14:40 - -------------------------------------------
19/04/2016 03:14:40 - Initializing Install...
19/04/2016 03:14:40 - Détails de l'extension...
19/04/2016 03:14:40 -   Identifier         : csharp
19/04/2016 03:14:40 -   Name               : C#
19/04/2016 03:14:40 -   Author             : ms-vscode
19/04/2016 03:14:40 -   Version            : 1.0.3
19/04/2016 03:14:40 -   Description        : C# for Visual Studio Code (powered by OmniSharp).
19/04/2016 03:14:40 -   Locale             : en-US
19/04/2016 03:14:40 -   MoreInfoURL        : 
19/04/2016 03:14:40 -   InstalledByMSI     : False
19/04/2016 03:14:40 -   SupportedFrameworkVersionRange : [0.0,2147483647.2147483647]
19/04/2016 03:14:40 - 
19/04/2016 03:14:40 -   SignatureState     : Unsigned
19/04/2016 03:14:41 -   Produits pris en charge : 
19/04/2016 03:14:41 -       Microsoft.VisualStudio.Code
19/04/2016 03:14:41 -           Version : 
19/04/2016 03:14:41 - 
19/04/2016 03:14:41 -   Références         : 
19/04/2016 03:14:41 - Détails de la signature...
19/04/2016 03:14:41 -   Extension is not signed.
19/04/2016 03:14:41 - 
19/04/2016 03:14:41 - Recherche des produits applicables...
19/04/2016 03:14:41 - Produit installé trouvé - Microsoft Visual Studio Enterprise 2015
19/04/2016 03:14:41 - Produit installé trouvé - Microsoft Visual Studio Professional 2015
19/04/2016 03:14:41 - Produit installé trouvé - Microsoft Visual Studio Community 2015
19/04/2016 03:14:41 - Produit installé trouvé - Microsoft Visual Studio 2015 Shell (Integrated)
19/04/2016 03:14:41 - Produit installé trouvé - Emplacement global
19/04/2016 03:14:41 - Produit installé trouvé - ssms
19/04/2016 03:14:41 - VSIXInstaller.NoApplicableSKUsException: Cette extension n'est installée sur aucun des produits actuellement installés.
   à VSIXInstaller.App.InitializeInstall(Boolean isRepairSupported)
   à VSIXInstaller.App.InitializeInstall()
   à System.Threading.Tasks.Task.InnerInvoke()
   à System.Threading.Tasks.Task.Execute()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants