Visual Studio Arcgis应用程序项目子类型在创建期间

发布于 2025-01-20 13:21:06 字数 1297 浏览 2 评论 0原文

我正在尝试在 Visual Studio for ArcGIS 中创建应用程序模板,但它一直显示相同的错误,子类型尚未记录在任何地方,我尝试修复 Visual Studio 并尝试下载 Developer Insight 工具..但它不起作用它还有另一个错误.. 模板错误如下: 模板错误

安装开发者分析工具时出现错误如下: 安装错误

安装错误日志如下: VSIXInstaller.NoApplicableSKUsException:此扩展无法安装在任何当前安装的产品上。 在 VSIXInstaller.ExtensionService.GetInstallableDataImpl(IInstallableExtension 扩展,字符串 extensionPackParentName,布尔值 isRepairSupported,IStateData stateData,IEnumerable1& skuData) 在 VSIXInstaller.ExtensionService.GetInstallableData(字符串 vsixPath,字符串 extensionPackParentName,布尔值 isRepairSupported,IStateData stateData, IEnumerable1& skuData) 在 VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData,布尔 isRepairSupported) 在 VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData,布尔值 isRepairSupported) 在 VSIXInstaller.App.Initialize(布尔值 isRepairSupported) 在 VSIXInstaller.App.Initialize() 在 System.Threading.Tasks.Task`1.InnerInvoke() 在 System.Threading.Tasks.Task.Execute() --- 从先前抛出异常的位置开始的堆栈跟踪结束 --- 在 Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)

I am trying to create an Application template in Visual Studio for ArcGIS but it keeps showing the same error the subtype hasn't been recorded anywhere, i tried repairing visual studio and tried to download Developer Insight tools too.. but it didn't work it had another error..
The error for the template is as follows:
Template Error

The Error for installing Developer Analytics tools is as follows:
Installation Error

The log for the installation error is as follows:
VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
at VSIXInstaller.ExtensionService.GetInstallableDataImpl(IInstallableExtension extension, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable1& skuData) at VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable1& skuData)
at VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.App.Initialize(Boolean isRepairSupported)
at VSIXInstaller.App.Initialize()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何处潇湘 2025-01-27 13:21:06

因此,我为解决方案提供了解决方法,这很简单。

基本上,您需要

  1. 在安装之前卸载Visual Studio 2022
  2. 安装回去
  3. ,您会得到一个窗口,询问需要安装哪些类型的软件
  4. 搜索Xamarin,一旦选择了它,您将获得一个7 GB文件,一旦安装了Visual Studio,它可以正常工作。 。

So i got a workaround for the solution and it is quite simple.

Basically you need to

  1. Uninstall the visual studio 2022
  2. Install it back
  3. Before installing, you get a window asking what all types of softwares need to be installed
  4. Search for Xamarin, you get a 7 GB file once you select it, after installing visual studio it works.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文