Home
Options

LinqPad 6 Won't Launch - Worked Previously

LinqPad 6 won't launch. The following error is logged in the event viewer at Windows Logs => Application:

Application: LINQPad6.exe
CoreCLR Version: 4.700.21.21202
.NET Core Version: 3.1.15
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ComponentModel.Win32Exception (5): Cannot load the "comctl32.dll" DLL into memory.
at System.Windows.Forms.Control.get_CreateParams()
at System.Windows.Forms.ScrollableControl.get_CreateParams()
at System.Windows.Forms.ContainerControl.get_CreateParams()
at System.Windows.Forms.Form.get_CreateParams()
at System.Windows.Forms.Control..ctor(Boolean autoInstallSyncContext)
at System.Windows.Forms.ScrollableControl..ctor()
at System.Windows.Forms.ContainerControl..ctor()
at System.Windows.Forms.Form..ctor()
at LINQPad.UI.ErrorForm..ctor(String error, String details, Boolean expand)
at LINQPad.UIProgram.ProcessException(Exception ex, Boolean reportThread)
at LINQPad.UIProgram.Start(String[] args)
at LINQPad.UI.Loader.Main(String[] args)

Comments

Sign In or Register to comment.