Cannot access a disposed object Session when updating a contentItem #8429
Unanswered
AmadeuAntunes
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Normally this error would happen if you have not awaited something, or if you have resolved the The Where are you resolving the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to update a value in a content Item.
myContentItem1 is not null
myContentItem2 is not null
after call this function and pass my ''myContentItem2' after had called the first time with myContentItem1 I got this error
What is the best way to update a ContentItem in orchard ?
Beta Was this translation helpful? Give feedback.
All reactions