The error message "Method not found: 'System.IServiceProvider Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)'" when activating OOB workflows and BPFs strongly indicates the same underlying issue we discussed previously: an assembly version mismatch within your Dynamics 365 environment.
Specifically, the error points to a missing method within the Microsoft.Extensions.DependencyInjection
library. This library is used by various components within Dynamics 365, including potentially the workflow and Business Process Flow engines, and also the Business Central Virtual Entity feature as seen in the error details of your previous plugin issue.
Here's why this error is occurring when activating OOB workflows and BPFs:
Microsoft.Extensions.DependencyInjection
, it can lead to these "Method not found" errors.
Troubleshooting and Resolution Steps (Same as Before):
The resolution for this issue is the same as the one for the plugin deletion problem you encountered:
Why This Wasn't Happening Before (Potentially):
In summary, the "Method not found" error when activating OOB workflows and BPFs points to the same underlying assembly version conflict, likely related to Microsoft.Extensions.DependencyInjection
and potentially influenced by the Business Central Virtual Entity components. Ensuring your environment is on the correct and consistent cumulative update is the most probable solution. If that doesn't work, reach out to Microsoft Support for further assistance.
Siv Sagar
149
Super User 2025 Season 1
Daivat Vartak (v-9d...
53
Super User 2025 Season 1
Vahid Ghafarpour
32
Super User 2025 Season 1