I'm getting this error:
Could not load type 'X' from assembly 'Y'
The problem is that a lot of modules use that assembly and I don't know what module is the user of that type.
As much as I know about TypeLoadException
, it only tells us what can not be loaded. It does not tell us WHO wants that type.
Can we somehow know about the who part?
Update
I'm using .NET 6