-
Notifications
You must be signed in to change notification settings - Fork 78
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
Build, but errors on running about missing activities #1
Comments
Either that or a permissions issue as described here. |
|
@mach37 |
Thanks for that picture 👍 I follow it closely, Now I see designer load, but the problem is still there. Then I deleted the Debug folders, and tried to add dll ref again, but same problem is still there could not load system.activities or one of its dependencies. Should I copy dll locally? |
Really good sample better than the other solutions, |
@orosandrei Step 2 helped me finally!! Does commenting these lib out impact creating the new workflows or availability of activities, how can I add these back - where should I check to make sure they're available to load, before uncommenting. Now that its working this is awesome. When I tried to save the modified XAML in the DB as a string type, I am getting errors. Should I persist as a Blob. |
Its loading but I have errors on the toolbox items on the left, not sure what causing the numbers, is that correct? Also is it possible to import other Workflow Samples like the MSDN windows |
@papyr the activities loaded correctly |
I commented the loading of activity libraries beginning with "Microsoft" namespace, so those will not load by default anymore |
Hi there, great lib 💯 however I cannot get it to run, its complaining the dlls cannot be loaded because of system.activities.- could not load system.activities or one of its dependencies
thanks
Papi
The text was updated successfully, but these errors were encountered: