
Announcements
Hello,
I am facing an issue when deploying a custom workflow activity in Visual Studio 2019 for Dynamics 365. The deployment fails for no apparent reason, even though everything was working fine before.
The error when I try to deploy after generation of the solution is : Unable to find requested plugin to deploy PowerPlatform.Workflows.Wkf_.YYYY in . Will check all registered assemblies/projects. Please Note: Plugin name and identity are contructed from RootNamespace.ClassName.cs;
I haven't made any recent changes to my project, but the deployment doesn't seem to be working anymore.
I am using Visual Studio 2019 and .NET Framework 4.6.2.
If anyone has encountered this issue or has a solution, I would greatly appreciate your help!
Thank you!
This error usually occurs due to one of the following reasons when deploying a custom workflow activity in Dynamics 365:
PowerPlatform.Workflows.Wkf_.YYYY, but it can't find it.RootNamespace.ClassName..cs file and ensure that the namespace matches your project's root namespace.Properties > Default Namespace in your Visual Studio project to confirm it matches the one used in the code.Project Properties > Application.Microsoft.Xrm.SdkSystem.ServiceModelSystem.Runtime.SerializationCRM Plugin Deployer or Build to check for more specific errors.Try these steps in order: