Adding connection to EF IdentityDbContext
I have used LINQPad 4 with standard Entity Framework dbContexts in the past and not had many issues. I am now trying to use LP version 5 to add a connection to a Asp.net IndentityDbContext and am having trouble. I get the following error shown in the image below. I tried adding references to the EF Identity packages. Does anyone know how to accomplish this or if its even possible?
Comments
I should add that I add the DLLs to the Query via Query Properties dialog (F4), and then browse to the needed DLLs. I see that other people add DLL to some LINQpad specific folder, which is not something that would work for me.