Could not load file or assembly 'System.Threading.AccessControl' after update to 5.0.0 #2188
Unanswered
silentmike-m
asked this question in
General
Replies: 2 comments 2 replies
-
Okay, but what are you expecting to happen here? I don't think this is an issue in Marten or event LamarCompiler. Something in your codebase says that it depends on that System.Threading.AccessControl assembly, but Nuget didn't put it there for whatever reason. Think you might have had a conflict on that assembly version maybe. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seing the same, adding an explicit reference also solved it. |
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
-
After update to Marten 5.0.0 I had to manually install System.Threading.AccessControl nuget package.
Otherwise I would get an exception:
Despite this error the data was read.
Beta Was this translation helpful? Give feedback.
All reactions