Error: Object reference not set to an instance of an object
Hello,
I am trying to create a new connection using "Entity Framework DbContext (4.1/4.2/4.3/5.0)"
When I select the assembly DLL (which shows me my DbContext) and then click Test (or OK) it gives me the error "Error: Object reference not set to an instance of an object".
What does this mean (and how can I fix it) ?
(I am using v4.42.14 Premium Edition)
I am trying to create a new connection using "Entity Framework DbContext (4.1/4.2/4.3/5.0)"
When I select the assembly DLL (which shows me my DbContext) and then click Test (or OK) it gives me the error "Error: Object reference not set to an instance of an object".
What does this mean (and how can I fix it) ?
(I am using v4.42.14 Premium Edition)
Comments
System.NullReferenceException occurred
HResult=-2147467261
Message=Object reference not set to an instance of an object.
Source=LINQPad
StackTrace:
at LINQPad.UI.FontManager.ApplyListBoxItemHeight(ListBox lb)
at LINQPad.UI.ListPicker..ctor(Object[] items, Boolean allowMulti)
at LINQPad.UI.ListPicker..ctor(Object[] items)
at LINQPad.Extensibility.DataContext.UI.Dialogs.PickFromList(String windowTitle, Object[] items)
at AW.LLBLGen.DataContextDriver.Static.ConnectionDialog.ChooseAdapterOrFactoryClass(String targetName) in LLBL Pro v3.5\AW.LLBLGen.DataContextDriver\Static\ConnectionDialog.xaml.cs:line 769
InnerException: