microsoft / VSExtensibility

A repo for upcoming changes to extensibility in Visual Studio, the new extensibility model, and language server protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error -532462766 when finalizing the extension deployment.

vzarytovskii opened this issue · comments

Hey folks, getting the following issue when trying to debug an extension:

---------------------------
Microsoft Visual Studio
---------------------------
Error -532462766 when finalizing the extension deployment. Using application path: C:\Program Files\Microsoft Visual Studio\2022\main\Common7\IDE
image

Happens when trying to launch a debugging sessionfrom latest Int Preview of latest vs main (launching int preiew from int preview doesn't work either). Colleague of mine (@abonie) doesn't have this issue. I, however, do. Anything I can do to investigate further?

Are you trying to debug a VisualStudio.Extensibility extension? I just created a VisualStudio.Extensibility extension from template and was able to debug. Are you perhaps running this on an ARM machine?

Are you trying to debug a VisualStudio.Extensibility extension? I just created a VisualStudio.Extensibility extension from template and was able to debug. Are you perhaps running this on an ARM machine?

It is VisualStudio.Extensibility, yes, and indeed, I do use ARM machine. Is it not supported on arms yet?

Ah yes, ARM is not yet supported. It's on our backlog. We will update this thread when a fix is available.