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
Forgot to mention I have LiinqPad 6 installed on Windows 10 x64 machine. In addition, why is the 64 bit version of LinqPad trying to load a 32 bit dll (i.e. comctl32.dll)
When did this start happening? Have you had issues on any other machine?