Hello, I am trying to add support for the toolbar to my plugin as instructed under "Use the Toolbar Plugin wrapper to provide optional Toolbar Plugin support". However if I have the ToolbarWrapper.cs in my project (don't even need to try to use the toolbar), my plugin won't load and I get this error in KSP.log: [ERR 14:26:15.363] AssemblyLoader: Exception loading 'MyPlugin': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0 at AssemblyLoader.LoadAssemblies () [0x00000] in <filename unknown>:0 Additional information about this exception: System.TypeLoadException: Could not load type 'MyPlugin.ToolbarTypes' from assembly 'MyPlugin, Version=1.0.5240.24185, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<>c__DisplayClass3' from assembly 'MyPlugin, Version=1.0.5240.24185, Culture=neutral, PublicKeyToken=null'. Any idea what could cause this?