Rianne Kolenbrander
Rianne Kolenbrander

Reputation: 209

Function app in Visual Studio 2019 16.10.0: no functions runtime

Yesterday I updated Visual Studio to the latest (Professional 2019 16.10.0) But today suddenly my functionapp project isn't running anymore. A pup-up is shown with the exception: 'There is no Functions runtime available that matches the version specified in the project'. I'me still able to run my functionapp from command line, so I think the issue is with the new Visual Studio version.

I've got TargetFramework netcoreapp 3.1 and AzureFunctionsVersion V3. Package Microsoft.Azure.EventGrid 3.2.0 and Microsoft.Azure.WebJobs 3.0.22, Microsoft.Net.Sdk.Functions 3.0.9

Any suggestions?

Upvotes: 5

Views: 7208

Answers (1)

Rianne Kolenbrander
Rianne Kolenbrander

Reputation: 209

Ok, so my colleague has found the solution. It turned out to be case sensitivity. When I changed the AzureFunctionsVersion from V3 to v3, the problem was solved!

Upvotes: 15

Related Questions