Issue to VSIX installer

Peter_1985 2,546 Reputation points
2023-10-09T12:36:28.98+00:00

Hi,

Can you help to installation issue below?

VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
   at VSIXInstaller.ExtensionService.GetInstallableDataImpl(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData) in D:\a\_work\1\s\src\product\extensionManager\installer\VSIXInstaller\Services\ExtensionService.cs:line 186
   at VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData) in D:\a\_work\1\s\src\product\extensionManager\installer\VSIXInstaller\Services\ExtensionService.cs:line 28
   at VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported)

also in the following?

圖片

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,687 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 27,801 Reputation points Microsoft Vendor
    2023-10-10T08:44:52.74+00:00

    Hello @Peter_1985 ,

    Welcome to Microsoft Q&A forum.

    The error message indicates that this extension is not installable on any currently installed products, so either you installed the wrong version of this extension, or the local installed products(VS) doesn’t support this extension.

    For VS 2017 and VS 2019, you need this version of Microsoft RDLC Report Designer. For VS 2022, you need this version of Microsoft RDLC Report Designer. One thing to note is that, currently, corresponding RDLC Report Designer extension for ARM64 architecture machines is not available. If you are using VS 2022 ARM version on a ARM64 architecture machine, then you may fail to install it.

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful