codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.88k stars 353 forks source link

VSIXInstaller.NoApplicableSKUsException #964

Open jrswart49995 opened 1 year ago

jrswart49995 commented 1 year ago

Environment



### Current behavior
Installation Fails

### Expected behavior
Detect VS2022 Enterprise version + install.
codecadwallader commented 1 year ago

Thanks for reporting the issue. I suspect this is related to using an ARM version of VS which is not yet supported by CodeMaid (see #963).

jrswart49995 commented 1 year ago

Noted, if you are still looking for a test device to make the changes, I will volunteer mine for you.

On Sat, 14 Jan 2023 at 20:35, Steve Cadwallader @.***> wrote:

Thanks for reporting the issue. I suspect this is related to using an ARM version of VS which is not yet supported by CodeMaid (see #963 https://github.com/codecadwallader/codemaid/issues/963).

— Reply to this email directly, view it on GitHub https://github.com/codecadwallader/codemaid/issues/964#issuecomment-1382883103, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC5Y2SMHTKZ55QSQDY2UENLWSLWYXANCNFSM6AAAAAATPOUFTE . You are receiving this because you authored the thread.Message ID: @.***>

--

Kind regards,

Renier Swart

sotiriszegiannis commented 6 months ago

I had a similar issue. In my case i was not using the ARM version, but a typical community edition(Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.8.3).

What i did, instead of running the .vsix file, was to add the extension from within visual studio, extensions. This was i managed to installed it succesfully!