VS 2019更新后运行azure函数时调试配置文件不存在错误 [英] Debug profile does not exists error after VS 2019 update when running azure function

本文介绍了VS 2019更新后运行azure函数时调试配置文件不存在错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

更新到版本 16.10.0 后,无法从 Visual Studio 2019 调试 azure 函数.出现以下错误.

Can't debug azure function from Visual Studio 2019 after updating to version 16.10.0. Getting following error.

推荐答案

这个问题的问题是没有正确安装引用版本的 Azure Function Tools.因此,当它被部分下载时,它甚至没有尝试重新安装它.所以我可以通过以下解决方法重新安装它.

The problem with this issue was it is not properly installed that referenced version of Azure Function Tools. So when it was downloaded partially it is not even trying to re-install it. So I was able to re-install it by doing the following workaround.

  1. 删除了现有的安装文件夹(C:UsersSithiraPAppDataLocalAzureFunctionsToolsReleases3.23.4)

  1. Removed the existing installation folder (C:UsersSithiraPAppDataLocalAzureFunctionsToolsReleases3.23.4)

从 Visual Studio 创建了一个新的 Azure Function 应用.(创建新的Azure函数项目时再次下载Azure函数工具)

Created a new Azure Function app from visual studio. (It is downloading again Azure Function Tools when creating a new Azure function project)

这篇关于VS 2019更新后运行azure函数时调试配置文件不存在错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆