-
Notifications
You must be signed in to change notification settings - Fork 185
Opening Settings Dialog leads to plugin exception #335
Description
Opening the Settings Dialog leads to an exception
Unable to load one or more of the requested types.
Method 'ShowConfigForm' in type 'LogExpert.Eminus' from assembly 'DefaultPlugins, Version=1.11.2.0, Culture=neutral, PublicKeyToken=4f1de4c770adbe0a' does not have an implementation.\n\n
ReflectionTypeLoadException
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at LogExpert.Classes.PluginRegistry.LoadPluginAssembly(String dllName, String interfaceName) in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\PluginRegistry.cs:line 125
at LogExpert.Classes.PluginRegistry.LoadPlugins() in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\PluginRegistry.cs:line 91
at LogExpert.Classes.PluginRegistry..ctor() in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\PluginRegistry.cs:line 39
at LogExpert.Classes.PluginRegistry.<>c.<.cctor>b__32_0() in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\PluginRegistry.cs:line 27
at System.Lazy1.ViaFactory(LazyThreadSafetyMode mode) --- End of stack trace from previous location --- at System.Lazy1.CreateValue()
at LogExpert.Classes.PluginRegistry.get_Instance() in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\PluginRegistry.cs:line 46
at LogExpert.Classes.LogExpertProxy.WindowClosed(LogTabWindow logWin) in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\LogExpertProxy.cs:line 130
at LogExpert.Controls.LogTabWindow.LogTabWindow.OnLogTabWindowClosing(Object sender, CancelEventArgs e) in D:\Hiro\GitHub\LogExpert\src\LogExpert\Controls\LogTabWindow\LogTabWindowEventHandlers.cs:line 111
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)