Unable to resolve service for type 'YesSql.ISession' while attempting to activate 'OrchardCore.Workflows.Http.Services.HttpRequestRouteActivator' #7288
RockNHawk
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Be carful the order is very important, furthermore the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you
ConfigureServices
Orchard Core with your custom config in main Application's Startup.cs , may showUnable to resolve service for type 'YesSql.ISession' while attempting to activate 'OrchardCore.Workflows.Http.Services.HttpRequestRouteActivator'
error in setupadd an
AddDataAccess()
call inConfigureServices
will resolve this issue.Beta Was this translation helpful? Give feedback.
All reactions