AFternoon Everyone
我已经使用了一段时间的模拟Lambda测试工具,没有任何问题。然而,在最近对visual studio 2019 16.10.1进行更新后,该工具不再起作用。我总是会遇到这样的错误:
The target process exited without raising a CoreCLR started event. Ensure that the target process is configured to use .NET Core. This may be expected if the target process did not run on .NET Core.
The program '[22900] dotnet-lambda-test-tool-3.1.exe' has exited with code -2147450726 (0x8000809a).
我发现测试工具有一个问题,但当我尝试卸载该工具时,我得到了这个错误:
Failed to uninstall tool 'amazon.lambda.testtool-3.1': Failed to retrieve tool configuration: Could not find file 'C:\Users\nacholibre\.dotnet\tools\.store\amazon.lambda.testtool-3.1\0.11.3\project.assets.json'.
我也不能安装这个工具,因为我得到了这个错误:
Failed to create shell shim for tool 'amazon.lambda.testtool-3.1': Command 'dotnet-lambda-test-tool-3.1' conflicts with an existing command from another tool.
Tool 'amazon.lambda.testtool-3.1' failed to install.
dotnet\tools.store\amazon.lambdatesttool....are上的文件夹完全是空的。我尝试重命名该文件夹以执行全新安装,但没有成功,仍然是相同的错误。
So...does谁知道如何手动删除此工具以便重新安装??
发布于 2021-06-16 04:23:48
在重新安装之前,必须重命名位于此处的可执行文件...
"C:\Users\nacholibre.dotnet\tools\dotnet-lambda-test-tool-3.1.exe“
https://stackoverflow.com/questions/67992075
复制相似问题