Can't debug azure function from Visual Studio 2019 after updating to version 16.10.0. Getting following error.
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.
Removed the existing installation folder (C:\Users\SithiraP\AppData\Local\AzureFunctionsTools\Releases\3.23.4)
Created a new Azure Function app from visual studio. (It is downloading again Azure Function Tools when creating a new Azure function project)
I faced the issue recently and tried to download again the tools but it wasn't working even after the download. So I found out that the installation path was
...\Releases\3.23.5\cli\...
and I copied the same cli
folder and renamed it to cli_x64
...\Releases\3.23.5\cli_x64\...
and it worked fine
I copied all folders from 3.28.1 into 3.23.5 and it worked for me since 3.28.1 had cli_x64
i found cli_64 folder is missing there so I copied this folder from 3.28.1 folder and pasted into 3.20 folder it worked for me
© 2022 - 2024 — McMap. All rights reserved.