System.Reflection.ReflectionTypeLoadException #2492
-
I'm not able to identify which Dependency is missing, I've already checked the templet and the entire Wiki regarding plugins and their dependencies, I don't know what I'm doing wrong :< System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule ) Dependency File: https://pastebin.pl/view/d38168e6 Project Configuration: https://pastebin.pl/view/48d992d8 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You're most likely attempting to run plugin compiled for ASF 5.2.0.x with ASF 5.2.1.x - this is not possible due to breaking change noted in the changelog. If this is your plugin, you need to update your plugin in regards to ASF breaking change: 0eab358 If this is not your plugin, you need to either remove it and wait for author to update it, or downgrade back to 5.2.0.10 and stay on that version until there plugin update available (not recommended, as you opt out of ASF automatic updates with all its implications). Let me know if you need further help. |
Beta Was this translation helpful? Give feedback.
You're most likely attempting to run plugin compiled for ASF 5.2.0.x with ASF 5.2.1.x - this is not possible due to breaking change noted in the changelog.
If this is your plugin, you need to update your plugin in regards to ASF breaking change: 0eab358
If this is not your plugin, you need to either remove it and wait for author to update it, or downgrade back to 5.2.0.10 and stay on that version until there plugin update available (not recommended, as you opt out of ASF automatic updates with all its implications).
Let me know if you need further help.