'Durable Function Can't Find Orchestrator, Lists Functions From Another Solution In Error
As the title suggests, I'm trying to debug an Azure Durable Function, and keep encountering the same error.
When I step through the entry point method, I get to the point where the orchestrator function is called, and then the debugger hangs.
I have another endpoint that checks the process status- which shows this output.
"Orchestrator function 'LineEngineeringOrchestrator' failed: The function 'LineEngineeringOrchestrator' doesn't exist, is disabled, or is not an orchestrator function. Additional info: The following are the known orchestrator functions: 'CreatePDF', 'GenerateMarkUpPlan', 'orchestrator', 'SubOrchestrator', 'GenerateWDPDF', 'SubDividingOrchestrator', 'EditMarkUpPlanImages'.",
The weird thing is, on debug start- the console window correctly displays a list of all the endpoints in my solution, but none of functions shown in that error actually exist in the solution I'm debugging (they're from a different solution in an adjacent directory). I'm wondering if perhaps functions are cached somewhere?
For reference, I'm running VS 2022
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
