Handling customized Activity DLLs in workflow projects

Created by akaBot Support, Modified on Thu, 25 Jul, 2024 at 1:59 PM by akaBot Support

Question: Why is the agent not able to execute workflows projects with customized activity DLLs?


Answer:

  1. Convert DLLs to NuGet Packages (nupkg):
    • To resolve the issue, please try converting your customized activity DLLs into NuGet packages (.nupkg files).
    • This process helps in managing and distributing the DLLs more efficiently within your projects.
  2. Guidelines for Creating NuGet Packages:
    • For detailed instructions on how to create a NuGet package, please refer to the official documentation provided by Microsoft.
    • Here is the link to the guideline: Creating a NuGet Package
  3. Pointing to the NuGet Package Files:
    • After converting your DLLs to .nupkg files, you can point to these files in your project.
    • This ensures that the agent can properly execute the workflows using the customized activities.

By following these steps, you should be able to successfully execute your workflow projects with the customized activity DLLs.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article