首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在本地调试过程中,App版本显示为0.0 (0.0.0.1)

在本地调试过程中,App版本显示为0.0 (0.0.0.1)
EN

Stack Overflow用户
提问于 2021-03-05 11:45:06
回答 1查看 84关注 0票数 1

我正在尝试调试为什么我会得到错误。

System.IndexOutOfRangeException:索引超出了TestPlansAndSuitesMigrationContext数组异常的范围

我已经下载了最新版本的代码和工具也是最新的。我已经确保配置文件有一个更新的‘版本’硬编码和调试器指向他们。

但是,在调试期间,我得到以下提示:我正在运行的版本为0.0

代码语言:javascript
复制
[11:36:41 INF] Running with args: execute
[11:36:41 INF] OSVersion: Microsoft Windows NT 6.2.9200.0
[11:36:41 INF] Version: 0.0.0.1
[11:36:41 INF] Latest version detected as 11.9.33.0
[11:36:41 WRN] You are currently running version 0.0.0.1 and a newer version (11.9.33.0) is available. You should upgrade now using Chocolatey command 'choco upgrade vsts-sync-migrator' from the command line.
[11:36:41 DBG] Hosting starting
[11:36:42 INF] Application started. Press Ctrl+C to shut down.
[11:36:42 INF] Hosting environment: Production
[11:36:42 INF] Content root path: C:\Users\davidkin\source\repos\azure-devops-migration-tools-master\src\MigrationTools.ConsoleFull\bin\Debug\net472
[11:36:42 INF] Press Ctrl+C to shut down.
[11:36:42 DBG] Hosting started
[11:36:42 INF] Config Found, creating engine host
[11:36:42 ERR] The config version 11.9 does not match the current app version 0.0. There may be compatibility issues and we recommend that you generate a new default config and then transfer the settings across.

有人能给我建议一下怎么修吗?

EN

回答 1

Stack Overflow用户

发布于 2021-03-06 15:41:30

这是Visual中的版本集。如果要下载打包工具,它将与11.9版本匹配。

将configuration.json中的版本更新为0.0:

代码语言:javascript
复制
"Version": "0.0",
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66492011

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档