This extension adds a gallery named "Extensibility Template Pack" and URL "https://www.vsixgallery.com/feed/extension/88049e1e-62f2-4ea2-851f-9ddb2de37f41", which generates 404 errors, and these issues:
- Visual Studio is unable to update extensions from the "Installed" and "Update" tabs of the Extension Manager.
- Visual Studio does only show a short description of any extension selected in those tabs, instead of the full page.
When running devenv /Log, trying to update any extension from those tab logs this entry:
<entry>
<record>410</record>
<time>2026/07/19 16:24:17.336</time>
<type>Error</type>
<source>VS/ExtensionManager/UI/DownloadCommand/Execute</source>
<description>System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.Threading.ThreadingTools.<WithCancellationSlow>d__8`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.ExtensionManager.AtomRepository.<LoadFeedAsync>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.Threading.AwaitExtensions.ExecuteContinuationSynchronouslyAwaiter`1.GetResult()
 at Microsoft.VisualStudio.Threading.AsyncLazy`1.<>c__DisplayClass20_0.<<GetValueAsync>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.Threading.AsyncLazy`1.GetValue(CancellationToken cancellationToken)
 at Microsoft.VisualStudio.ExtensionManager.AtomRepository.SearchImpl(String searchTerms)
 at Microsoft.VisualStudio.ExtensionManager.UI.ExtensionRepositoryWrapper.SearchAsync(String searchTerms, CancellationToken cancellationToken)
 at Microsoft.VisualStudio.ExtensionManager.UI.AllRepositoryOption.<SearchAsync>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at Microsoft.VisualStudio.ExtensionManager.UI.ExtensionProviderUtilities.<UpdateMarketplaceExtensionMetadataAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.ExtensionManager.UI.DownloadExtensionCommand.<QueueUpdateAsync>d__24.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.ExtensionManager.UI.DownloadExtensionCommand.<HandleUpdateAsync>d__20.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.ExtensionManager.UI.DownloadExtensionCommand.<ExecuteAsync>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.Shell.VsTaskLibraryHelper.<>c.<<FileAndForget>b__36_0>d.MoveNext()</description>
</entry>
When the extension is uninstalled, the issues disappear. They reappear again when the extension is installed.
Visual Studio version 18.8.0.
Extensibility Template Pack 2022 version 2.2.64.
This extension adds a gallery named "Extensibility Template Pack" and URL "https://www.vsixgallery.com/feed/extension/88049e1e-62f2-4ea2-851f-9ddb2de37f41", which generates 404 errors, and these issues:
When running
devenv /Log, trying to update any extension from those tab logs this entry:When the extension is uninstalled, the issues disappear. They reappear again when the extension is installed.
Visual Studio version 18.8.0.
Extensibility Template Pack 2022 version 2.2.64.