Description:
Exception = System.TypeInitializationException
Message = The type initializer for 'ScintillaNet.PageInformation' threw an exception.
FullText = System.TypeInitializationException: The type initializer for 'ScintillaNet.PageInformation' threw an exception. ---> System.ArgumentException: Font 'Arial' does not support style 'Regular'.
at System.Drawing.Font.CreateNativeFont()
at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
at System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
at System.Drawing.Font..ctor(String familyName, Single emSize)
at ScintillaNet.PageInformation..cctor()
--- End of inner exception stack trace ---
at ScintillaNet.HeaderInformation..ctor(PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight)
at ScintillaNet.PageSettings..ctor()
at ScintillaNet.PrintDocument..ctor(Scintilla oScintillaControl)
at ScintillaNet.Scintilla..ctor(String sciLexerDllName)
at ScintillaNet.Scintilla..ctor()
at MySQL.Forms.ObjectImpl.create<ScintillaNet::Scintilla>(Object* backend, ObjectImpl wrapper)
at MySQL.Forms.CodeEditorImpl.create(CodeEditor* self)
at MySQL.MCallback1<bool\,mforms::CodeEditor \*>.cpp_callback(CodeEditor* arg1)
at wb.WBContextUI.init(WBContextUI* , WBFrontendCallbacks* , WBOptions* )
at MySQL.Workbench.WbContext.init(AppImpl application, WbOptions options, VoidStrUIFormDelegate create_main_form_view)
at MySQL.GUI.Workbench.Program.Main(String[] Args)
How to repeat:
Install and open MySql Workbench.