Reputation: 2998
I'm having a fatal error when I want to debug an Azure Function. here are the steps to reproduce:
I'm having that issue with Visual Studio Community and Professional. I uninstalled and reinstalled multiple times by trying to clean as much as possible the cached Visual Studio files as suggested in here. I also tried to add/remove as many components in Visual Studio Installer without success. Azure Development is checked in Visual Studio Installer.
It seems that the compute emulator is having some compatibly issues with Visual Studio. Also, the generated project looks like this:
When I use the older version (v1) that is not using .NET Core, I have no issue to debug using the Azure Compute Emulator.
Upvotes: 3
Views: 661
Reputation: 2998
Well... it seems that when we install/upgrade Visual Studio 2017, it does not install the latest version of the cloud extensions in Visual Studio 2017.
You need to go in Tools => Extensions and Updates...
And then update all the cloud extensions.
Upvotes: 6