Umbraco 13 - Umbraco.Workflow - Uninstall

Having real problems trying to uninstall Umbraco.Workflow 13.5.0

No option to uninstall in Back Office

Uninstall via NuGet Package Manager works but it only removes entry in csproj file.

When I update via Devops I get

FileNotFoundException: Could not load file or assembly ‘Umbraco.Workflow.Core, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified. or similar for Umbraco.Workflow 13.5.0

What does it take to completely remove this and have the site running?

@avontoun

hi, i think u need to manually access the server and remove that DLL as a quick fix

locally , remove bin/obj

Yeah, I tried that. Thanks. I’ve search everything to see if there is a reference to it (like Startup and Program) but nothing. It’s running on Azure. I also restarted the app.