I'm receiving this error when starting up the bot. Bot can be started, but will not attack. Would love to get some help with this.
A top-level exception has been caught.System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at Loki.Utilities.TypeLoader`1.(Assembly )
at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext()
at Loki.Utilities.TypeLoader`1.(Assembly[] )
at Loki.Utilities.TypeLoader`1.Reload()
at Loki.Utilities.TypeLoader`1..ctor(Assembly asm, Func`1 constructorArguments)
at Loki.Utilities.AssemblyLoader`1.Reload(String reason)
at Loki.Utilities.AssemblyLoader`1..ctor(String directory, Boolean detectFileChanges)
at Loki.Utilities.Plugins.PluginManager.ReloadAllPlugins(String pluginsDirectory, Boolean reloadOnFileChange)
at BotGui.MainWindow.<OnStartup>b__0(Object o)
A top-level exception has been caught.System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at Loki.Utilities.TypeLoader`1.(Assembly )
at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext()
at Loki.Utilities.TypeLoader`1.(Assembly[] )
at Loki.Utilities.TypeLoader`1.Reload()
at Loki.Utilities.TypeLoader`1..ctor(Assembly asm, Func`1 constructorArguments)
at Loki.Utilities.AssemblyLoader`1.Reload(String reason)
at Loki.Utilities.AssemblyLoader`1..ctor(String directory, Boolean detectFileChanges)
at Loki.Utilities.Plugins.PluginManager.ReloadAllPlugins(String pluginsDirectory, Boolean reloadOnFileChange)
at BotGui.MainWindow.<OnStartup>b__0(Object o)






