Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Exception 'Activity Descriptor Not Found' After Windows Update #5388

Open
hmorovati opened this issue May 15, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@hmorovati
Copy link

Description:
After updating Windows, running any workflow in Elsa Workflow source code leads to the exception System.Exception: 'Activity descriptor not found', even for basic workflows like "hello world." Reinstalling Elsa Workflow from source code did not resolve the issue. Notably, this problem is absent when using the Elsa NuGet package.

image

Steps to Reproduce:

Install Elsa Workflow from source on a Windows machine.
Run any workflow. (for example Elsa.Samples.ConsoleApp.HelloWorld)
Observe the exception.

@hmorovati hmorovati added the bug Something isn't working label May 15, 2024
Copy link

glime-ai bot commented May 15, 2024

To address the issue you're experiencing with Elsa Workflow after updating Windows, it's important to ensure that you have the correct versions of the dependencies and that the source code is up to date. Here are some steps you can take to troubleshoot the problem:

  1. Check for Updates: Make sure that you have the latest version of the Elsa Workflow source code. You can clone or pull the latest changes from the official Elsa GitHub repository.

  2. Verify Dependencies: Ensure that all the necessary dependencies are correctly installed and up to date. You can do this by checking the project files for package references and ensuring that they match the versions specified in the Elsa documentation or the main branch of the GitHub repository.

  3. Clean and Rebuild: Perform a clean build of the solution. This can be done by deleting the bin and obj folders from the project directory and rebuilding the solution.

  4. Check for Breaking Changes: If you've updated from an older version of Elsa, there may be breaking changes. Review the release notes and migration guides for the version you are using to see if there are any additional steps you need to take.

  5. Review Configuration: Ensure that your application's configuration (such as appsettings.json or Startup.cs/Program.cs) is set up correctly according to the latest documentation.

  6. Consult the Issues Section: Check the Elsa GitHub issues section to see if others have reported similar problems and if there are any suggested solutions or workarounds.

  7. Seek Support: If the issue persists, consider seeking support from the Elsa community. You can create a new issue on the GitHub repository with detailed information about your problem, steps to reproduce, and any stack traces or error messages.

Please note that the screenshot you mentioned in your question is not visible here, so if there are specific error messages or stack traces in the screenshot, please provide them as text for further assistance.

If you need further help, please provide additional details such as the exact error message and stack trace, as well as any specific steps you've taken to resolve the issue.

This comment was generated by Glime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant